API Tools
cryptolabel.io
Provides access to CryptoLabel's API documentation and live cryptocurrency address lookup endpoints.
ENDPOINT 1
https://cryptolabel.io/api/mcp
MCP server metadata
- Name
- cryptolabel-docs
- Version
- 1.0.0
CryptoLabel MCP provides read-only API documentation and live address lookup. Use search_docs or get_endpoint first for API documentation questions. Use check_address only when the user asks to verify an address or needs a live example.
Known tools 6
check_addressCall the live public CryptoLabel lookup endpoint for a chain and address.
Inferred read-onlylist_versionsList CryptoLabel API documentation versions available through this MCP server.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cryptolabel.io was fetched 2026-08-25T23:01:36.256Z.
cryptolabel.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.