Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.animicaorg/animica

NPM · ANIMICA-MCP · 2 COMPONENTS · SCANNED AUG 3

OpenAI-compatible AI inference, code, embeddings & agent tools for bots — and mine ANM.

+42 this week 66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 852 tokens (~60/item across 14 items; 14 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage86
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 59% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · animica-mcp

# add to Claude Code
claude mcp add animicaorg-animica -- npx -y animica-mcp
# add to Codex CLI
codex mcp add animicaorg-animica -- npx -y animica-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "animicaorg-animica": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "animica-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add animicaorg-animica --command npx --arg -y --arg animica-mcp
# ~/.hermes/config.yaml
mcp_servers:
  animicaorg-animica:
    command: "npx"
    args: ["-y", "animica-mcp"]
// mcp.json
{
  "mcpServers": {
    "animicaorg-animica": {
      "command": "npx",
      "args": [
        "-y",
        "animica-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +25
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Maintenance: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • License: pass → unverified functional
    • Capabilities: pass → unverified functional
    • Security disclosure: fail → unverified functional
    • Stability: unverified → 0.23 functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 1 Aug 26 −10
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 31 Jul 26 +14
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −30
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
  • 29 Jul 26 +22
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 28 Jul 26 +20
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 59 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 122 packages

122 packages in the resolved dependency tree · 122 deprecated · 35 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 14 exposed · ~852 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
animica_agent_run ~69

Run an autonomous Animica agent task (tools + multi-step). Falls back to a single reasoning pass if the agent endpoint is unavailable on your gateway.

NameTypeReqDescription
goalstringyesThe task/goal for the agent.
max_stepsinteger
modelstring

No output schema declared.

No examples provided.

animica_become_provider ~48

Earn ANM by SERVING inference (the supply side of this MCP). Returns how a GPU/compute owner joins as an AICF/ENA provider and gets paid per request.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

animica_chat ~127

Chat completion via Animica (OpenAI-compatible). Cheap general inference for agents/bots. Pricing: see animica_price_quote. Default model anm-fast-8b.

NameTypeReqDescription
max_tokensinteger
messagesarrayFull chat history (overrides prompt).
modelstringModel id (anm-fast-8b, anm-pro-70b, anm-flagship-moe). Default anm-fast-8b.
promptstringA single user prompt (use this OR messages).
temperaturenumber

No output schema declared.

No examples provided.

animica_check_usage ~23

Report your Animica usage and remaining credits for the current key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

animica_code ~100

Generate or fix code with Animica's code model (anm-code-7b). Returns code only. Great for coding agents that need cheap completions.

NameTypeReqDescription
contextstringExisting code / surrounding context.
languagestringTarget language (python, typescript, …).
max_tokensinteger
taskstringyesWhat to build/fix, e.g. "a Python function that parses ISO dates".

No output schema declared.

No examples provided.

animica_create_api_key ~52

Create a new Animica API key for your account (requires you to be signed in / have an account token). Returns the new key once.

NameTypeReqDescription
namestringA label for the key.

No output schema declared.

No examples provided.

animica_embed ~44

Create embedding vectors for text (RAG/search). Returns vectors. Cheapest tier.

NameTypeReqDescription
inputyesText or array of texts to embed.
modelstring

No output schema declared.

No examples provided.

animica_generate_app ~60

Generate a small runnable app/scaffold from a description (returns a file plan + code).

NameTypeReqDescription
descriptionstringyesWhat the app should do.
stackstringPreferred stack (e.g. "FastAPI", "Next.js").

No output schema declared.

No examples provided.

animica_mining_info ~67

How to earn ANM by powering Animica: connect a miner to the pool (PoIES = hash-share + AI/quantum/storage proofs) and/or serve inference (AICF, earn per request). Returns the stratum endpoint, downloads, and current pool config.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

animica_mining_status ~48

Look up a specific miner/worker (by anim1... address) — hashrate, shares, and earnings.

NameTypeReqDescription
addressstringyesYour anim1... payout address.

No output schema declared.

No examples provided.

animica_pool_stats ~34

Live pool health, mode, and miner count — so a bot can evaluate whether mining/providing is worth it.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

animica_price_quote ~83

Estimate the USD cost of a request before running it. Provide token counts OR sample text.

NameTypeReqDescription
expected_output_textstring
input_textstringIf given, tokens are estimated from it.
input_tokensinteger
modelstringDefault anm-fast-8b.
output_tokensinteger

No output schema declared.

No examples provided.

animica_search_docs ~44

Answer a question about Animica (API, models, pricing, MCP) with links. Use before integrating.

NameTypeReqDescription
querystringyesYour question about Animica.

No output schema declared.

No examples provided.

animica_summarize ~53

Summarize text with Animica. Cheap bulk summarization for pipelines/bots.

NameTypeReqDescription
max_wordsinteger
stylestring
textstringyesText to summarize.

No output schema declared.

No examples provided.