# Anthid (remote · mcp.anthid.com)

Search the Anthid trading API reference, schemas, and product pages.

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- remote · `mcp.anthid.com`: 63/100 (this document), [markdown](https://verifymcp.io/servers/com-anthid-anthid/mcp.md), [page](https://verifymcp.io/servers/com-anthid-anthid/mcp)

## Channel facts

- Endpoint: `https://mcp.anthid.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## 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-08-07.

- **Endpoint Security**: 60/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 7 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 is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 760 tokens (~108/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-anthid-anthid https://mcp.anthid.com/mcp
```

### Codex

```toml
[mcp_servers.com-anthid-anthid]
url = "https://mcp.anthid.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-anthid-anthid --url https://mcp.anthid.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-anthid-anthid:
    url: "https://mcp.anthid.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-anthid-anthid": {
      "type": "http",
      "url": "https://mcp.anthid.com/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-08-07 (score 63, +1)

- [security] Tool “search_anthid_site” rewrote its description, which is the text the model reads
- [functional improvement] Stability: unverified → 0.03

### 2026-08-06 (score 62)

First indexed and scored.

## MCP tools (7)

### `search_anthid_site` (~156 tokens)

Search the Anthid site

Search anthid.com — the product, pricing, and company pages — and return matching excerpts with their URLs. Use this for questions about what Anthid is, what it costs, which brokers it connects, or how to get in touch. For endpoints, parameters, and payload schemas, use this server's API tools — search_anthid_api and describe_anthid_endpoint. For narrative guides and streaming client code, which neither corpus here carries, use the documentation MCP server at https://docs.anthid.com/mcp.

Input parameters:

- `limit` (integer): Maximum number of pages to return. Defaults to 5.
- `query` (string, required): Search terms, for example "pricing free tier" or "which brokers".

### `get_anthid_overview` (~58 tokens)

Anthid overview

Return the positioning overview for Anthid: what the platform does, what it replaces, who it is for, and where to go for implementation detail. Use this to answer "what is Anthid" before reaching for a search.

### `list_anthid_pages` (~41 tokens)

List Anthid site pages

List every public page on anthid.com with its title, description, and URL. Use this to find the right page to cite or to fetch.

### `search_anthid_api` (~113 tokens)

Search the Anthid API

Search the Anthid REST API reference and return matching endpoints with their method, path, and summary. Use this to find which endpoint does something — "submit an order", "list positions", "set a risk control". Follow a match with describe_anthid_endpoint to get its parameters and examples.

Input parameters:

- `limit` (integer): Maximum number of endpoints to return. Defaults to 5.
- `query` (string, required): What the endpoint should do, for example "place an order" or "position history".

### `describe_anthid_endpoint` (~124 tokens)

Describe an Anthid API endpoint

Return the full reference for one endpoint: the authentication it accepts, every parameter with its type and example, the request body schema and example, and the response examples. Read this before writing a request rather than inferring the shape. Accepts a path ("/v1/orders"), a signature ("POST /v1/intents"), or an operation id ("submitIntent").

Input parameters:

- `endpoint` (string, required): The path, signature, or operation id to describe.
- `method` (string): HTTP method, when the endpoint is given as a bare path that serves several.

### `get_anthid_api_schema` (~69 tokens)

Get an Anthid API schema

Return one named schema from the API reference with its references expanded — for example "SubmitIntentParams" or "OrdersResponse". Use this when an endpoint description names a schema you need in full.

Input parameters:

- `name` (string, required): The schema name, as it appears in the endpoint description.

### `list_anthid_endpoints` (~65 tokens)

List Anthid API endpoints

List every documented endpoint grouped by service, with its method, path, and summary. Use this to see the shape of the API before searching it.

Input parameters:

- `service` (string): Restrict the listing to one service, for example "ledger" or "controls".

## Diagnostics

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

## Score history

- 2026-08-07: 63
- 2026-08-06: 62

## Links

- Remote endpoint: https://mcp.anthid.com/mcp
- Website: https://docs.anthid.com/api-reference/mcp/overview
- Changelog RSS feed: https://verifymcp.io/servers/com-anthid-anthid/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-anthid-anthid/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-anthid-anthid/mcp
