← animica.dev
INDIVIDUAL MCP TOOL
animica_studio_functions
List functions deployed to Animica Studio (aicf.
LIVE ENDPOINT
https://animica.dev/mcp
Connect to this endpoint to inspect the live schema for animica_studio_functions and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
animica_info— What Animica is and how to use it: the OpenAI-compatible AI API, theanimica_ai_ask— Ask Animica's ENA AI a question (OpenAI-compatible inference).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).animica_quantum_beacon_latest— Get the latest round of Animica's verifiable quantum randomness beaconanimica_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 declaredanimica_qdna_verify_gene— Verify a qDNA training-genome gene seal: recompute its content-address