# π° Press Kit
> **For**: Journalists, bloggers, podcasters, and content creators
> **Last Updated**: January 2026
---
## Quick Facts
| Item | Detail |
|------|--------|
| **Project Name** | Universal Crypto MCP |
| **Tagline** | Give Claude Money! |
| **What It Is** | First MCP server with AI payment capabilities |
| **Creator** | Nich (@nichxbt) |
| **License** | Apache 2.0 (Open Source) |
| **GitHub** | github.com/nirholas/universal-crypto-mcp |
| **npm Package** | @nirholas/universal-crypto-mcp |
---
## One-Liner Descriptions
**For General Audience:**
> Universal Crypto MCP lets AI assistants like Claude pay for things on the internet automatically.
**For Developers:**
> An MCP server with 380+ blockchain tools and x402 payment protocol for AI economic agents.
**For Crypto Audience:**
> The infrastructure layer for AI-to-AI commerce, implementing HTTP 402 with stablecoin payments.
**For AI Researchers:**
> A framework for studying economic behavior in AI agents with real financial constraints.
---
## The Story
### The Problem
AI assistants can write code, analyze data, and perform valuable workβbut they can't buy a $0.05 API call. Every paid service requires human configuration, creating a bottleneck in AI automation.
### The Solution
Universal Crypto MCP implements x402, a protocol that finally gives HTTP 402 "Payment Required" a purpose. When an AI agent encounters a paywall, it can now automatically:
1. Read the payment requirements
2. Sign a transaction from its wallet
3. Complete the payment
4. Access the service
### The Impact
This enables:
- **Autonomous AI agents** that can access premium services without human intervention
- **AI-to-AI marketplaces** where agents trade services with each other
- **Yield-generating wallets** where AI funds grow ~5% APY when idle
- **Micropayments** as small as $0.001 for fine-grained API access
---
## Key Features
### π§ 380+ Blockchain Tools
- DeFi operations (swaps, lending, staking)
- Security scanning (honeypot detection, rug pull alerts)
- Cross-chain bridges
- Market data and analytics
- Portfolio tracking
### πΈ x402 Payment Protocol
- HTTP 402 implementation for AI agents
- Automatic payment detection and handling
- Configurable spending limits
- Support for USDs, USDC on multiple networks
### βοΈ 20+ Chains
- Ethereum, Arbitrum, Base, Optimism
- Polygon, Avalanche, BNB Chain
- Solana (coming soon)
- And many more
### π Safety Features
- Per-transaction limits (default $1)
- Daily/monthly spending caps
- Address whitelisting
- Human confirmation thresholds
- Comprehensive transaction logging
---
## Quotes
**From the Creator:**
> "We're at the beginning of AI economic agents. Universal Crypto MCP provides the infrastructureβwhat gets built on top is up to all of us." β Nich (@nichxbt)
**About the Technology:**
> "HTTP 402 has been reserved since 1999. x402 finally gives it a purpose by enabling programmatic clients like AI agents to handle payments natively."
---
## Images & Logos
### Logo
```
π€π° Universal Crypto MCP
```
### ASCII Banner
```
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β π€π° UNIVERSAL CRYPTO MCP β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β Give Claude Money! AI agents with crypto superpowers. β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
### Screenshot Suggestions
1. Claude Desktop with x402 balance check
2. Claude making a paid API request
3. Transaction confirmation on block explorer
4. Tool list showing 380+ capabilities
*(High-resolution images available at github.com/nirholas/universal-crypto-mcp/.github/)*
---
## Demo Scenarios
### Scenario 1: Premium API Access
```
User: Get satellite weather data for Tokyo
Claude: π Found PremiumWeather API ($0.05)
π³ Paying from x402 wallet...
β
Payment confirmed!
[Detailed satellite weather data]
```
### Scenario 2: DeFi Operation
```
User: Swap 100 USDC to ETH on Arbitrum
Claude: π Finding best route via 1inch...
π± Best price: 0.042 ETH
β
Swap executed!
Transaction: 0xabc123...
```
### Scenario 3: Security Check
```
User: Is this token safe? 0x123...
Claude: π Running security analysis...
β οΈ WARNING: Honeypot detected!
- Cannot sell token
- High tax on transfers
Recommendation: Do not buy
```
---
## Technical Specifications
| Component | Technology |
|-----------|------------|
| **Protocol** | MCP (Model Context Protocol) |
| **Payment Standard** | x402 (HTTP 402 implementation) |
| **Signature Scheme** | EIP-712 (typed structured data) |
| **Transfer Method** | ERC-3009 (transferWithAuthorization) |
| **Primary Network** | Arbitrum One |
| **Language** | TypeScript |
| **Runtime** | Node.js 18+ |
---
## Comparison
| Feature | Universal Crypto MCP | Others |
|---------|---------------------|--------|
| Tools | 380+ | 10-50 |
| Chains | 20+ | 1-3 |
| AI Payments | β
x402 | β |
| Yield on Idle | β
~5% APY | β |
| Open Source | β
Apache 2.0 | Varies |
---
## Timeline
| Date | Milestone |
|------|-----------|
| 2024 Q4 | Universal Crypto MCP initial release |
| 2025 Q1 | x402 payment protocol added |
| 2025 Q2 | Tool marketplace launched |
| 2025 Q3 | Multi-chain expansion |
| 2026 Q1 | Public launch campaign |
---
## Contact
**Creator**: Nich
**Twitter/X**: [@nichxbt](https://x.com/nichxbt)
**GitHub**: [github.com/nirholas](https://github.com/nirholas)
**Email**: [Contact via Twitter DM]
**For Press Inquiries**: DM on Twitter or open a GitHub Discussion
---
## Resources
| Resource | Link |
|----------|------|
| **GitHub Repository** | github.com/nirholas/universal-crypto-mcp |
| **npm Package** | npmjs.com/package/@nirholas/universal-crypto-mcp |
| **x402 Documentation** | github.com/nirholas/universal-crypto-mcp/tree/main/x402 |
| **Full Documentation** | github.com/nirholas/universal-crypto-mcp/tree/main/docs |
| **Demo Video** | github.com/nirholas/universal-crypto-mcp#demo |
---
## Frequently Asked Questions
**Q: Is this safe to use with real money?**
A: Yes, with precautions. We recommend starting with small amounts ($10-50) and using spending limits. The code has been tested but is still early software.
**Q: Which AI assistants does this work with?**
A: Claude Desktop, Cursor, and any MCP-compatible client. ChatGPT support planned.
**Q: What's the business model?**
A: Open source with no fees. Future potential in hosted services and enterprise features.
**Q: Is this legal?**
A: AI making payments is similar to automated trading systemsβgenerally legal but evolving. Consult legal counsel for specific use cases.
**Q: How do I get started?**
A: Run `npx @nirholas/universal-crypto-mcp` and follow the setup instructions in the README.
---
## Boilerplate
**About Universal Crypto MCP**
Universal Crypto MCP is an open-source MCP server that gives AI assistants like Claude access to 380+ blockchain tools across 20+ networks. Its flagship feature, x402, implements the HTTP 402 payment protocol, enabling AI agents to pay for premium services automatically. The project is developed by Nich (@nichxbt) and is available under the Apache 2.0 license at github.com/nirholas/universal-crypto-mcp.
---
*Press kit last updated: January 2026*
*For the latest information, visit the GitHub repository.*