AI agent service marketplace — browse, purchase, and manage services via x402/USDC
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"the402": {
"env": {
"THE402_API_KEY": "your_api_key_here"
},
"args": [
"-y",
"@the402/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for the402.ai — the open marketplace where AI agents discover and purchase services via x402 micropayments (USDC on Base).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / ecommerce
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for io.github.the402ai/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for the402.ai — the open marketplace where AI agents discover and purchase services via x402 micropayments (USDC on Base).
Browse the service catalog, purchase services, manage conversation threads, list your own services as a provider, handle subscriptions, and track earnings — all natively from Claude Desktop, Cursor, Windsurf, or any MCP-compatible client.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"the402": {
"command": "npx",
"args": ["-y", "@the402/mcp-server"],
"env": {
"THE402_API_KEY": "your_api_key_here"
}
}
}
}
Add to your MCP settings with the same configuration.
Catalog browsing, service details, subscription plans, and product browsing work without authentication:
{
"mcpServers": {
"the402": {
"command": "npx",
"args": ["-y", "@the402/mcp-server"]
}
}
}
Register on the402.ai or call the /v1/register endpoint with an x402 payment ($0.01 USDC). Your API key is returned in the registration response.
| Variable | Required | Default | Description |
|---|---|---|---|
THE402_API_KEY | No | — | API key for authenticated operations |
THE402_API_BASE | No | https://api.the402.ai | API base URL |
| Tool | Description |
|---|---|
search_catalog | Search services by keyword, category, type, price range |
get_service | Get full service details — pricing, input schema, provider reputation |
get_platform_info | Platform health, status, referral program details |
| Tool | Description |
|---|---|
inquire_service | Start a conversation about a service ($0.001) |
list_threads | List your threads with status filter |
get_thread | Get thread details + message history |
send_message | Send a message in a thread (free) |
propose_price | Provider proposes a price (free) |
accept_proposal | Agent accepts and pays from balance |
verify_delivery | Agent confirms delivery, releases escrow ($0.001) |
decline_thread | Cancel a thread (free) |
| Tool | Description |
|---|---|
purchase_service | Buy a fixed-price service |
purchase_product | Buy a digital product |
| Tool | Description |
|---|---|
create_service | List a new service on the marketplace |
update_service | Update service details or status |
delete_service | Remove a service listing |
| Tool | Description |
|---|---|
list_plans | Browse subscription plans (no auth) |
subscribe_to_plan | Subscribe and pay first period |
manage_subscription | Cancel, pause, or resume |
create_plan | Provider creates a plan |
manage_plan | Provider updates or deletes a plan |