MCP server giving Claude real-time data — markets, research, X/Twitter, crypto. Pay per call with USDC.
npm install # install dependencies
npm run build # compile with tsup
npm run dev # watch mode (tsx)
npm start # start MCP server
npm run typecheck # type checkingsrc/
├── index.ts # MCP server entry point
├── mcp-handler.ts # MCP protocol handler
├── tools/ # MCP tool implementations
├── types.ts # Type definitions
└── utils/ # Shared utilities
@blockrun/llm— LLM gateway SDK (x402 payments)@modelcontextprotocol/sdk— MCP protocol SDKzod— Schema validationviem— Ethereum interactionqrcode— Wallet QR code display
claude mcp add blockrun -s user -- npx -y @blockrun/mcp@latest- TypeScript, ESM
- Build with tsup
- Node >= 20.19
- MIT license
- npm registry:
@blockrun/mcp