io.github.pay-skill/pay-mcp✓
io.github.pay-skill/pay-mcp · v0.2.8
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.pay-skill/pay-mcp",
"description": "USDC payments for AI agents on Base — direct, tabs, x402 paywalls, discovery",
"repository": {
"url": "https://github.com/pay-skill/pay-mcp",
"source": "github"
},
"version": "0.2.8",
"packages": [
{
"registryType": "npm",
"identifier": "@pay-skill/mcp",
"version": "0.2.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Private key hex for importing an existing wallet (optional — generates new wallet if not set)",
"format": "string",
"isSecret": true,
"name": "PAYSKILL_SIGNER_KEY"
},
{
"description": "Network to use: mainnet or testnet (default: mainnet)",
"format": "string",
"name": "PAY_NETWORK"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}