{
  "name": "NOMOS Cross-Border Broker",
  "description": "AgentNOMOS is the governance, authorization and evidence layer for autonomous agent actions — the NOMOS Machine Economy Trust Chain (eleven stages, S0-S10): Discovery, Identity, Capability, Intent, Offer, Authorization, Execution, Proof, Outcome, Governance. Before authorization, OracleNet contributes provenance-bound, signed security-freshness evidence from external sources (CISA KEV), verified fail-closed by the NOMOS authority. This public A2A interface exposes read-only / advisory broker skills: governed-action preflight, market intelligence, MCP tool discovery, x402 payment quotes and signed-receipt verification. Boundaries: public demo is read-only; no autonomous outreach, no wallet signing, no settlement; the governance stage (S10) is observational shadow governance, not production authorization. Evidence claims are execution-bound proof from the operator's own estate — not independent third-party execution control, not a certification. Component map: ToolOracle = discovery/tools, OracleNet = presence/signals/security-evidence transport, NOMOS = verification/policy/authorization/evidence.",
  "supportedInterfaces": [
    {
      "url": "https://tooloracle.io/a2a/jsonrpc",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "organization": "FeedOracle Technologies",
    "url": "https://agentnomos.com"
  },
  "version": "0.3.0",
  "documentationUrl": "https://agentnomos.com/intro",
  "iconUrl": "https://agentnomos.com/favicon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "extensions": [
      {
        "uri": "https://agentnomos.com/extensions/nomos-broker-v0.1",
        "description": "NOMOS broker policy metadata: governance policy, evidence receipts, x402 quotes and cross-border preflight. Preflight-only — no autonomous outreach, no wallet signing, no settlement.",
        "required": false,
        "params": {
          "execution_policy": {
            "autonomous_outreach": false,
            "payment_execution": "x402_quote_or_capped_only",
            "human_review_required_for_external_contact": true,
            "wallet_signing": false,
            "settlement": false
          }
        }
      },
      {
        "uri": "https://ap2-protocol.org/extension/v1",
        "description": "Google Agent Payments Protocol (AP2) — x402 compatible. Quote and capped payment only. No autonomous settlement, no delegated purchasing.",
        "required": false,
        "params": {
          "mode": "x402_quote_and_capped",
          "x402Network": "eip155:8453",
          "payTo": "0x11f591C3496C0632e7B173184f5Bc71dC941125D",
          "wellKnownX402": "https://tooloracle.io/v2/.well-known/x402"
        }
      },
      {
        "uri": "https://agentnomos.com/extensions/nomos-trust-chain-v1",
        "description": "Machine-readable NOMOS S0-S10 trust-chain metadata (vendor extension, not an external standard). Claim ceiling: execution-bound proof.",
        "required": false,
        "params": {
          "model": "S0-S10",
          "stage_count": 11,
          "manifest": "https://agentnomos.com/.well-known/nomos-capabilities.json",
          "compatibility_map": "https://agentnomos.com/.well-known/nomos-compatibility.json",
          "claim_ceiling": "execution_bound_proof"
        }
      },
      {
        "uri": "https://agentnomos.com/extensions/nomos-discovery-v1",
        "description": "Canonical machine-discovery pointers for AgentNOMOS (vendor extension): AI catalog, compatibility matrix, MCP server card, signed operator identity, trust passport verification, llms.txt.",
        "required": false,
        "params": {
          "ai_catalog": "https://agentnomos.com/.well-known/ai-catalog.json",
          "compatibility": "https://agentnomos.com/compatibility.json",
          "mcp_server_card": "https://agentnomos.com/.well-known/mcp-server.json",
          "operator_identity": "https://agentnomos.com/.well-known/nomos-identity.json",
          "trust_passport_verify_template": "https://agentnomos.com/api/passports/{passport_id}/verify",
          "llms_txt": "https://agentnomos.com/llms.txt",
          "legacy_agent_card_a2a_0_3": "https://agentnomos.com/.well-known/agent.json",
          "openapi_spec_only": "https://agentnomos.com/v1/openapi",
          "openapi_runtime_live": false
        }
      },
      {
        "uri": "https://agentnomos.com/extensions/nomos-x402-invocation-v1",
        "description": "Explicit invocation semantics for the paid skill nomos_full_chain_verification: discovery via this A2A card, invocation via a separate x402 HTTP POST (payment required). See params.",
        "required": false,
        "params": {
          "skill_id": "nomos_full_chain_verification",
          "discovery_protocol": "A2A (this card is discovery-only for this skill)",
          "invocation_protocol": "x402 HTTP",
          "invocation_endpoint": "https://tooloracle.io/v2/nomos_full_chain_verification",
          "method": "POST",
          "payment_required": true,
          "price": "$0.001 USDC per call (1000 atomic units)",
          "payment_network": "eip155:8453",
          "settlement_direction": "inbound only — the operator accepts x402 payment; no autonomous outbound wallet settlement is implied",
          "underlying_capability": "RWA_REGISTRY_STATS_READ",
          "reproducibility": "https://agentnomos.com/.well-known/nomos-reproducibility.json",
          "note": "A2A message/send against this agent's runtime endpoint does NOT execute this skill; the x402 POST above is the only invocation path."
        }
      }
    ]
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "crossborder_preflight",
      "name": "Cross-Border Regulatory Preflight",
      "description": "Preflight classification for cross-border data flows between agent jurisdictions. Returns verdict (ALLOW / ALLOW_PUBLIC_SIGNAL_ONLY / REVIEW / BLOCK), blocked fields, SCC requirements and an evidence trail. Advisory only — not legal advice, no regulatory certification.",
      "tags": [
        "governance",
        "preflight",
        "cross-border",
        "compliance-advisory"
      ]
    },
    {
      "id": "asia_market_scan",
      "name": "Global Market Intelligence Scan",
      "description": "Market intelligence from six regions (Japan, Singapore/China, India, Korea, Brazil/LatAm, Africa): MCP-ready companies, funded entities, compliance signals and EU-interest flags.",
      "tags": [
        "market-intelligence",
        "scan",
        "advisory"
      ]
    },
    {
      "id": "mcp_tool_discovery",
      "name": "MCP Tool Discovery",
      "description": "Discover MCP-compatible tools and servers across the OracleNet mesh. Returns capability profiles, endpoint URLs and protocol compatibility. Live counts are published in the mesh snapshot at https://tooloracle.io/.well-known/agent-pulse and are not frozen here.",
      "tags": [
        "mcp",
        "discovery",
        "tools",
        "oraclenet"
      ]
    },
    {
      "id": "a2a_handshake",
      "name": "A2A Protocol Handshake",
      "description": "Structured A2A handshake for agent discovery and capability negotiation. Returns protocol fit, supported modes and outreach queue status. The live endpoint speaks A2A 0.3 JSON-RPC (message/send, tasks/get, tasks/cancel).",
      "tags": [
        "a2a",
        "handshake",
        "discovery",
        "protocol"
      ]
    },
    {
      "id": "x402_quote",
      "name": "x402 Payment Quote",
      "description": "Returns an x402 payment quote for AgentNOMOS purchase routes (USDC on Base, eip155:8453). Authoritative routes, prices and input schemas are published in the purchase manifest at https://agentnomos.com/.well-known/x402.json. Quote and capped payment only — no autonomous settlement.",
      "tags": [
        "x402",
        "payments",
        "quote",
        "usdc",
        "base"
      ]
    },
    {
      "id": "signed_receipt",
      "name": "Signed Evidence Receipt Verification",
      "description": "Returns and verifies cryptographically signed receipts for completed NOMOS operations (SHA-256 sealed, Ed25519 signatures, public JWKS verification). Suitable for audit trails. Receipts prove what the NOMOS estate executed — execution-bound proof, not independent third-party attestation.",
      "tags": [
        "receipt",
        "evidence",
        "signing",
        "audit",
        "jwks"
      ]
    },
    {
      "id": "agent_card_a2a_readiness",
      "name": "NOMOS Agent-Card & A2A Readiness Check",
      "description": "Deterministic readiness assessment of a public agent card / A2A discovery surface: identity, skills, protocol, authentication, commercial readiness, trust and security. Returns READY / WARN / NOT_READY with findings and a signed evidence digest. Offer descriptor: https://agentnomos.com/.well-known/nomos-a2a-offer.json.",
      "tags": [
        "a2a",
        "agent-card",
        "assessment",
        "readiness"
      ]
    },
    {
      "id": "nomos_full_chain_verification",
      "name": "Full-Chain Governed Verification",
      "description": "Run one safe, read-only machine action through the complete NOMOS Machine Economy Trust Chain and receive a cryptographically verifiable execution receipt. The call binds the x402 payment, your stated intent (incl. your client_nonce), the pinned capability and offer, the NOMOS admission decision (which enforces current OracleNet security-freshness evidence), the execution and the response bytes into one Ed25519-signed receipt, verifiable against the public JWKS at https://feedoracle.io/.well-known/nomos-execution-jwks.json. Live x402 endpoint: POST https://tooloracle.io/v2/nomos_full_chain_verification — $0.001 USDC per call (USDC on Base, eip155:8453). Claim ceiling: execution-bound proof — not an independent third-party attestation, not a certification. Reproducibility references (ALLOW + DENY case, stateless verifier): https://agentnomos.com/.well-known/nomos-reproducibility.json Invocation note: this card is DISCOVERY ONLY for this skill — invoke it via x402 HTTP POST https://tooloracle.io/v2/nomos_full_chain_verification (payment required, $0.001 USDC on Base eip155:8453); A2A message/send does not execute this skill.",
      "tags": [
        "nomos",
        "full-chain",
        "verification",
        "x402",
        "receipts",
        "governance"
      ]
    }
  ]
}
