{
  "name": "ShaBaas Pay Agent",
  "description": "Discovery card for ShaBaas Pay agent integrations. Use MCP staging for tool calls; this card advertises product discovery and payment-automation skills for Australian real-time payments.",
  "version": "1.0.0",
  "url": "https://www.shabaas.com/.well-known/agent-card.json",
  "provider": {
    "organization": "ShaBaas Pay",
    "url": "https://www.shabaas.com"
  },
  "documentationUrl": "https://docs.shabaas.com/developer",
  "supportedInterfaces": [
    {
      "url": "https://mcp-staging.shabaas.com/mcp",
      "protocol": "MCP",
      "transport": "HTTP"
    },
    {
      "url": "https://www.shabaas.com/.well-known/mcp.json",
      "protocol": "HTTPS",
      "transport": "HTTP"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text", "application/json"],
  "defaultOutputModes": ["text", "application/json"],
  "skills": [
    {
      "id": "connect-mcp",
      "name": "Connect MCP",
      "description": "Connect to ShaBaas Pay MCP tools for PayTo agreements and payment initiation in sandbox/non-production."
    },
    {
      "id": "authenticate-api",
      "name": "Authenticate",
      "description": "Discover OAuth and API-key authentication paths for ShaBaas Pay agents."
    },
    {
      "id": "explore-product",
      "name": "Explore product",
      "description": "Locate canonical ShaBaas Pay product and documentation URLs."
    }
  ]
}
