git clone https://github.com/BlockRunAI/blockrun-mcp
cd blockrun-mcp
npm install
npm run buildnpm run dev # watch mode
npm run typecheckThe MCP server runs on stdio. Test it by running node dist/index.js and sending JSON-RPC messages.
- Create
src/tools/your-tool.tsfollowing the pattern insrc/tools/markets.ts - Register it in
src/index.tsviaregisterYourTool(server) - Add pricing to README
claude mcp add blockrun-dev node /path/to/blockrun-mcp/dist/index.js- Open a PR against
main - One feature/fix per PR
- Include what the tool does and its cost in the PR description