NOMOS Cross-Border Broker
Official5 toolsby AgentNOMOS
Cross-border preflight, x402 quote and evidence receipts for A2A/MCP agent workflows.
Handles cross-border compliance checks and quote generation for agent-to-agent transactions.
Captured live from the server via tools/list.
nomos_crossborder_preflight
Cross-border regulatory preflight for agent data flows. Checks jurisdiction pair (EU, JP, IN, KR, SG, CN, BR, NG, ZA, MX) and data category. Returns verdict: ALLOW / ALLOW_PUBLIC_SIGNAL_ONLY / REVIEW / BLOCK, plus blocked_fields, sccs_required, evidence_hash.
Parameters (3)
- source_regimestringrequired
Source jurisdiction code: EU, JP, IN, KR, SG, CN, BR, NG, ZA, MX
- target_regimestringrequired
Target jurisdiction code
- data_categorystringrequired
Type of data being transferred
nomos_asia_market_scan
Daily market intelligence from 6 regions: Japan, Singapore/China, India, Korea, Brazil/LatAm, Africa. Returns MCP-ready companies, funded entities, compliance signals. Cached daily — no extra API cost.
Parameters (3)
- regionstring
Filter by region (optional)
- tagstring
Filter by signal type (optional)
- limitinteger
Max results (default 10, max 30)
nomos_mcp_tool_discovery
Discover MCP-compatible tools in the OracleNet mesh. Search by keyword, category or jurisdiction. Returns tool names, endpoints, protocol support.
Parameters (2)
- querystringrequired
Search keyword (e.g. 'compliance', 'blockchain', 'regulatory')
- categorystring
Tool category filter
nomos_x402_quote
Get a signed x402 payment quote for NOMOS services. Tier 1: $0.02 simple verdict | Tier 2: $0.05 verdict + evidence | Tier 3: $0.10 full packet. Returns quote with payTo address, network (Base mainnet), amount in USDC atomic units.
Parameters (2)
- servicestringrequired
Service to quote
- tierinteger
Pricing tier: 1 (simple), 2 (with evidence), 3 (full packet)
nomos_signed_receipt_verify
Verify a NOMOS signed evidence receipt by hash. Returns verification status, operation details, timestamp, and chain position.
Parameters (1)
- receipt_hashstringrequired
SHA-256 receipt hash from a previous NOMOS operation (hex string)
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://tooloracle.io/mcp/nomosclaude_desktop_config.json
{
"mcpServers": {
"nomos-crossborder-broker": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tooloracle.io/mcp/nomos"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.