a month ago
Pay-per-call x402 data products on Base mainnet — sanctions, aviation weather, US property dossier
Overview
CorteX402 exposes three pay-per-call data product endpoints on Base mainnet via the x402 protocol. Each endpoint settles in USDC through the Coinbase CDP facilitator. Tools available:
sanctions_screen ($0.50), aviation_weather ($0.10), property_dossier ($2.00, in development).
Server Config
{
"mcpServers": {
"cortex402": {
"command": "npx",
"args": [
"-y",
"cortex402-mcp"
],
"env": {
"CORTEX402_WALLET_PRIVATE_KEY": "0x..."
}
}
}
}