Docs

MCP Server

Turn Contrabxnd into tools any MCP-compatible agent can call.

The Model Context Protocol (MCP) is an open standard that lets AI agents use external tools. Contrabxnd's MCP server exposes market intelligence, on-chain node queries, Lightning, and pricing as callable tools over a single authenticated endpoint.

Endpoint

https://www.contrabxnd.io/api/mcp

Authentication

Every request needs an API key in the Authorization header as a bearer token. Generate one on the MCP page (keys are prefixed cbx_, sha-256 hashed at rest, and revocable).

Authorization: Bearer cbx_YOUR_KEY

Client config

{
  "mcpServers": {
    "contrabxnd": {
      "url": "https://www.contrabxnd.io/api/mcp",
      "headers": { "Authorization": "Bearer cbx_YOUR_KEY" }
    }
  }
}

Capabilities

  • Intelligence — composite Contrabxnd Score, macro signals, ETF flows, sentiment.
  • Indexer — address / transaction / block lookups, fund tracing, script decoding.
  • Mining & on-chain — hash ribbon, difficulty, MVRV, realized price.
  • Lightning — node info, balances, channels, invoices.
  • L402 — discover paywalled resources and their sat prices.

See the full Tool Reference.