CorteX402
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CORTEX402_WALLET_PRIVATE_KEY | Yes | The private key of your wallet with USDC on Base mainnet for payment. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sanctions_screenA | Screen a person or company against 100+ global sanctions lists including OFAC, UN, EU, and UK. Returns match score, list provenance, source entity IDs, and verification URLs. Powered by OpenSanctions. Costs $0.50 USDC per call (settled on Base mainnet from your wallet). Use this when the user asks about: compliance checks, KYC, screening counterparties, OFAC/sanctions, due diligence. No LLM in the response path — deterministic passthrough with source attribution. |
| aviation_weatherA | Real-time aviation weather for any ICAO airport. Returns decoded METAR, TAF, SIGMET alerts, and a normalized 24-hour forecast. Batch up to 10 airports per call. Sources: NOAA Aviation Weather Center and Open-Meteo. Costs $0.10 USDC per call. Settled on Base mainnet from your wallet. Use this when the user asks about: airport weather, flight planning, METAR/TAF, drone pre-flight, aviation conditions. ICAO codes: KLAS (Las Vegas), KDFW (Dallas), KJFK (New York), EGLL (Heathrow), RJTT (Tokyo). |
| mortgage_ratesA | Live US mortgage and macro rates from the Federal Reserve. Returns 30-year and 15-year fixed mortgage rates, prime rate, fed funds rate, and CPI year-over-year. Sourced from FRED (Freddie Mac PMMS series). Costs $0.02 USDC per call. Settled on Base mainnet from your wallet. Use this when the user asks about: current mortgage rates, refinance rates, prime rate, fed funds, inflation, interest rates. No parameters required — always returns the current snapshot. |
| property_dossierA | Comprehensive US property intelligence from a single address. Returns 50+ fields covering property details, automated valuation (AVM), neighborhood demographics, and nearby school ratings. Powered by ATTOM. Costs $2.00 USDC per call. Settled on Base mainnet from your wallet. Use this when the user asks about: property research, real estate analysis, mortgage qualification, neighborhood data, school zoning, property due diligence. |
| title_chainA | US property title chain history. Returns recorded deeds, mortgages, and preforeclosure events with distress signals. Includes summary (n_sales, n_mortgages, n_preforeclosure, has_distress_signal) plus chronological event detail. Powered by ATTOM. Costs $0.02 USDC per call. Settled on Base mainnet from your wallet. Use this when the user asks about: title verification, ownership history, mortgage history, lien status, distress flags, property due diligence. |
| wallet_balanceA | Check any wallet balance across 5 EVM chains. Returns native or ERC-20 balance with optional threshold check, block height, and on-chain receipt. Supports Base, Ethereum, Arbitrum, Optimism, and Polygon. Common tokens (USDC, USDT, WETH, WBTC, DAI) resolve by symbol; others by contract address. Costs $0.02 USDC per call. Settled on Base mainnet from your wallet. Use this when the user asks about: wallet balance, token balance, checking if a wallet has enough funds, multi-chain balance lookup. |
| agent_sessionA | Mint a CallAuth402 agent session — bridges wallet identity to voice or HTTPS channels with EIP-712 verification and on-chain attestation on Base mainnet. Returns a single-use 6-digit session code, expiration timestamp, and the on-chain attestation transaction hash. Costs $0.10 USDC per call. Settled on Base mainnet from your wallet. Use this when an agent needs to authenticate itself to another agent or service via a voice call or HTTPS handshake. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a completely distinct domain (authentication, aviation weather, mortgage rates, property, sanctions, blockchain balance), with no overlapping functionality. An agent can easily distinguish them based on purpose.
All tool names follow a consistent pattern of lowercase words separated by underscores, typically combining two nouns (e.g., 'agent_session', 'aviation_weather', 'mortgage_rates'). There is no mixing of styles or irregular verbs.
With 7 tools, the count is within the reasonable range for a tool set. However, the broad scope covering multiple unrelated domains makes the number feel slightly more than if the server had a focused purpose.
The set lacks any coherent domain; each tool is a standalone call. For the implied purpose of a versatile data API, many common data needs are missing (e.g., stock prices, company info). Within each sub-domain, the coverage is minimal—typically just one operation per type.