# io.github.animicaorg/animica (npm · animica-mcp)

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

- Trust score: 66/100 (medium)
- Change this week: +42
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.animica.org`: 4/100, [markdown](https://verifymcp.io/servers/animicaorg-animica/mcp.md), [page](https://verifymcp.io/servers/animicaorg-animica/mcp)
- npm · `animica-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/animicaorg-animica/animica-mcp.md), [page](https://verifymcp.io/servers/animicaorg-animica/animica-mcp)

## Channel facts

- Registry: `npm`
- Package: `animica-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 42 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 852 tokens (~60/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 59% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add animicaorg-animica -- npx -y animica-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add animicaorg-animica --command npx --arg -y --arg animica-mcp
```

### Hermes

```yaml
mcp_servers:
  animicaorg-animica:
    command: "npx"
    args: ["-y", "animica-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "animicaorg-animica": {
      "command": "npx",
      "args": [
        "-y",
        "animica-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 66, +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.

### 2026-08-02 (score 65, +25)

- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Known CVEs: unverified → partial
- [security improvement] 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.
- [functional regression] Maintenance: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] License: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 40, −10)

- [security regression] Known CVEs: partial → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-31 (score 50, +14)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 36, −30)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-29 (score 66, +22)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-07-28 (score 44, +20)

- [functional improvement] 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

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (14)

### `animica_chat` (~127 tokens)

Animica chat

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

Input parameters:

- `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)

### `animica_code` (~100 tokens)

Animica code generation

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

Input parameters:

- `context` (string): Existing code / surrounding context.
- `language` (string): Target language (python, typescript, …).
- `max_tokens` (integer)
- `task` (string, required): What to build/fix, e.g. "a Python function that parses ISO dates".

### `animica_summarize` (~53 tokens)

Animica summarize

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

Input parameters:

- `max_words` (integer)
- `style` (string)
- `text` (string, required): Text to summarize.

### `animica_embed` (~44 tokens)

Animica embeddings

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

Input parameters:

- `input` (required): Text or array of texts to embed.
- `model` (string)

### `animica_agent_run` (~69 tokens)

Animica agent run

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.

Input parameters:

- `goal` (string, required): The task/goal for the agent.
- `max_steps` (integer)
- `model` (string)

### `animica_generate_app` (~60 tokens)

Animica generate app

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

Input parameters:

- `description` (string, required): What the app should do.
- `stack` (string): Preferred stack (e.g. "FastAPI", "Next.js").

### `animica_search_docs` (~44 tokens)

Animica docs search

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

Input parameters:

- `query` (string, required): Your question about Animica.

### `animica_price_quote` (~83 tokens)

Animica price quote

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

Input parameters:

- `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)

### `animica_create_api_key` (~52 tokens)

Animica create API key

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

Input parameters:

- `name` (string): A label for the key.

### `animica_check_usage` (~23 tokens)

Animica check usage

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

### `animica_mining_info` (~67 tokens)

How to mine / provide Animica

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.

### `animica_pool_stats` (~34 tokens)

Animica pool stats

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

### `animica_mining_status` (~48 tokens)

Animica miner status

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

Input parameters:

- `address` (string, required): Your anim1... payout address.

### `animica_become_provider` (~48 tokens)

Become an Animica inference provider

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.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/animicaorg-animica/animica-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 40
- 2026-07-31: 50
- 2026-07-30: 36
- 2026-07-29: 66
- 2026-07-28: 44
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/animica-mcp
- Socket report: https://socket.dev/npm/package/animica-mcp
- Repository: https://github.com/animicaorg/all
- Website: https://animica.org/developers
- Changelog RSS feed: https://verifymcp.io/servers/animicaorg-animica/animica-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/animicaorg-animica/animica-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/animicaorg-animica/animica-mcp
