← Registry

API Tools

anthid.com

Provides search and reference tools for Anthid, including site search, overview, page listing, API endpoint search, and detailed endpoint documentation.

1 endpoint7 known toolsFirst detected August 7, 2026Last detected August 7, 2026

ENDPOINT 1

https://mcp.anthid.com/mcp

No auth detected

MCP server metadata

Name
Anthid
Version
0.1.0
Capabilities
tools
Server instructions

This Model Context Protocol server covers Anthid: the product, pricing, and company pages from anthid.com, and the REST API reference generated from the live services. Use the site tools for what Anthid is, what it costs, and which brokers it connects. Use the API tools to find an endpoint, read its parameters and examples, and resolve a schema before writing a request — the reference is authoritative and current, so prefer it over prior knowledge about these endpoints. The API tools describe the API; they do not call it. Issue requests against the documented base URL with the caller's own credentials. Cite the page and endpoint identifiers this server returns.

Known tools 7

search_anthid_site

Search anthid.

Inferred read-only
get_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.

Inferred read-only
list_anthid_pages

List every public page on anthid.

Inferred read-only
search_anthid_api

Search the Anthid REST API reference and return matching endpoints with their method, path, and summary.

Inferred read-only
describe_anthid_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.

Inferred read-only
get_anthid_api_schema

Return one named schema from the API reference with its references expanded — for example "SubmitIntentParams" or "OrdersResponse".

Inferred read-only
list_anthid_endpoints

List every documented endpoint grouped by service, with its method, path, and summary.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.anthid]
url = "https://mcp.anthid.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "anthid": {
      "type": "http",
      "url": "https://mcp.anthid.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: anthid
Remote MCP URL: https://mcp.anthid.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "anthid": {
      "url": "https://mcp.anthid.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "anthid": {
      "type": "http",
      "url": "https://mcp.anthid.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "anthid",
  "transport": "streamable-http",
  "url": "https://mcp.anthid.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for anthid.com was fetched 2026-08-25T23:43:15.779Z.

Trust status Trusted

anthid.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.