# Animica (remote · animica.dev)

Read-only Animica chain data, free AI inference, verifiable quantum randomness, and mining stats.

- Trust score: 74/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `animica.dev`: 74/100 (this document), [markdown](https://verifymcp.io/servers/animicaorg-animica/animica.md), [page](https://verifymcp.io/servers/animicaorg-animica/animica)
- remote · `mcp.animica.org`: 74/100, [markdown](https://verifymcp.io/servers/animicaorg-animica/mcp.md), [page](https://verifymcp.io/servers/animicaorg-animica/mcp)
- pypi · `animica-mcp`: 28/100, [markdown](https://verifymcp.io/servers/animicaorg-animica/animica-mcp-2.md), [page](https://verifymcp.io/servers/animicaorg-animica/animica-mcp-2)

## Channel facts

- Endpoint: `https://animica.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-09-21.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 22 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1010 tokens (~45/item across 22 items; 22 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 22 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 23 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Animica MCP server?

Animica is a hosted endpoint at https://animica.dev/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http animicaorg-animica 'https://animica.dev/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "animicaorg-animica": {
      "url": "https://animica.dev/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "animicaorg-animica": {
      "type": "http",
      "url": "https://animica.dev/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.animicaorg-animica]
url = "https://animica.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "animicaorg-animica": {
      "type": "remote",
      "url": "https://animica.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add animicaorg-animica --url 'https://animica.dev/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  animicaorg-animica:
    url: "https://animica.dev/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "animicaorg-animica": {
      "Transport": "http",
      "Url": "https://animica.dev/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add animicaorg-animica -t streamable-http -u 'https://animica.dev/mcp'
```

### Other

```json
{
  "mcpServers": {
    "animicaorg-animica": {
      "type": "http",
      "url": "https://animica.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-09-13 (score 74, 0)

- [security] Stability: 0.97 → pass

### 2026-09-12 (score 74, +1)

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

### 2026-09-09 (score 73, +1)

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

### 2026-09-07 (score 72, +1)

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

### 2026-09-05 (score 71, +1)

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

### 2026-09-03 (score 70, +1)

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

### 2026-09-01 (score 69, +1)

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

### 2026-08-30 (score 68, +1)

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

## MCP tools (22)

### `animica_info` (~28 tokens)

What Animica is and how to use it: the OpenAI-compatible AI API, the

Output parameters:

- `result` (string)

### `animica_ai_ask` (~65 tokens)

Ask Animica's ENA AI a question (OpenAI-compatible inference). Cheap general

Input parameters:

- `max_tokens` (integer)
- `model` (string)
- `prompt` (string, required)
- `system` (string)
- `temperature` (number)

Output parameters:

- `result` (string)

### `animica_ai_models` (~24 tokens)

List the AI models available on Animica's OpenAI-compatible API.

Output parameters:

- `result` (string)

### `animica_ai_job_status` (~38 tokens)

Read the status of an ENA AI request/job by id (read-only). Returns the

Input parameters:

- `job_id` (string, required)

Output parameters:

- `result` (string)

### `animica_quantum_beacon_latest` (~27 tokens)

Get the latest round of Animica's verifiable quantum randomness beacon

Output parameters:

- `result` (string)

### `animica_quantum_draw` (~63 tokens)

Compute a verifiable quantum-random draw off a beacon round.

Input parameters:

- `beacon_hex` (string)
- `kind` (string, required)
- `params_json` (string)
- `request_id` (string, required)
- `round_id` (integer)

Output parameters:

- `result` (string)

### `animica_quantum_verify` (~35 tokens)

Verify a quantum-random draw client-side: recompute it from its declared

Input parameters:

- `result_json` (string, required)

Output parameters:

- `result` (string)

### `animica_qdna_verify_gene` (~36 tokens)

Verify a qDNA training-genome gene seal: recompute its content-address

Input parameters:

- `gene_json` (string, required)

Output parameters:

- `result` (string)

### `animica_chain_head` (~25 tokens)

Read the chain head: current height/hash and chain id. Read-only.

Output parameters:

- `result` (string)

### `animica_chain_block` (~45 tokens)

Read a block by ``height`` or by ``hash`` (read-only). With neither, reads

Input parameters:

- `hash` (string)
- `height` (integer)

Output parameters:

- `result` (string)

### `animica_chain_account` (~35 tokens)

READ-ONLY account snapshot for an ``anim1...`` address: balance + nonce.

Input parameters:

- `address` (string, required)

Output parameters:

- `result` (string)

### `animica_pool_stats` (~26 tokens)

Live mining-pool stats: pool status plus active miner count. Read-only.

Output parameters:

- `result` (string)

### `animica_network_hashrate` (~25 tokens)

Read the current network hashrate from the chain. Read-only.

Output parameters:

- `result` (string)

### `animica_studio_estimate` (~49 tokens)

Estimate the ANM cost of an Animica Studio run BEFORE paying

Input parameters:

- `gpu` (boolean)
- `mem_gb` (number)
- `seconds` (number)

Output parameters:

- `result` (string)

### `animica_studio_functions` (~28 tokens)

List functions deployed to Animica Studio (aicf.fn.list). Read-only.

Output parameters:

- `result` (string)

### `animica_x402_products` (~31 tokens)

Discover Animica's pay-per-request x402 APIs (USDC on Base): price, availability.

Output parameters:

- `result` (string)

### `animica_web_fetch` (~56 tokens)

PAID (~$0.005, or free with a credit token): fetch a public web page as clean text.

Input parameters:

- `credits` (string)
- `max_chars` (integer)
- `url` (string, required)

Output parameters:

- `result` (string)

### `animica_web_ask` (~52 tokens)

PAID (~$0.007): answer a question about ONE web page, WITH its sources.

Input parameters:

- `credits` (string)
- `question` (string, required)
- `url` (string, required)

Output parameters:

- `result` (string)

### `animica_embed` (~49 tokens)

PAID (~$0.005 per BATCH): embed up to 256 texts in one call (384-dim).

Input parameters:

- `credits` (string)
- `texts_json` (string, required)

Output parameters:

- `result` (string)

### `animica_notarize` (~54 tokens)

PAID (~$0.006): anchor a SHA-256 digest on-chain with a verifiable proof.

Input parameters:

- `credits` (string)
- `digest` (string, required)
- `memo` (string)

Output parameters:

- `result` (string)

### `animica_pq_verify` (~85 tokens)

PAID (~$0.005): verify a post-quantum signature (ML-DSA-65 / Dilithium3 / SPHINCS+).

Input parameters:

- `alg_id` (integer, required)
- `credits` (string)
- `message_hex` (string, required)
- `public_key_hex` (string, required)
- `signature_hex` (string, required)

Output parameters:

- `result` (string)

### `animica_credit_balance` (~31 tokens)

FREE: balance, expiry and spend history for a prepaid credit token.

Input parameters:

- `credits` (string)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/animicaorg-animica/animica#diagnostics

## Score history

- 2026-09-21: 74
- 2026-09-20: 74
- 2026-09-19: 74
- 2026-09-18: 74
- 2026-09-17: 74
- 2026-09-16: 74
- 2026-09-15: 74
- 2026-09-14: 74
- 2026-09-13: 74
- 2026-09-12: 74
- 2026-09-11: 73
- 2026-09-10: 73
- 2026-09-09: 73
- 2026-09-08: 72
- 2026-09-07: 72
- 2026-09-06: 71
- 2026-09-05: 71
- 2026-09-04: 70
- 2026-09-03: 70
- 2026-09-02: 69
- 2026-09-01: 69
- 2026-08-31: 68
- 2026-08-30: 68
- 2026-08-29: 67
- 2026-08-28: 67
- 2026-08-27: 66
- 2026-08-26: 66
- 2026-08-25: 64
- 2026-08-24: 63
- 2026-08-23: 63

## Common questions

### What is the Animica MCP server?

Animica is an MCP server listed in the public MCP registry as io.github.animicaorg/animica. Read-only Animica chain data, free AI inference, verifiable quantum randomness, and mining stats. This page covers its hosted endpoint (https://animica.dev/mcp).

### Is the Animica MCP server safe to use?

Animica scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Animica MCP server expose?

Animica exposes 22 tools: animica_info, animica_ai_ask, animica_ai_models, animica_ai_job_status, animica_quantum_beacon_latest, and 17 more. Their descriptions and schemas cost roughly 907 tokens of context every time the server is loaded.

### Does the Animica MCP server require authentication?

No. We connected to Animica without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Animica MCP server still maintained?

Animica is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://animica.dev/mcp
- Repository: https://github.com/animicaorg/animica-mcp
- Website: https://animica.dev/
- Changelog RSS feed: https://verifymcp.io/servers/animicaorg-animica/animica.xml
- Changelog JSON feed: https://verifymcp.io/servers/animicaorg-animica/animica.json
- HTML version of this page: https://verifymcp.io/servers/animicaorg-animica/animica
