{
  "$comment": "MCP server descriptor for animica.dev. There is no ratified .well-known filename for MCP discovery yet; this file is served here because agents probe for it, and it is linked from https://animica.dev/llms.txt. The authoritative record is the official MCP registry entry named below.",
  "schema_version": "2026-08-25",
  "name": "dev.animica/animica",
  "display_name": "Animica",
  "description": "Read-only tools for the Animica network: free keyless AI inference, embeddings, an index of 17,987 machine-payable (x402) API services, quantum randomness with verification, chain and mining-pool data, and paid web search/research via prepaid credits. No private keys are handled and no tool can spend or sign.",
  "version": "0.2.1",
  "registry": "https://registry.modelcontextprotocol.io/v0/servers?search=animica",
  "homepage": "https://animica.dev",
  "documentation": "https://animica.dev/llms.txt",
  "license": "Apache-2.0",
  "packages": [
    {
      "registry_type": "pypi",
      "identifier": "animica-mcp",
      "version": "0.2.0",
      "install": "pip install animica-mcp",
      "run": "animica-mcp",
      "alternate_run": "uvx animica-mcp"
    }
  ],
  "transports": [
    {
      "type": "stdio",
      "command": "animica-mcp",
      "note": "Default. For Claude Code / Anthropic MCP clients."
    },
    {
      "type": "streamable-http",
      "command": "animica-mcp --transport streamable-http --port 8765",
      "note": "Self-hosted by the caller; we do not operate a public HTTP MCP endpoint."
    }
  ],
  "auth": {
    "required": false,
    "note": "All listed tools are free and keyless. The paid web tools (web_search, web_research, web_contents, notarize) spend a prepaid credits voucher ONLY when one is configured; without it they return a price quote instead of spending."
  },
  "tools": [
    "animica_info",
    "animica_ai_ask",
    "animica_ai_models",
    "animica_ai_job_status",
    "animica_embed",
    "animica_agent_index",
    "animica_x402_products",
    "animica_web_fetch",
    "animica_web_ask",
    "animica_web_search",
    "animica_web_research",
    "animica_web_contents",
    "animica_notarize",
    "animica_pq_verify",
    "animica_credit_balance",
    "animica_quantum_beacon_latest",
    "animica_quantum_draw",
    "animica_quantum_verify",
    "animica_qdna_verify_gene",
    "animica_chain_head",
    "animica_chain_block",
    "animica_chain_account",
    "animica_pool_stats",
    "animica_network_hashrate",
    "animica_studio_estimate",
    "animica_studio_functions"
  ],
  "related": {
    "free_openai_compatible_api": "https://animica.dev/v1",
    "openapi_v1": "https://animica.dev/openapi-v1.json",
    "x402_catalog": "https://animica.dev/.well-known/x402"
  },
  "alternate_names": [
    "org.animica/animica"
  ]
}