Loading MCP server directory, please wait...
Pay-per-call MCP server. $0.01 USDC extracts schema.org/Product JSON from any URL via x402.
npx @getmcp/cli add io.github.UltraStarz/x402-extractRequires Node.js 18+. Community-contributed server. Review source before installing.
BUYER_PRIVATE_KEYEthereum private key for the buyer wallet that pays the per-call USDC fee.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.UltraStarz/x402-extract": {
"command": "npx",
"args": [
"-y",
"x402-extract-mcp"
],
"env": {
"BUYER_PRIVATE_KEY": ""
}
}
}
}