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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 42 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add animicaorg-animica -- npx -y animica-mcp
codex mcp add animicaorg-animica -- npx -y animica-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"animicaorg-animica": {
"type": "local",
"command": [
"npx",
"-y",
"animica-mcp"
],
"enabled": true
}
}
} openclaw mcp add animicaorg-animica --command npx --arg -y --arg animica-mcp
mcp_servers:
animicaorg-animica:
command: "npx"
args: ["-y", "animica-mcp"] {
"mcpServers": {
"animicaorg-animica": {
"command": "npx",
"args": [
"-y",
"animica-mcp"
]
}
}
} 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.
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.
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.
animica_agent_run 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.
| Name | Type | Req | Description |
|---|---|---|---|
| goal | string | yes | The task/goal for the agent. |
| max_steps | integer | — | — |
| model | string | — | — |
No output schema declared.
No examples provided.
animica_become_provider Become an Animica inference 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| max_tokens | integer | — | — |
| messages | array | — | Full chat history (overrides prompt). |
| model | string | — | Model id (anm-fast-8b, anm-pro-70b, anm-flagship-moe). Default anm-fast-8b. |
| prompt | string | — | A single user prompt (use this OR messages). |
| temperature | number | — | — |
No output schema declared.
No examples provided.
animica_check_usage 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 Animica code generation ~100
Generate or fix code with Animica's code model (anm-code-7b). Returns code only. Great for coding agents that need cheap completions.
| Name | Type | Req | Description |
|---|---|---|---|
| context | string | — | Existing code / surrounding context. |
| language | string | — | Target language (python, typescript, …). |
| max_tokens | integer | — | — |
| task | string | yes | What to build/fix, e.g. "a Python function that parses ISO dates". |
No output schema declared.
No examples provided.
animica_create_api_key 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | — | A label for the key. |
No output schema declared.
No examples provided.
animica_embed Animica embeddings ~44
Create embedding vectors for text (RAG/search). Returns vectors. Cheapest tier.
| Name | Type | Req | Description |
|---|---|---|---|
| input | — | yes | Text or array of texts to embed. |
| model | string | — | — |
No output schema declared.
No examples provided.
animica_generate_app Animica generate app ~60
Generate a small runnable app/scaffold from a description (returns a file plan + code).
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | What the app should do. |
| stack | string | — | Preferred stack (e.g. "FastAPI", "Next.js"). |
No output schema declared.
No examples provided.
animica_mining_info How to mine / provide Animica ~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 Animica miner status ~48
Look up a specific miner/worker (by anim1... address) — hashrate, shares, and earnings.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Your anim1... payout address. |
No output schema declared.
No examples provided.
animica_pool_stats 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 Animica price quote ~83
Estimate the USD cost of a request before running it. Provide token counts OR sample text.
| Name | Type | Req | Description |
|---|---|---|---|
| expected_output_text | string | — | — |
| input_text | string | — | If given, tokens are estimated from it. |
| input_tokens | integer | — | — |
| model | string | — | Default anm-fast-8b. |
| output_tokens | integer | — | — |
No output schema declared.
No examples provided.
animica_search_docs Animica docs search ~44
Answer a question about Animica (API, models, pricing, MCP) with links. Use before integrating.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Your question about Animica. |
No output schema declared.
No examples provided.
animica_summarize Animica summarize ~53
Summarize text with Animica. Cheap bulk summarization for pipelines/bots.
| Name | Type | Req | Description |
|---|---|---|---|
| max_words | integer | — | — |
| style | string | — | — |
| text | string | yes | Text to summarize. |
No output schema declared.
No examples provided.