← blocksize.info

INDIVIDUAL MCP TOOL

search_pairs

Discover supported crypto, equity, FX, and metal symbols before using the paid HTTP API.

blocksize.infonone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.blocksize.info/mcp/server

No auth detected

Connect to this endpoint to inspect the live schema for search_pairs 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

blocksize.info

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.blocksize-agentic-market-intelligence]
url = "https://mcp.blocksize.info/mcp/server"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "blocksize-agentic-market-intelligence": {
      "type": "http",
      "url": "https://mcp.blocksize.info/mcp/server"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: blocksize-agentic-market-intelligence
Remote MCP URL: https://mcp.blocksize.info/mcp/server

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": {
    "blocksize-agentic-market-intelligence": {
      "url": "https://mcp.blocksize.info/mcp/server"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "blocksize-agentic-market-intelligence": {
      "type": "http",
      "url": "https://mcp.blocksize.info/mcp/server"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "blocksize-agentic-market-intelligence",
  "transport": "streamable-http",
  "url": "https://mcp.blocksize.info/mcp/server"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_instruments — List the supported instruments for one Blocksize service.
  • get_pricing_info — Inspect current direct x402 per-call prices, authenticated connector starter-credit costs, supported USDC settlement networks, and the account-plan contact path.
  • get_product_catalog — Inspect Blocksize raw data, supported equity ticker bid/ask, and premium agent-native workflow products, including starter-credit positioning, credit costs, suggested paid prices, endpoint templates, and upgrade path.
  • get_workflow_endpoint — Build the exact paid HTTP endpoint, method, starter-credit cost, and example body for a premium Blocksize workflow.
  • get_market_data_endpoint — Build the exact x402-protected HTTP URL for one live market-data request.
  • search — Search Blocksize documentation and catalog metadata by keyword.
  • fetch — Fetch one document or instrument guide returned by search.