← Back to Plugins
MCP Server MCP

Animica

github By github 👁 3 views ▲ 0 votes

Read-only Animica chain data, free AI inference, verifiable quantum randomness, and mining stats.

Homepage Verified source GitHub

Install

uvx animica-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "animica-mcp",
      "version": "0.2.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Animica API key (anm_live_...) for higher AI rate limits. The server works without it.",
          "isSecret": true,
          "name": "ANIMICA_API_KEY"
        },
        {
          "description": "Animica node JSON-RPC endpoint (read-only allow-listed methods only).",
          "default": "https://rpc.animica.org/rpc",
          "name": "ANIMICA_RPC_URL"
        },
        {
          "description": "OpenAI-compatible /v1 base URL used for AI inference (chat + models). https://animica.dev/v1 is the free keyless endpoint.",
          "default": "https://pool.animica.org/v1",
          "name": "ANIMICA_BASE_URL"
        },
        {
          "description": "Mining-pool stats API base URL.",
          "default": "https://pool.animica.org",
          "name": "ANIMICA_POOL_URL"
        },
        {
          "description": "Quantum randomness beacon base URL (/beacon/* endpoints).",
          "default": "https://pool.animica.org",
          "name": "ANIMICA_BEACON_URL"
        },
        {
          "description": "Default model id for the animica_ai_ask tool.",
          "default": "anm-fast-8b",
          "name": "ANIMICA_MODEL"
        },
        {
          "description": "HTTP timeout in seconds for backend calls.",
          "default": "60",
          "name": "ANIMICA_MCP_TIMEOUT_S"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...