INDIVIDUAL MCP TOOL
search_anthid_api
Search the Anthid REST API reference and return matching endpoints with their method, path, and summary.
LIVE ENDPOINT
https://mcp.anthid.com/mcp
Connect to this endpoint to inspect the live schema for search_anthid_api and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_anthid_site— Search anthid.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.list_anthid_pages— List every public page on anthid.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.get_anthid_api_schema— Return one named schema from the API reference with its references expanded — for example "SubmitIntentParams" or "OrdersResponse".list_anthid_endpoints— List every documented endpoint grouped by service, with its method, path, and summary.