{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.wagevo/agent-information",
  "title": "Wagevo Agent Information",
  "version": "1.0.0",
  "description": "Read-only access to verified public information about Wagevo and its support channels.",
  "websiteUrl": "https://wagevo.com/api-docs.md",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://wagevo.com/api/mcp",
      "supportedProtocolVersions": [
        "2026-07-28",
        "2025-11-25"
      ]
    }
  ],
  "protocolVersion": "2026-07-28",
  "serverInfo": {
    "name": "wagevo-agent-information",
    "title": "Wagevo Agent Information",
    "version": "1.0.0"
  },
  "documentationUrl": "https://wagevo.com/api-docs.md",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://wagevo.com/api/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "instructions": "Use this server only for public Wagevo information. It cannot access accounts or initiate wage transfers.",
  "serverUrl": "https://wagevo.com/api/mcp",
  "tools": [
    {
      "name": "get_wagevo_information",
      "description": "Return verified public information about Wagevo and its earned wage access benefit.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "enum": [
              "overview",
              "employers",
              "employees",
              "integrations",
              "support"
            ]
          }
        },
        "required": [
          "topic"
        ],
        "additionalProperties": false
      }
    }
  ]
}