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.
Agent Commerce Suite (agent-commerce-suite)
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.
📁 Repository Structure
agent-commerce-suite/
├── services/ # Core Monetized Production Tools
│ ├── data-insights.service.ts # Quantitative Market Intelligence API ($0.50 USD)
│ ├── agent-executor.service.ts # Isolated Remote Task Sandbox ($1.00 USD)
│ └── escrow.service.ts # Multi-sig Conditional Escrow Contract ($0.25 USD)
├── x402/ # Payment Middleware & Protocol Layer
│ ├── types.ts # Protocol interfaces (Challenges, Proofs, Receipts)
│ ├── verifier.ts # Cryptographic HMAC/Secp256k1 proof settlement
│ ├── middleware.ts # Express & RPC HTTP 402 payment gate
│ └── client.ts # Autonomous Buyer Agent auto-payment client SDK
├── bazaar/ # Resource Discovery & Capability Catalog
│ ├── manifest.json # Bazaar standard metadata spec
│ ├── catalog.ts # Capability search & price filter engine
│ └── discovery.ts # HTTP endpoints for /.well-known/bazaar.json
├── mcp/ # Model Context Protocol Layer
│ ├── tools.ts # MCP Tool definitions wrapped with x402 payment gates
│ └── server.ts # Dual Stdio & Express HTTP MCP Server for Grok
├── plugin/ # Marketplace Integration Entry
│ ├── plugin.json # Manifest compatible with xai-org/plugin-marketplace
│ └── manifest.ts # Programmatic installer & exporter
├── examples/ # Runnable E2E Verification
│ └── buyer-agent-simulation.ts # Complete autonomous agent buyer simulation
├── .env.example # Environment configuration
├── tsconfig.json # TypeScript compiler configuration
└── package.json # Dependencies & scriptsRelated MCP server: @agirails/mcp-server
⚡ 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 Name | 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 |
|
|
🔌 xAI Plugin Marketplace Integration
This suite contains a ready-to-deploy plugin manifest compatible with xai-org/plugin-marketplace:
Location:
plugin/plugin.jsonExporter script:
npm run plugin-exportornpx ts-node plugin/manifest.ts
📄 License
MIT License. Built for autonomous agent commerce.
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.Last updated1891MIT

@agirails/mcp-serverofficial
AlicenseAqualityDmaintenanceEnables AI agents to discover, negotiate, and settle payments on the AGIRAILS network directly from MCP-compatible editors, supporting escrow for complex jobs and instant x402 payments.Last updated20644Apache 2.0- Alicense-qualityBmaintenanceMCP server for Pay – the complete x402 payment stack for AI agents, enabling direct USDC payments on Base, metered tabs, service discovery, and wallet management within any MCP-compatible client.Last updated50MIT
- AlicenseBqualityCmaintenanceExposes 25 paid API endpoints as MCP tools for AI agents, with payments in USDC on Base mainnet via the x402 protocol, enabling tasks like web search, company intelligence, and crypto research.Last updated2573MIT
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