Cortex402
About
Pay-per-call x402 data products on Base mainnet — sanctions, aviation weather, US property dossier
Details
- Author
- Ooak21
- Downloads
- 356
- Categories
- Other
Jump to
- Three pay‑per‑call data endpoints on Base mainnet
- Payments settle in USDC via Coinbase CDP facilitator
- Sanctions screening endpoint ($0.50 per call)
- Aviation weather endpoint ($0.10 per call)
- Property dossier endpoint ($2.00, currently in development)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Cortex402Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Call the available tools (sanctions_screen, aviation_weather, property_dossier) through the x402 protocol on Base mainnet. Each invocation charges a fixed USDC amount as specified in the endpoint list.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cortex402": {
"cortex402": {
"command": "npx",
"args": [
"-y",
"cortex402-mcp"
],
"env": {
"CORTEX402_WALLET_PRIVATE_KEY": "0x..."
}
}
}
}
}
McpServers
{
"cortex402": {
"command": "npx",
"args": [
"-y",
"cortex402-mcp"
],
"env": {
"CORTEX402_WALLET_PRIVATE_KEY": "0x..."
}
}
}
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).
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



