Let AI agents pay-per-call for any HTTP API via x402 on Base mainnet. One tool: pay_and_call.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@x402-market/mcp-server · npm · 0.2.0-alpha.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.AsaiShota/mcp-server",
"description": "Let AI agents pay-per-call for any HTTP API via x402 on Base mainnet. One tool: pay_and_call.",
"title": "x402-market",
"repository": {
"url": "https://github.com/AsaiShota/x402-market",
"source": "github",
"subfolder": "packages/mcp-server"
},
"version": "0.2.0-alpha.1",
"websiteUrl": "https://x402-market-api.lien-studio-akiyama.workers.dev",
"packages": [
{
"registryType": "npm",
"identifier": "@x402-market/mcp-server",
"version": "0.2.0-alpha.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Marketplace API base URL.",
"default": "https://x402-market-api.lien-studio-akiyama.workers.dev",
"name": "MARKET_API_URL"
},
{
"description": "Funded buyer wallet private key (0x-prefixed). Required for pay_and_call; read-only tools work without it.",
"isSecret": true,
"name": "MCP_BUYER_PRIVATE_KEY"
},
{
"description": "Base RPC endpoint. Defaults to Base mainnet public RPC; Alchemy/QuickNode recommended for higher rate limits.",
"default": "https://mainnet.base.org",
"name": "BASE_RPC_URL"
},
{
"description": "8453 = Base mainnet (default, matches live listings). 84532 = Base Sepolia testnet.",
"format": "number",
"default": "8453",
"name": "BASE_CHAIN_ID"
},
{
"description": "Hard cap on per-call cost (USDC). Refuses to pay above this.",
"default": "1.0",
"name": "MCP_MAX_PRICE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-02T06:16:30.253709Z",
"publishedAt": "2026-05-02T06:16:30.253709Z",
"updatedAt": "2026-05-02T06:16:30.253709Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.0-alpha.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.