io.github.plagtech/spraay-x402-mcp✓
io.github.plagtech/spraay-x402-mcp · v3.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
"name": "io.github.plagtech/spraay-x402-mcp",
"description": "MCP server for Spraay x402 Gateway. 60 tools for crypto payments, DeFi, and AI on Base.",
"repository": {
"url": "https://github.com/plagtech/spraay-x402-mcp",
"source": "github"
},
"version": "3.1.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "spraay-x402-mcp",
"version": "3.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Private key for the wallet that pays for x402 requests (USDC on Base)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "X402_WALLET_PRIVATE_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}