{
  "name": "Agent Financial Guard & Autonomous Transaction Firewall",
  "description": "Heuristic pre-sign review for wallet-bearing agents. Checks a local risk denylist, approval patterns and intent; caller-reported spending history is unverified. Non-rejected transactions require human review. No transaction authorization or current sanctions clearance. New to these gates? Start with the Corridor & Sanctions Risk Assistant (https://corridor-sanctions-assistant-a2a.vassiliy-lakhonin.workers.dev) for plain-language orientation. Describe the route or counterparty and the next decision or review; fit, scope, fee, and timing are confirmed before work starts.",
  "provider": {
    "organization": "Vassiliy Lakhonin",
    "url": "https://github.com/vassiliylakhonin"
  },
  "version": "1.11.1",
  "documentationUrl": "https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/docs/use-cases/agent-financial-guard.md",
  "supportedInterfaces": [
    {
      "url": "https://agent-financial-guard-a2a.vassiliy-lakhonin.workers.dev/message/send",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "securityRequirements": [],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "extensions": [
      {
        "uri": "https://agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev/a2a/extensions/agenda-intelligence/v1",
        "description": "Wrapper scope, product contract, boundaries, support channel and provider identity for this agent. Repeat callers may send the optional X-Client-Id header with a stable non-personal integration label. Descriptive only: reading it is never required to call the agent.",
        "required": false,
        "params": {
          "support": {
            "email": "vassiliy.lakhonin@gmail.com",
            "documentationUrl": "https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/MCP.md",
            "hours_local": "Mon–Fri 09:00–18:00 Asia/Almaty (UTC+5)",
            "timezone": "Asia/Almaty",
            "response_sla": "Best-effort response within 2 business days. Solo maintainer (not a company); not a paid support channel."
          },
          "x_agenda_intelligence": {
            "hosted_wrapper": true,
            "wrapper_scope": "A2A/JSON-RPC discovery, lightweight triage, and routing response only",
            "jsonrpc_endpoint": "https://agent-financial-guard-a2a.vassiliy-lakhonin.workers.dev/message/send",
            "protocol_version": "1.0",
            "public_endpoint": true,
            "optional_client_identifier_header": "X-Client-Id",
            "client_identification": {
              "header": "X-Client-Id",
              "required": false,
              "purpose": "Use a stable non-personal integration label so aggregate stats can group repeat calls; do not send a person's name, email, token, or secret."
            },
            "ai_catalog": "https://agent-financial-guard-a2a.vassiliy-lakhonin.workers.dev/.well-known/ai-catalog.json",
            "oauth_protected_resource": "https://agent-financial-guard-a2a.vassiliy-lakhonin.workers.dev/.well-known/oauth-protected-resource",
            "repository": "https://github.com/vassiliylakhonin/agenda-intelligence-md",
            "package": "https://pypi.org/project/agenda-intelligence-md/",
            "mcp": {
              "transport": "stdio",
              "server_command": "agenda-intelligence-mcp",
              "install": "pip install agenda-intelligence-md"
            },
            "boundaries": [
              "Micropayments settled directly on Base (Chain ID 8453, USDC); no custody of user funds.",
              "No autonomous live source retrieval.",
              "No factual-truth verification.",
              "No legal, financial, compliance, investment, or trading advice."
            ],
            "x402": {
              "protocol": "x402",
              "network": "base",
              "chain_id": 8453,
              "token": "USDC",
              "token_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "pricing_tiers": {
                "tier_micro_check_usdc": 0.05,
                "tier_bankability_dossier_usdc": 25,
                "tier_pro_monthly_usdc": 490
              },
              "settle_endpoint": "https://agent-financial-guard-a2a.vassiliy-lakhonin.workers.dev/v1/settle",
              "interactive_web3_ui": "https://agent-financial-guard-a2a.vassiliy-lakhonin.workers.dev/corridor-bankability"
            }
          },
          "x_security_posture": {
            "transport": "https",
            "public_endpoint": true,
            "required_authentication": false,
            "oauth_protected_resource_metadata": "https://agent-financial-guard-a2a.vassiliy-lakhonin.workers.dev/.well-known/oauth-protected-resource",
            "optional_client_identifier_header": "X-Client-Id",
            "client_identification": {
              "required": false,
              "authentication": false,
              "purpose": "Pseudonymous repeat-call attribution in aggregate operational analytics."
            },
            "zero_retention_guarantee": true,
            "prompt_retention": "none",
            "payload_persistence": "ephemeral_ram_only",
            "dlp_sanitization": "real_time",
            "context_isolation_verified": true,
            "eval_framework_safe": true,
            "pricing_model": "tiered_enterprise_and_x402_micropayments",
            "engagement_tiers": {
              "tier_1_community_sandbox": "free",
              "tier_micro_check_usdc": 0.05,
              "tier_corridor_bankability_dossier_usdc": 25,
              "tier_2_dedicated_pro_tenant_usd_monthly": 490,
              "tier_3_confidential_deal_dossier_usd": 99,
              "tier_3_pilot_promo_usd": 49
            },
            "data_handling": [
              "Zero-retention architecture: queries and parameters are processed purely in ephemeral RAM and discarded.",
              "No caller prompt text stored in aggregate stats or telemetry logs.",
              "Usage analytics are aggregate operational counters.",
              "No financial credentials processed via agent interface; corporate billing and invoicing handled out-of-band.",
              "Integrated Vizier Action Firewall for DLP credentials redaction and OFAC 50% Rule screening."
            ],
            "abuse_contact": "mailto:vassiliy.lakhonin@gmail.com"
          },
          "x_tool_contracts": {
            "contract_version": "1.11.1",
            "note": "Each entry is the contract of the hosted MCP tool of the same name. SendMessage params.request and tools/call arguments reach one dispatch, so the input schema describes both.",
            "tools": [
              {
                "name": "agent_financial_pre_sign_check",
                "input_schema": {
                  "type": "object",
                  "properties": {
                    "request": {
                      "type": "object",
                      "description": "Structured request object. Full contract: https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/schemas/v1/agent-financial-guard-request.schema.json",
                      "additionalProperties": true
                    }
                  },
                  "required": [
                    "request"
                  ],
                  "additionalProperties": false
                },
                "annotations": {
                  "readOnlyHint": true,
                  "destructiveHint": false,
                  "idempotentHint": true,
                  "openWorldHint": false
                }
              }
            ]
          },
          "provider": {
            "legalEntity": {
              "type": "individual",
              "name": "Vassiliy Lakhonin",
              "sameAs": [
                "https://github.com/vassiliylakhonin",
                "https://pypi.org/project/agenda-intelligence-md/",
                "https://glama.ai/mcp/servers/vassiliylakhonin/agenda-intelligence-md"
              ]
            }
          }
        }
      }
    ]
  },
  "defaultInputModes": [
    "application/json",
    "text/plain",
    "text/markdown"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "agent-financial-pre-sign-check",
      "name": "Agent financial pre-sign check",
      "description": "Pre-sign evidence review with local risk rules; authoritative spending and sanctions checks require human review.",
      "tags": [
        "finance",
        "pre-sign",
        "firewall",
        "ofac",
        "web3",
        "agentkit"
      ]
    }
  ]
}