Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Animica

io.github.animicaorg/animica

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

Uptime
100.0%
1 direct probes · 30d
Response
926ms
last probe
Tools
22
callable
Resources
0
readable
Prompts
0
available

Tools · 22

animica_info

What Animica is and how to use it: the OpenAI-compatible AI API, the

animica_ai_ask

Ask Animica's ENA AI a question (OpenAI-compatible inference). Cheap general

animica_ai_models

List the AI models available on Animica's OpenAI-compatible API.

animica_ai_job_status

Read the status of an ENA AI request/job by id (read-only). Returns the

animica_quantum_beacon_latest

Get the latest round of Animica's verifiable quantum randomness beacon

animica_quantum_draw

Compute a verifiable quantum-random draw off a beacon round.

animica_quantum_verify

Verify a quantum-random draw client-side: recompute it from its declared

animica_qdna_verify_gene

Verify a qDNA training-genome gene seal: recompute its content-address

animica_chain_head

Read the chain head: current height/hash and chain id. Read-only.

animica_chain_block

Read a block by ``height`` or by ``hash`` (read-only). With neither, reads

animica_chain_account

READ-ONLY account snapshot for an ``anim1...`` address: balance + nonce.

animica_pool_stats

Live mining-pool stats: pool status plus active miner count. Read-only.

animica_network_hashrate

Read the current network hashrate from the chain. Read-only.

animica_studio_estimate

Estimate the ANM cost of an Animica Studio run BEFORE paying

animica_studio_functions

List functions deployed to Animica Studio (aicf.fn.list). Read-only.

animica_x402_products

Discover Animica's pay-per-request x402 APIs (USDC on Base): price, availability.

animica_web_fetch

PAID (~$0.005, or free with a credit token): fetch a public web page as clean text.

animica_web_ask

PAID (~$0.007): answer a question about ONE web page, WITH its sources.

animica_embed

PAID (~$0.005 per BATCH): embed up to 256 texts in one call (384-dim).

animica_notarize

PAID (~$0.006): anchor a SHA-256 digest on-chain with a verifiable proof.

animica_pq_verify

PAID (~$0.005): verify a post-quantum signature (ML-DSA-65 / Dilithium3 / SPHINCS+).

animica_credit_balance

FREE: balance, expiry and spend history for a prepaid credit token.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "animica": {
      "url": "https://mcp.animica.org/mcp",
      "transport": "streamable-http"
    }
  }
}