Animica
io.github.animicaorg/animicaRead-only Animica chain data, free AI inference, verifiable quantum randomness, and mining stats.
Tools · 22
What Animica is and how to use it: the OpenAI-compatible AI API, the
Ask Animica's ENA AI a question (OpenAI-compatible inference). Cheap general
List the AI models available on Animica's OpenAI-compatible API.
Read the status of an ENA AI request/job by id (read-only). Returns the
Get the latest round of Animica's verifiable quantum randomness beacon
Compute a verifiable quantum-random draw off a beacon round.
Verify a quantum-random draw client-side: recompute it from its declared
Verify a qDNA training-genome gene seal: recompute its content-address
Read the chain head: current height/hash and chain id. Read-only.
Read a block by ``height`` or by ``hash`` (read-only). With neither, reads
READ-ONLY account snapshot for an ``anim1...`` address: balance + nonce.
Live mining-pool stats: pool status plus active miner count. Read-only.
Read the current network hashrate from the chain. Read-only.
Estimate the ANM cost of an Animica Studio run BEFORE paying
List functions deployed to Animica Studio (aicf.fn.list). Read-only.
Discover Animica's pay-per-request x402 APIs (USDC on Base): price, availability.
PAID (~$0.005, or free with a credit token): fetch a public web page as clean text.
PAID (~$0.007): answer a question about ONE web page, WITH its sources.
PAID (~$0.005 per BATCH): embed up to 256 texts in one call (384-dim).
PAID (~$0.006): anchor a SHA-256 digest on-chain with a verifiable proof.
PAID (~$0.005): verify a post-quantum signature (ML-DSA-65 / Dilithium3 / SPHINCS+).
FREE: balance, expiry and spend history for a prepaid credit token.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"animica": {
"url": "https://mcp.animica.org/mcp",
"transport": "streamable-http"
}
}
}