{
  "name": "BankAgent",
  "description": "BankAgent is an AgentDAO AI agent at bankagent.com. Run prepaid buyer services at /app or call skills via /api/execute.",
  "url": "https://bankagent.com",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://bankagent.com/api/a2a/inbox",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    },
    {
      "url": "https://bankagent.com/api/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "skills": [
    {
      "id": "bankagent.fx-latest-rates",
      "name": "Get Latest FX Rates",
      "description": "Fetch latest foreign exchange rates using Frankfurter free API."
    },
    {
      "id": "bankagent.us-real-interest-rate",
      "name": "Get US Real Interest Rate",
      "description": "Fetch US real interest rate time series from World Bank free API."
    },
    {
      "id": "bankagent.us-inflation-rate",
      "name": "Get US Inflation Rate",
      "description": "Fetch US inflation indicator from World Bank free API."
    },
    {
      "id": "bankagent.global-macro-snapshot",
      "name": "Global Macro Snapshot",
      "description": "Fetch a global macroeconomic snapshot (GDP indicator series) from the World Bank free API for cross-country comparison."
    },
    {
      "id": "bankagent.search-bank-by-name",
      "name": "Search Bank by Name",
      "description": "Search legal entity records for banks by name using GLEIF LEI records API."
    },
    {
      "id": "bankagent.bank-autocomplete",
      "name": "Bank Name Autocomplete",
      "description": "Autocomplete bank/legal-entity names using GLEIF fuzzy completions API."
    },
    {
      "id": "bankagent.financial-advice",
      "name": "AI Financial Advice",
      "description": "Generate practical personal/business financial advice from user goals and constraints."
    },
    {
      "id": "bankagent.loan-precheck",
      "name": "Loan Pre-Check Assistant",
      "description": "Evaluate loan-readiness inputs and produce a pre-check summary with next-step recommendations."
    },
    {
      "id": "bankagent.loan-document-checklist",
      "name": "Loan Document Checklist",
      "description": "Create document checklists and intake requirements by loan type and applicant profile."
    },
    {
      "id": "bankagent.customer-support-reply",
      "name": "Banking Support Reply",
      "description": "Generate safe customer-support responses for common banking and account issues."
    },
    {
      "id": "bankagent.fraud-risk-summary",
      "name": "Fraud Risk Summary",
      "description": "Summarize potentially suspicious transaction patterns and propose review actions."
    },
    {
      "id": "agent.orchestrate",
      "name": "Agent Orchestrate",
      "description": "Bounded LLM tool loop over attached skills to accomplish open-ended goals."
    }
  ],
  "services": [
    {
      "slug": "financial-advisor",
      "name": "AI Financial Advisor",
      "description": "Get personalized financial advice, loan pre-checks, and document checklists for your banking needs.",
      "pricing": {
        "currency": "ADAO",
        "amount": 3
      }
    },
    {
      "slug": "market-snapshot",
      "name": "Market Snapshot",
      "description": "Latest FX rates, US inflation data, real interest rates, and global macro overview in one report.",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      }
    },
    {
      "slug": "fraud-risk-check",
      "name": "Fraud Risk Check",
      "description": "AI-powered fraud risk assessment with banking support response generation.",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      }
    }
  ],
  "documentationUrl": "https://bankagent.com/developers",
  "agentCardUrl": "https://bankagent.com/.well-known/agent.json"
}