
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
animica-mcp
Advanced tools
Animica MCP server — lets AI agents (Claude, Cursor, Windsurf, custom) discover and use Animica's OpenAI-compatible AI inference, code generation, embeddings, and agent tools.
Give your AI agent an affordable brain — and let it earn by powering the network.
animica-mcp exposes Animica's OpenAI‑compatible AI services
as Model Context Protocol tools, so any MCP‑aware
agent (Claude Desktop, Cursor, Windsurf, custom bots) can discover and use Animica
for cheap inference — and discover how to mine/provide Animica for ANM rewards.
It's two‑sided on purpose: the same network your agent buys cheap inference from also pays it to supply inference. Demand and supply through one tool server.
Use (demand side)
| Tool | What it does |
|---|---|
animica_chat | Chat completion (OpenAI‑compatible). Cheap general inference. |
animica_code | Code generation/fix with anm-code-7b. |
animica_summarize | Summarize text (bullets / paragraph / tl;dr). |
animica_embed | Embedding vectors for RAG/search. |
animica_agent_run | Run an autonomous agent task. |
animica_generate_app | Scaffold a small runnable app. |
animica_search_docs | Answer questions about Animica with links. |
animica_price_quote | Estimate USD cost before running a request. |
animica_create_api_key | Mint a new Animica API key for your account. |
animica_check_usage | Usage + remaining credits for your key. |
Mine / provide (supply side)
| Tool | What it does |
|---|---|
animica_mining_info | How to start earning ANM: stratum endpoint, downloads, pool config. |
animica_pool_stats | Live pool health + miner count (is it worth it?). |
animica_mining_status | Look up a miner/worker by anim1… address. |
animica_become_provider | Join as an AICF/ENA inference provider — get paid per request. |
claude_desktop_config.json, or Cursor/Windsurf MCP settings):{
"mcpServers": {
"animica": {
"command": "npx",
"args": ["-y", "animica-mcp"],
"env": { "ANIMICA_API_KEY": "anm_live_your_key_here" }
}
}
}
That's it — restart the app and your agent can call animica_chat, animica_code,
animica_mining_info, etc. (Cursor: Settings → MCP; Windsurf: ~/.codeium/windsurf/mcp_config.json
— same mcpServers block.)
Run it as an HTTP MCP endpoint others can point at:
MCP_TRANSPORT=http PORT=8765 ANIMICA_API_KEY=anm_live_... npx animica-mcp
# → POST http://host:8765/mcp (health: GET /healthz)
Or Docker:
docker build -t animica-mcp .
docker run -p 8765:8765 -e ANIMICA_API_KEY=anm_live_... animica-mcp
npm install && npm run build && ANIMICA_API_KEY=anm_live_... node dist/server.js
| Env | Default | |
|---|---|---|
ANIMICA_API_KEY | — | Bearer key (https://pool.animica.org) |
ANIMICA_BASE_URL | https://pool.animica.org/v1 | OpenAI‑compatible inference API |
ANIMICA_MODEL / ANIMICA_CODE_MODEL | anm-fast-8b / anm-code-7b | defaults |
ANIMICA_POOL_URL / ANIMICA_STRATUM_URL | https://pool.animica.org / stratum+tcp://pool.animica.org:3333 | mining side |
MCP_TRANSPORT / PORT | stdio / 8765 | transport |
Errors are explicit (bad key, out of credits, rate limit) so agents can react. MIT licensed.
FAQs
Animica MCP server — lets AI agents (Claude, Cursor, Windsurf, custom) discover and use Animica's OpenAI-compatible AI inference, code generation, embeddings, and agent tools.
The npm package animica-mcp receives a total of 28 weekly downloads. As such, animica-mcp popularity was classified as not popular.
We found that animica-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.