real-time-market-data
Real-time market data discovery for Blocksize. Search supported crypto, FX, and metals instruments, inspect pricing, and fetch integration docs before accessing live x402-paid HTTP market data.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add blocksize/agentic-payments
# Browse available tools
npx -y smithery tool list blocksize/agentic-payments
# Get full schema for a tool
npx -y smithery tool get blocksize/agentic-payments search_pairs
# Call a tool
npx -y smithery tool call blocksize/agentic-payments search_pairs '{}'Direct MCP Connection
Endpoint: https://agentic-payments--blocksize.run.tools
Tools (6)
search_pairs— Discover supported symbols before using the paid HTTP API. Returns up to 50 catalog matches with asset class, available…list_instruments— List the supported instruments for one Blocksize service. This is free, read-only catalog metadata; it does not fetch l…get_pricing_info— Inspect current per-call prices, bulk credit tiers, and supported Solana and Base USDC settlement networks. This is fre…get_market_data_endpoint— Build the exact x402-protected HTTP URL for one live market-data request. Returns method, URL, service notes, pricing d…search— Search Blocksize documentation and catalog metadata by keyword. This free read-only search returns document and instrum…fetch— Fetch one document or instrument guide returned by search. This is free, read-only content retrieval with no account, c…
# Get full input/output schema for a tool
npx -y smithery tool get blocksize/agentic-payments Resources
blocksize://public-info— Provide remote-discovery server metadata to MCP clients.