← Registry

AI & Machine Learning

animica.dev

Provides access to Animica's AI inference API and quantum randomness beacon.

x402 supported2 endpoints30 known toolsFirst detected August 15, 2026Last detected August 15, 2026

ENDPOINT 1

https://mcp.animica.org/mcp

No auth detected

MCP server metadata

Name
animica
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

Animica MCP server — READ + COMPUTE tools for the Animica AI + blockchain network. Lead with the AI + quantum capabilities: ask the ENA AI (animica_ai_ask), generate and verify quantum-random draws (animica_quantum_draw / animica_quantum_verify), verify qDNA training provenance, estimate Studio compute cost, and read chain/pool stats. Wallet/chain tools are READ-ONLY: this server never signs, spends, transfers, or accesses private keys.

Known tools 15

animica_info

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

Inferred read-only
animica_ai_ask

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

Inferred read-only
animica_ai_models

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

Inferred read-only
animica_ai_job_status

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

Inferred read-only
animica_quantum_beacon_latest

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

Inferred read-only
animica_quantum_draw

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

Inferred read-only
animica_quantum_verify

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

Inferred read-only
animica_qdna_verify_gene

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

Inferred read-only
animica_chain_head

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

Inferred read-only
animica_chain_block

Read a block by ``height`` or by ``hash`` (read-only).

Inferred read-only
animica_chain_account

READ-ONLY account snapshot for an ``anim1.

Inferred read-only
animica_pool_stats

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

Inferred read-only
animica_network_hashrate

Read the current network hashrate from the chain.

Inferred read-only
animica_studio_estimate

Estimate the ANM cost of an Animica Studio run BEFORE paying

Inferred read-only
animica_studio_functions

List functions deployed to Animica Studio (aicf.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.animica]
url = "https://mcp.animica.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "animica": {
      "type": "http",
      "url": "https://mcp.animica.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: animica
Remote MCP URL: https://mcp.animica.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "animica": {
      "url": "https://mcp.animica.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "animica": {
      "type": "http",
      "url": "https://mcp.animica.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://animica.dev/mcp

No auth detected

MCP server metadata

Name
animica
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

Animica MCP server — READ + COMPUTE tools for the Animica AI + blockchain network. Lead with the AI + quantum capabilities: ask the ENA AI (animica_ai_ask), generate and verify quantum-random draws (animica_quantum_draw / animica_quantum_verify), verify qDNA training provenance, estimate Studio compute cost, and read chain/pool stats. Wallet/chain tools are READ-ONLY: this server never signs, spends, transfers, or accesses private keys.

Known tools 15

animica_info

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

Inferred read-only
animica_ai_ask

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

Inferred read-only
animica_ai_models

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

Inferred read-only
animica_ai_job_status

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

Inferred read-only
animica_quantum_beacon_latest

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

Inferred read-only
animica_quantum_draw

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

Inferred read-only
animica_quantum_verify

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

Inferred read-only
animica_qdna_verify_gene

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

Inferred read-only
animica_chain_head

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

Inferred read-only
animica_chain_block

Read a block by ``height`` or by ``hash`` (read-only).

Inferred read-only
animica_chain_account

READ-ONLY account snapshot for an ``anim1.

Inferred read-only
animica_pool_stats

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

Inferred read-only
animica_network_hashrate

Read the current network hashrate from the chain.

Inferred read-only
animica_studio_estimate

Estimate the ANM cost of an Animica Studio run BEFORE paying

Inferred read-only
animica_studio_functions

List functions deployed to Animica Studio (aicf.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.animica]
url = "https://animica.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "animica": {
      "type": "http",
      "url": "https://animica.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: animica
Remote MCP URL: https://animica.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "animica": {
      "url": "https://animica.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "animica": {
      "type": "http",
      "url": "https://animica.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "animica",
  "transport": "streamable-http",
  "url": "https://animica.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.