PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversblockchainmcp
返回「blockchain」

mcp

modelscope·@0xgasless/mcp

blockchain0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

0xGasless MCP Server

** Seamless Blockchain Integration for Claude AI**

Execute gasless transactions, swaps, and transfers directly from your Claude conversations

Quick Start Documentation Development Contributing

</div>

What is 0xGasless MCP Server?

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.

Key Highlights

  • Zero Gas Fees - Execute transactions without holding native tokens
  • Multi-Chain Support - 8+ blockchain networks supported
  • AI-Native - Natural language blockchain interactions
  • Secure - Smart account abstraction with enhanced security
  • Instant Setup - One-command Claude integration

Available Tools

ToolDescriptionExample Usage
get-addressRetrieve your smart account address"What's my wallet address?"
get-balanceCheck token balances (ERC20 support)"Show my USDC balance"
transfer-tokenSend tokens gaslessly"Send 10 USDT to alice.eth"
swap-tokensExchange tokens without gas"Swap 100 USDT for USDC"
buy-openrouter-creditsPurchase AI credits with USDC"Buy $25 OpenRouter credits"
bridge-tokensBridge tokens across chains using deBridge"Bridge 100 USDC from Avalanche to Ethereum"
sxt-query-dataQuery blockchain data using Space and Time"Show my transaction history"

Quick Start

Installation

Preferred installation method:

# Global installation (recommended)
npm install -g 0xgasless/mcp

Configuration

1 Automatic Setup (Easiest)

0xgasless-mcp configure

This interactive command will:

  • Collect your API keys and configuration
  • Detect your operating system
  • Configure Claude Desktop automatically
  • Validate all inputs

2 Manual Environment Setup

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

Supported Networks

NetworkChain IDNative TokenRPC Endpoint
Avalanche43114AVAXhttps://api.avax.network/ext/bc/C/rpc
BSC56BNBhttps://bsc-dataseed.binance.org/
Base8453ETHhttps://mainnet.base.org
Ethereum1ETHhttps://eth.llamarpc.com
Polygon137MATIChttps://polygon-rpc.com
Sonic156Shttps://sonic.drpc.org
Moonbeam1284GLMRhttps://rpc.api.moonbeam.network

Claude Desktop Integration

Automatic Configuration

The easiest way to integrate with Claude Desktop:

0xgasless-mcp configure

Manual Configuration

Add to your Claude Desktop configuration file:

** Configuration Locations:**

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.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"
      }
    }
  }
}

Usage Examples

Once configured, interact with blockchain using natural language:

Balance Inquiries

 "What's my wallet balance?"
 "Check my USDC balance on BSC"
 "Show all my token balances"

Token Transfers

 "Send 10 USDT to 0x742d35Cc6634C0532925a3b8D4C9db96590b5c8e"
 "Transfer 0.1 BNB to alice.eth"
 "Send 50 USDC to my friend's wallet"

Token Swaps

 "Swap 100 USDT for USDC"
 "Exchange 0.5 BNB to WETH"
 "Convert 1000 BUSD to BNB"

Space & Time info

 "Find top 10 whale wallets who is doing millions of transactions yearly on Avalanche"

AI Credit Purchases

 "Buy $10 worth of OpenRouter credits"
 "Purchase $25 OpenRouter credits with USDC"

API Keys Setup

0xGasless API Key

  1. Visit 0xGasless Dashboard
  2. Create an account and new project
  3. Copy your API key
  4. Add credits to your account

OpenRouter API Key (Optional)

  1. Visit OpenRouter.ai
  2. Sign up and navigate to API Keys
  3. Generate a new API key
  4. Add credits for AI model access

Development

Local Development Setup

# 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

Project Structure

src/
  main.ts          # Core MCP server implementation
  index.ts         # CLI entry point & configuration
  version.ts       # Version management
  types/           # TypeScript definitions

Security & Best Practices

Security Guidelines

  • Private Keys: Store securely in environment variables, never in code
  • API Keys: Keep 0xGasless and OpenRouter keys confidential
  • Smart Accounts: Enhanced security through a…

相关 MCP Servers(来自「blockchain」)

Dune模型桥

一座通过模型控制协议(Model Control Protocol)将Dune Analytics区块链数据连接到人工智能应用的桥梁,使大型语言模型(LLMs)能够通过自然语言交互访问链上数据。

@olaxbt/dune-query-mcp

Template-x402-Mcp

暂无描述。

@CodaLabs-xyz/Template-x402-Mcp

aave-liquidation-mcp

暂无描述。

@clumsynonono/aave-liquidation-mcp

binance-mcp-server

暂无描述。

@AnalyticAce/binance-mcp-server

mcp-thorchain

暂无描述。

@MissionSquad/mcp-thorchain

MilesCool

暂无描述。

@MilesCool/binance-mcp

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/0xgasless-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

# Global installation (recommended) npm install -g 0xgasless/mcp

基本信息

分类
blockchain / web3 / code-execution
运行方式
No
许可证
MIT License
详情文件
0xgasless-mcp.md