AI & Machine Learning
animica.dev
Provides access to Animica's AI inference API and quantum randomness beacon.
ENDPOINT 1
https://mcp.animica.org/mcp
MCP server metadata
- Name
- animica
- Version
- 1.28.1
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_quantum_beacon_latestGet the latest round of Animica's verifiable quantum randomness beacon
Inferred read-onlyanimica_quantum_verifyVerify a quantum-random draw client-side: recompute it from its declared
Inferred read-onlyanimica_qdna_verify_geneVerify a qDNA training-genome gene seal: recompute its content-address
Inferred read-onlyanimica_studio_estimateEstimate the ANM cost of an Animica Studio run BEFORE paying
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- animica
- Version
- 1.28.1
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_quantum_beacon_latestGet the latest round of Animica's verifiable quantum randomness beacon
Inferred read-onlyanimica_quantum_verifyVerify a quantum-random draw client-side: recompute it from its declared
Inferred read-onlyanimica_qdna_verify_geneVerify a qDNA training-genome gene seal: recompute its content-address
Inferred read-onlyanimica_studio_estimateEstimate the ANM cost of an Animica Studio run BEFORE paying
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.