{
  "name": "AI2Fin MCP Server",
  "tagline": "Intelligent finance, beneath the surface 🐬",
  "version": "2.0.0",
  "protocol": "json-rpc-2.0",
  "protocolVersion": "2025-11-25",
  "transport": "http",
  "description": "Enterprise financial management MCP server with transaction tracking, bill management, and tax optimization",
  "homepage": "https://ai2fin.com",
  "documentation": "https://docs.ai2fin.com/mcp/introduction",
  "support": "https://ai2fin.com/contact",
  "endpoints": {
    "server": "https://api.ai2fin.com/mcp",
    "health": "https://api.ai2fin.com/mcp/health",
    "discovery": "https://api.ai2fin.com/mcp/.well-known/oauth-authorization-server",
    "oidc_discovery": "https://api.ai2fin.com/api/oauth/.well-known/openid-configuration",
    "protected_resource_metadata": "https://api.ai2fin.com/.well-known/oauth-protected-resource/mcp"
  },
  "authentication": {
    "type": "oauth2",
    "version": "2.1",
    "discovery": "https://api.ai2fin.com/mcp/.well-known/oauth-authorization-server",
    "authorization_endpoint": "https://api.ai2fin.com/api/oauth/authorize",
    "token_endpoint": "https://api.ai2fin.com/api/oauth/token",
    "revocation_endpoint": "https://api.ai2fin.com/api/oauth/revoke",
    "registration_endpoint": "https://api.ai2fin.com/api/oauth/register",
    "requires_pkce": true,
    "supports_cimd": true,
    "scopes": [
      "read:transactions",
      "write:transactions",
      "read:bills",
      "write:bills"
    ]
  },
  "capabilities": {
    "tools": [
      "get_transactions",
      "create_transaction",
      "get_bills",
      "create_bill",
      "analyze_spending",
      "tax_optimization"
    ],
    "resources": [
      "transactions",
      "bills",
      "categories",
      "merchants"
    ],
    "features": [
      "real_time_sync",
      "multi_currency",
      "tax_deduction_tracking",
      "bill_automation"
    ]
  },
  "metadata": {
    "keywords": [
      "mcp",
      "oauth2",
      "financial",
      "transactions",
      "bills",
      "tax",
      "accounting"
    ],
    "categories": [
      "finance",
      "productivity",
      "business"
    ],
    "tags": [
      "mcp-server",
      "oauth2",
      "financial-management"
    ]
  },
  "compatible_with": [
    "chatgpt",
    "claude",
    "mcp-clients",
    "openai"
  ],
  "mcp_spec_version": "2025-11-25"
}