API Tools
anthid.com
Provides search and reference tools for Anthid, including site search, overview, page listing, API endpoint search, and detailed endpoint documentation.
ENDPOINT 1
https://mcp.anthid.com/mcp
MCP server metadata
- Name
- Anthid
- Version
- 0.1.0
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
get_anthid_overviewReturn 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-onlysearch_anthid_apiSearch the Anthid REST API reference and return matching endpoints with their method, path, and summary.
Inferred read-onlydescribe_anthid_endpointReturn 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-onlyget_anthid_api_schemaReturn one named schema from the API reference with its references expanded — for example "SubmitIntentParams" or "OrdersResponse".
Inferred read-onlylist_anthid_endpointsList every documented endpoint grouped by service, with its method, path, and summary.
Inferred read-onlyCONNECT 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.
anthid.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.