@blockrun/mcp 0.3.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -4
- package/dist/index.js +846 -482
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
# @blockrun/mcp
|
|
1
|
+
# @blockrun/mcp — BlockRun MCP Server for Claude Code
|
|
2
|
+
|
|
3
|
+
> **@blockrun/mcp** is an MCP (Model Context Protocol) server that gives Claude Code access to 30+ AI models (GPT-5, Gemini, Grok, DeepSeek, and more), image generation, and real-time X/Twitter data — all with pay-per-request USDC micropayments via x402. No API keys, no subscriptions. One command to install.
|
|
2
4
|
|
|
3
5
|
## The Problem
|
|
4
6
|
|
|
@@ -335,17 +337,31 @@ echo '{"jsonrpc":"2.0","method":"tools/list","id":1}' | node dist/index.js
|
|
|
335
337
|
## Links
|
|
336
338
|
|
|
337
339
|
- **Website:** [blockrun.ai](https://blockrun.ai)
|
|
338
|
-
- **Documentation:** [
|
|
340
|
+
- **Documentation:** [GitHub Docs](https://github.com/BlockRunAI/awesome-blockrun/tree/main/docs)
|
|
339
341
|
- **Pricing:** [blockrun.ai/pricing](https://blockrun.ai/pricing)
|
|
340
342
|
- **GitHub:** [github.com/blockrunai](https://github.com/blockrunai)
|
|
341
|
-
- **Twitter:** [@
|
|
343
|
+
- **Twitter:** [@BlockRunAI](https://x.com/BlockRunAI)
|
|
342
344
|
|
|
343
345
|
## Support
|
|
344
346
|
|
|
345
347
|
- **Issues:** [GitHub Issues](https://github.com/blockrunai/blockrun-mcp/issues)
|
|
346
|
-
- **
|
|
348
|
+
- **Telegram:** [Join our Telegram](https://t.me/+mroQv4-4hGgzOGUx)
|
|
347
349
|
- **Email:** hello@blockrun.ai
|
|
348
350
|
|
|
351
|
+
## Frequently Asked Questions
|
|
352
|
+
|
|
353
|
+
### What is BlockRun MCP?
|
|
354
|
+
BlockRun MCP is a Model Context Protocol (MCP) server that gives Claude Code users access to 30+ AI models from OpenAI, Google, xAI, DeepSeek, and more. It uses USDC micropayments via the x402 protocol — no API keys or subscriptions needed.
|
|
355
|
+
|
|
356
|
+
### How do I install BlockRun MCP?
|
|
357
|
+
One command: `claude mcp add blockrun npx @blockrun/mcp`. A wallet is automatically created for you. Fund it with USDC on Base network and start using any model.
|
|
358
|
+
|
|
359
|
+
### How much does it cost?
|
|
360
|
+
Pay only for what you use — no minimums or subscriptions. $5 in USDC gets you approximately 50,000 Gemini Flash requests or 1,000 GPT-4o requests. A quick question costs around $0.0001.
|
|
361
|
+
|
|
362
|
+
### Why use BlockRun MCP instead of direct API keys?
|
|
363
|
+
With direct APIs, you need 5+ accounts, 5+ API keys, and 5+ billing systems. BlockRun MCP gives you one wallet for all providers, one command to install, and zero API key management.
|
|
364
|
+
|
|
349
365
|
## License
|
|
350
366
|
|
|
351
367
|
MIT
|