← Registry

API Tools

cryptolabel.io

Provides access to CryptoLabel's API documentation and live cryptocurrency address lookup endpoints.

1 endpoint6 known toolsFirst detected August 15, 2026Last detected August 15, 2026

ENDPOINT 1

https://cryptolabel.io/api/mcp

No auth detected

MCP server metadata

Name
cryptolabel-docs
Version
1.0.0
Capabilities
resourcestools
Server instructions

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

search_docs

Search CryptoLabel API Markdown and OpenAPI documentation.

Inferred read-only
read_doc

Read a CryptoLabel MCP documentation resource by URI.

Inferred read-only
get_endpoint

Return structured endpoint details by operationId or method/path.

Inferred read-only
check_address

Call the live public CryptoLabel lookup endpoint for a chain and address.

Inferred read-only
list_enums

List all CryptoLabel enum values, or filter by enum schema name.

Inferred read-only
list_versions

List CryptoLabel API documentation versions available through this MCP server.

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.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.

Trust status Neutral

cryptolabel.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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