modelscope·@0xgasless/mcp
暂无描述。
** Seamless Blockchain Integration for Claude AI**
Execute gasless transactions, swaps, and transfers directly from your Claude conversations
Quick Start Documentation Development Contributing
</div>The 0xGasless MCP Server is a powerful Model Context Protocol server that bridges Claude AI with blockchain networks. Built on ERC-4337 Account Abstraction, it enables gasless blockchain operations through natural language conversations.
| Tool | Description | Example Usage |
|---|---|---|
get-address | Retrieve your smart account address | "What's my wallet address?" |
get-balance | Check token balances (ERC20 support) | "Show my USDC balance" |
transfer-token | Send tokens gaslessly | "Send 10 USDT to alice.eth" |
swap-tokens | Exchange tokens without gas | "Swap 100 USDT for USDC" |
buy-openrouter-credits | Purchase AI credits with USDC | "Buy $25 OpenRouter credits" |
bridge-tokens | Bridge tokens across chains using deBridge | "Bridge 100 USDC from Avalanche to Ethereum" |
sxt-query-data | Query blockchain data using Space and Time | "Show my transaction history" |
Preferred installation method:
# Global installation (recommended)
npm install -g 0xgasless/mcp
0xgasless-mcp configure
This interactive command will:
Create a .env file with your configuration:
# Required Configuration
PRIVATE_KEY=0x... # Your wallet private key
RPC_URL=https://... # Blockchain RPC endpoint
API_KEY=your_0xgasless_api_key # From dashboard.0xgasless.com
CHAIN_ID=43114 # Target blockchain (see table below)
SXT_API_KEY= # Space & Time Api Key
# Optional Configuration
OPENROUTER_API_KEY=your_key # For AI credit purchases
| Network | Chain ID | Native Token | RPC Endpoint |
|---|---|---|---|
| Avalanche | 43114 | AVAX | https://api.avax.network/ext/bc/C/rpc |
| BSC | 56 | BNB | https://bsc-dataseed.binance.org/ |
| Base | 8453 | ETH | https://mainnet.base.org |
| Ethereum | 1 | ETH | https://eth.llamarpc.com |
| Polygon | 137 | MATIC | https://polygon-rpc.com |
| Sonic | 156 | S | https://sonic.drpc.org |
| Moonbeam | 1284 | GLMR | https://rpc.api.moonbeam.network |
The easiest way to integrate with Claude Desktop:
0xgasless-mcp configure
Add to your Claude Desktop configuration file:
** Configuration Locations:**
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.json{
"mcpServers": {
"0xgasless": {
"command": "npx",
"args": ["0xgasless-mcp-server"],
"env": {
"PRIVATE_KEY": "0x...",
"RPC_URL": "https://...",
"API_KEY": "your_0xgasless_api_key",
"CHAIN_ID": "43114",
"SXT_API_KEY": "your_space_&_time_api_key",
"OPENROUTER_API_KEY": "your_openrouter_key"
}
}
}
}
Once configured, interact with blockchain using natural language:
"What's my wallet balance?"
"Check my USDC balance on BSC"
"Show all my token balances"
"Send 10 USDT to 0x742d35Cc6634C0532925a3b8D4C9db96590b5c8e"
"Transfer 0.1 BNB to alice.eth"
"Send 50 USDC to my friend's wallet"
"Swap 100 USDT for USDC"
"Exchange 0.5 BNB to WETH"
"Convert 1000 BUSD to BNB"
"Find top 10 whale wallets who is doing millions of transactions yearly on Avalanche"
"Buy $10 worth of OpenRouter credits"
"Purchase $25 OpenRouter credits with USDC"
# Clone the repository
git clone https://github.com/0xgasless/mcp
cd mcp
# Install dependencies
npm install
# Build the project
npm run build
# Development mode with hot reload
npm run dev
# Start the server
npm start
src/
main.ts # Core MCP server implementation
index.ts # CLI entry point & configuration
version.ts # Version management
types/ # TypeScript definitions
一座通过模型控制协议(Model Control Protocol)将Dune Analytics区块链数据连接到人工智能应用的桥梁,使大型语言模型(LLMs)能够通过自然语言交互访问链上数据。
暂无描述。
暂无描述。
暂无描述。
暂无描述。
暂无描述。