x402engine-mcp
Transcribes audio to text using Deepgram's Nova-3 model.
Converts text to speech using ElevenLabs.
Pins and retrieves JSON content from IPFS.
Provides text-to-speech and text embedding generation using OpenAI's APIs.
Supports LLM chat completions using Perplexity Sonar Pro model.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@x402engine-mcpgenerate an image of a peaceful forest path"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
x402engine-mcp
MCP server for x402 Engine — giving AI agents access to 38 pay-per-call APIs via HTTP 402 micropayments.
Payments are made with USDC on Base, USDC on Solana, or USDm on MegaETH. Prices range from $0.001 to $0.12 per call.
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"x402engine": {
"command": "npx",
"args": ["-y", "x402engine-mcp"],
"env": {
"X402_DEV_BYPASS": "your-dev-bypass-secret"
}
}
}
}Claude Code
claude mcp add x402engine -- npx -y x402engine-mcpRelated MCP server: AgentPay
Available Tools
LLM Inference
Tool | Price | Description |
| $0.002-$0.09 | Chat completion with any supported model |
Supported models: GPT-4o ($0.04), GPT-4o Mini ($0.003), OpenAI o1 ($0.03), Claude Opus 4.6 ($0.09), Claude Sonnet 4.5 ($0.06), Claude Haiku 4.5 ($0.02), Gemini 2.5 Pro ($0.035), Gemini 2.5 Flash ($0.009), Grok 4 ($0.06), DeepSeek V3 ($0.005), DeepSeek R1 ($0.01), Llama 3.3 70B ($0.002), Mistral Large 3 ($0.006), Qwen3 235B ($0.004), Perplexity Sonar Pro ($0.06).
Image Generation
Tool | Price | Description |
| $0.015-$0.12 | AI image generation (fast/quality/text tiers) |
Code Execution
Tool | Price | Description |
| $0.005 | Sandboxed code execution (Python, JS, Bash, R) |
Audio
Tool | Price | Description |
| $0.10 | Audio-to-text transcription (Deepgram Nova-3) |
| $0.01 | Text-to-speech (OpenAI) |
| $0.02 | Text-to-speech (ElevenLabs) |
Text Embeddings
Tool | Price | Description |
| $0.001 | Text embeddings (OpenAI text-embedding-3-small) |
Crypto & Market Data
Tool | Price | Description |
| $0.001 | Current crypto prices |
| $0.002 | Top coins by market cap |
| $0.003 | Historical price charts |
| $0.001 | Trending coins |
| $0.001 | Search for coins |
Blockchain & Wallet
Tool | Price | Description |
| $0.005 | Token balances for any wallet |
| $0.005 | Transaction history |
| $0.01 | Profit & loss analysis |
| $0.005 | DEX-derived token prices |
| $0.002 | Token metadata |
| $0.01 | Transaction simulation (Tenderly) |
Web
Tool | Price | Description |
| $0.005 | Scrape and extract web page content |
| $0.01 | Capture web page screenshot |
IPFS Storage
Tool | Price | Description |
| $0.01 | Pin JSON to IPFS |
| $0.001 | Retrieve content from IPFS |
Discovery
Tool | Price | Description |
| Free | List all services and pricing |
Environment Variables
Variable | Required | Description |
| No | Gateway URL (default: |
| No | Dev bypass secret to skip payments |
| No | Pre-signed payment header |
Payment Networks
Base (EVM) — USDC, 6 decimals, ~2s confirmation
Solana — USDC, 6 decimals, ~400ms confirmation
MegaETH (EVM) — USDm, 18 decimals, ~10ms confirmation
How It Works
Agent calls an MCP tool (e.g.,
llm_chat)MCP server makes HTTP request to x402engine.app
Gateway returns
402 Payment Requiredwith pricingAgent pays with crypto via the x402 protocol
Gateway verifies payment on-chain and returns data
For automatic payment handling, use @x402/fetch in your agent code.
Links
Gateway: x402engine.app
Discovery: x402engine.app/.well-known/x402.json
Protocol: x402.org
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentc22/x402engine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server