← cryptolabel.io
INDIVIDUAL MCP TOOL
get_endpoint
Return structured endpoint details by operationId or method/path.
LIVE ENDPOINT
https://cryptolabel.io/api/mcp
Connect to this endpoint to inspect the live schema for get_endpoint 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.cryptolabel-docs]
url = "https://cryptolabel.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cryptolabel-docs": {
"type": "http",
"url": "https://cryptolabel.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cryptolabel-docs
Remote MCP URL: https://cryptolabel.io/api/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": {
"cryptolabel-docs": {
"url": "https://cryptolabel.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cryptolabel-docs": {
"type": "http",
"url": "https://cryptolabel.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cryptolabel-docs",
"transport": "streamable-http",
"url": "https://cryptolabel.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_docs— Search CryptoLabel API Markdown and OpenAPI documentation.read_doc— Read a CryptoLabel MCP documentation resource by URI.check_address— Call the live public CryptoLabel lookup endpoint for a chain and address.list_enums— List all CryptoLabel enum values, or filter by enum schema name.list_versions— List CryptoLabel API documentation versions available through this MCP server.