Agent Commerce Suite
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., "@Agent Commerce Suiteget market data insights for Bitcoin"
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.
x402 Commerce: Production-Grade AI Agent Commerce Platform
Status: ā PRODUCTION-READY (Aug 6, 2026)
Production-grade suite of monetized tools for autonomous AI agent-to-agent commerce built with:
x402 Protocol: Standard HTTP 402 Payment Required negotiation & cryptographic proof settlement.
Bazaar Extension: Machine-readable capabilities discovery & catalog protocol (
/.well-known/bazaar.json).Model Context Protocol (MCP): Exposes monetized tools directly to Grok, Claude, and LLM agent frameworks.
xAI Plugin Marketplace Registration: Native
xai-org/plugin-marketplaceintegration manifest.
š Live Production Dashboards
Real-Time Monitoring (Updated Every 30s)
Dashboard | Purpose | Link |
š Security & Validation | Code audits, injection detection, proof disputes, KYC compliance |
|
š° Trading & Liquidity | Arbitrage detection, DAG completion, settlement latency, escrow monitoring |
|
š¤ Agent Reputation & Trust | Reputation distribution, trust trends, SLA breaches, agent leaderboard |
|
š Data Intelligence | Market volatility, threat heatmap, news sentiment, gas price spikes, IP geolocation |
|
Business Intelligence Reports (Metabase)
Report | SQL File | Purpose |
šø Settlement Revenue |
| Daily revenue, transaction counts, success rates by payment method |
š Agent Ledger |
| Agent performance, compliance status, risk assessment, payment preferences |
Related MCP server: @melis-ai/x402-tools-mcp
š Current Production Status
Infrastructure
ā x402-mcp Service: Online (1 replica in SFO)
ā PostgreSQL Database: 30 tables across 5 tiers
ā Redis Cache: Active
ā Grafana: 4 production dashboards live
ā Prometheus: Metrics collection (real-time)
ā Loki: Centralized logging
ā Tempo: Distributed tracing
ā InfluxDB: Time-series storage
ā MinIO: Archive storage
ā Metabase: Business intelligence
Traffic & Performance (First 30 Days)
Total Requests: 1,236
Success Rate: ~95%
Average Latency: 245ms
SLA Compliance: 99.7%
Database Tables: 30 (Tier 1ā5)Pricing Model
Tier | Description | Price Range | Tools |
Tier 1 | Data Intelligence | $0.25ā1.25 | Market data, IP intel, news, prices, weather, gas, domains |
Tier 2 | Trading & Liquidity | $1.00ā2.50 | Arbitrage, escrow, DAG, settlement, trust metrics |
Tier 3 | Security & Validation | $0.30ā2.50 | Code audits, injection detection, proofs, hallucination detection |
Tier 4 | Trust & Identity | $0.50ā2.00 | Reputation, ZK proofs, SLA insurance |
Tier 5 | Context & Memory | $0.05ā0.75 | Memory management, KV store, task queue |
Infrastructure Cost: $100ā165/month
Break-Even: 200ā330 calls at $0.50 average
Revenue Projection: $500ā1,500/month at 40ā60 agents
š Repository Structure
x402-mcp/
āāā mcp/ # Model Context Protocol Layer
ā āāā tools.ts # MCP tool definitions (x402 payment gates)
ā āāā server.ts # Dual Stdio & Express HTTP MCP server
āāā services/ # Core Monetized Production Tools
ā āāā data-insights.service.ts # Quantitative market intelligence ($0.50)
ā āāā agent-executor.service.ts # Remote task sandbox ($1.00)
ā āāā escrow.service.ts # Multi-sig escrow contract ($0.25)
āāā x402/ # x402 Payment Protocol Layer
ā āāā types.ts # Protocol interfaces
ā āāā verifier.ts # Cryptographic proof settlement
ā āāā middleware.ts # HTTP 402 payment gate
ā āāā client.ts # Autonomous buyer agent SDK
āāā bazaar/ # Bazaar Resource Discovery
ā āāā manifest.json # Bazaar standard metadata
ā āāā catalog.ts # Capability search & pricing
ā āāā discovery.ts # /.well-known/bazaar.json endpoints
āāā plugin/ # xAI Plugin Marketplace
ā āāā plugin.json # Marketplace manifest
ā āāā manifest.ts # Installer & exporter
āāā migrations/ # Database Migrations (30 Tables)
ā āāā tier1_data_intelligence.sql
ā āāā tier2_trading_liquidity.sql
ā āāā tier3_security_validation.sql
ā āāā tier4_tier5_trust_context.sql
āāā grafana-dashboards/ # Production Dashboards (4 JSON)
ā āāā security-dashboard.json
ā āāā trading-dashboard.json
ā āāā reputation-dashboard.json
ā āāā data-intelligence-dashboard.json
āāā metabase-reports/ # Business Intelligence (2 SQL)
ā āāā settlement-revenue-report.sql
ā āāā agent-ledger-report.sql
āāā examples/ # E2E Verification
ā āāā buyer-agent-simulation.ts # Autonomous agent buyer simulation
āāā TEMPLATE_EXPORT_GUIDE.md # Self-hosting & template export
āāā PRODUCTION_GRADE_SETUP.md # Infrastructure deployment guide
āāā PRODUCTION_DEPLOYMENT_GUIDE.md # 4-step setup walkthrough
āāā X402_PROTOCOL_DOCS.md # x402 protocol specification
āāā GEMINI.md # Bazaar & capability spec
āāā Dockerfile # Container image definition
āāā railway.json # Railway template config
āāā .env.example # Environment variables
āāā package.json # Dependencies & scriptsā” Quick Start & Run
1. Install Dependencies & Build
npm install
npm run build2. Run End-to-End Autonomous Agent Simulation
npm run simulate3. Start Production MCP & Bazaar Server
# HTTP Server (default port 4020)
npm start
# Or Stdio mode for local MCP host IDEs
npx ts-node mcp/server.ts --stdioš ļø Monetized Tools Summary
Tool | Description | Price | Endpoint |
| Real-time quantitative market metrics, volatility, whale flow data |
|
|
| Remote task payload execution in isolated compute sandbox |
|
|
| Multi-sig escrow creation & conditional fund locking |
|
|
š Deployment Options
Option 1: One-Click Railway Deploy ā (Recommended)
# Click the button above or:
railway upDeploys to Railway with:
Automatic PostgreSQL + Redis provisioning
Grafana, Prometheus, Loki, Tempo stack
Auto-scaling & health checks
All 30 database tables applied automatically
4 production dashboards ready to import
Option 2: Docker Compose (Self-Hosted)
docker-compose up -d
# Service runs on http://localhost:4020See docker-compose.yml for full setup (Postgres, Redis, Grafana, Prometheus, Loki, Tempo, InfluxDB, MinIO, Metabase).
Option 3: Kubernetes (Production Scale)
kubectl apply -f k8s/deployment.yaml
kubectl apply -f k8s/service.yamlSee k8s/ directory for Kubernetes manifests.
š§ Environment Configuration
Required Variables
# Core Database
DATABASE_URL=postgresql://user:pass@postgres:5432/x402
# Payment & Crypto
X402_SECRET_KEY=your-secret-key-32-chars
X402_NETWORK=mainnet|testnet
MERCHANT_PAYMENT_ADDRESS=your-solana-address
# Service Name & Network
MCP_SERVER_NAME=x402-commerce
X402_PROTOCOL_VERSION=1.0.0Optional Variables (Observability Integration)
GRAFANA_HOST=http://grafana:3000
LOKI_HOST=http://loki:3100
INFLUXDB_HOST=http://influxdb:8086
PROMETHEUS_HOST=http://prometheus:9090
# LLM Integration
GEMINI_API_KEY=your-api-key
LOCAL_LLM_URL=http://localhost:8000
LOCAL_LLM_MODEL=llama-2-7bSee .env.example for complete list.
š Database Schema (30 Tables)
Tier 1: Data Intelligence (8 tables)
market_data, ip_intelligence, news_articles, price_feeds, weather_data, gas_prices, domain_intel, audit_logs
Tier 2: Trading & Liquidity (8 tables)
arbitrage_detection, escrow_accounts, dag_completion, settlement_tracking, trust_metrics, audit_logs
Tier 3: Security & Validation (8 tables)
code_audits, injection_detection, proof_disputes, hallucination_detection, compliance_incidents, audit_logs
Tier 4 & 5: Trust, Identity, Memory & Context (6 tables)
reputation_scores, zk_proofs, sla_insurance, memory_storage, kv_store, task_queue
Total: 30 production database tables with complete audit logging.
š xAI Plugin Marketplace Integration
This suite contains a ready-to-deploy plugin manifest compatible with xai-org/plugin-marketplace:
Location:
plugin/plugin.jsonExport Script:
npm run plugin-exportornpx ts-node plugin/manifest.ts
š Documentation
TEMPLATE_EXPORT_GUIDE.md ā Self-hosting, template export, Railway registry
PRODUCTION_GRADE_SETUP.md ā Infrastructure overview & deployment checklist
PRODUCTION_DEPLOYMENT_GUIDE.md ā 4-step quick setup
X402_PROTOCOL_DOCS.md ā x402 payment protocol specification
GEMINI.md ā Bazaar & capability discovery specification
ā Production Readiness Checklist
All 30 database tables implemented & tested
x402 payment protocol & settlement verified
MCP server & Bazaar discovery live
4 production Grafana dashboards created
2 Metabase business intelligence reports
Real-time observability stack (Prometheus, Loki, Tempo)
Security: ZK proof verification, KYC compliance, code audits
Performance: <300ms avg latency, 99.7% SLA compliance
Documentation: Complete deployment & self-hosting guides
Template-ready: Railway template config, Docker Compose, Kubernetes manifests
š Getting Help
GitHub Issues: https://github.com/Disseveru/x402-mcp/issues
Documentation: See
docs/folder and markdown files aboveProduction Issues: Check Grafana dashboards first
š License
MIT License. Built for autonomous agent commerce.
Status: ā
Production-Ready
Last Updated: 2026-08-06
Infrastructure Cost: $100ā165/month
Revenue Potential: $500ā1,500/month at 40ā60 agents
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.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables AI agents to autonomously request services from other specialized agents and compensate them via x402 micropayments. Demonstrates a Machine-to-Machine economy using A2A protocol for agent communication, MCP for context management, and blockchain-based payments on Base network.2431MIT
- AlicenseBqualityCmaintenanceAn MCP server providing 22 pay-per-call utility tools for AI agents (scrape, validate, embed, store, moderate, notify, convert, prevent loops) without accounts or API keys, using USDC payments via the x402 protocol.17231MIT
- Alicense-qualityCmaintenanceMCP server that provides AI agents with pay-per-call access to a suite of tools (honeypot check, token market, DeFi yields, etc.) via USDC on Base using the x402 protocol.134MIT
- Alicense-qualityCmaintenanceAn MCP server for agentic commerce, enabling AI agents to discover services, make x402 payments with USDC across multiple chains, and manage crypto wallets and token swaps.3011MIT
Related MCP Connectors
x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.
Agent Commerce Protocol MCP ā bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments
Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Disseveru/x402-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server