io.github.UltraStarz/x402-extract✓
io.github.UltraStarz/x402-extract · v0.1.2
{}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.UltraStarz/x402-extract",
"description": "Pay-per-call MCP server. $0.01 USDC extracts schema.org/Product JSON from any URL via x402.",
"repository": {
"url": "https://github.com/UltraStarz/x402-extract-mcp",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "npm",
"identifier": "x402-extract-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ethereum private key for the buyer wallet that pays the per-call USDC fee.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BUYER_PRIVATE_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}