We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/universal-crypto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
slug: launch
title: Launching Universal Crypto MCP
authors: [nirholas]
tags: [launch, mcp, crypto, ai]
---
# Launching Universal Crypto MCP π
Today we're excited to announce the public launch of **Universal Crypto MCP** - the largest Model Context Protocol server for cryptocurrency tools, with 150+ tools for DeFi, NFTs, payments, and more.
<!-- truncate -->
## What is Universal Crypto MCP?
Universal Crypto MCP enables AI agents like Claude to interact with blockchain networks, manage crypto payments, and access decentralized services through a standardized protocol. It's designed to make cryptocurrency accessible to AI agents without requiring users to understand the complexities of blockchain technology.
## Key Features
### π§ 150+ Crypto Tools
Access a comprehensive toolkit including:
- **DeFi Protocols**: Uniswap, Aave, Compound, and more
- **NFT Marketplaces**: OpenSea, Blur
- **Price Feeds**: Real-time cryptocurrency prices
- **Wallet Management**: Create, manage, and monitor wallets
- **Token Operations**: Transfers, swaps, approvals
### π³ x402 Payment Rails
Built-in payment infrastructure supporting:
- HTTP 402 Payment Required protocol
- Multi-chain support (Ethereum, Base, Arbitrum, Solana)
- Automatic payment handling
- Credit system for fiat payments
### πͺ Service Marketplace
Discover and monetize AI services:
- Service registration and discovery
- Subscription management
- Reputation system
- Featured listings for visibility
### π€ Agent Wallets
Pre-funded wallets designed specifically for AI agents:
- Spending limits (daily, monthly, per-transaction)
- Service allowlists/blocklists
- Automatic top-up
- Owner oversight and control
## Why We Built This
AI agents are becoming increasingly capable, but they lack the ability to make autonomous payments and interact with decentralized services. We built Universal Crypto MCP to bridge this gap, enabling:
1. **Autonomous Payments**: AI agents can pay for services they need
2. **Controlled Spending**: Owners maintain control through spending policies
3. **Service Discovery**: Easy access to premium APIs and services
4. **Fiat Bridge**: Credit system for users who prefer traditional payments
## Getting Started
Install in under 5 minutes:
```bash
npm install @nirholas/universal-crypto-mcp
```
For Claude Desktop, add to your config:
```json
{
"mcpServers": {
"crypto": {
"command": "npx",
"args": ["@nirholas/universal-crypto-mcp"]
}
}
}
```
## What's Next?
We're just getting started. Our roadmap includes:
- **More Blockchain Networks**: Solana, Cosmos, Polkadot
- **Additional DeFi Protocols**: Curve, Balancer, GMX
- **Advanced Analytics**: On-chain data analysis tools
- **DAO Integration**: Governance and voting tools
- **Cross-Chain Bridges**: Seamless asset transfers
## Community
Join our growing community:
- **Discord**: [Join the conversation](https://discord.gg/universal-crypto-mcp)
- **GitHub**: [Contribute to the project](https://github.com/nirholas/universal-crypto-mcp)
- **Twitter**: [Follow for updates](https://twitter.com/universal_mcp)
## Try It Today
Head over to our [Quick Start Guide](/docs/getting-started/quick-start) to get started, or browse our [Tutorials](/docs/tutorials/build-paid-api) for example implementations.
We can't wait to see what you build!
---
*Questions? Reach out on [Discord](https://discord.gg/universal-crypto-mcp) or [GitHub Discussions](https://github.com/nirholas/universal-crypto-mcp/discussions).*