# Wagevo public agent API

Wagevo publishes one unauthenticated, read-only MCP endpoint for general company and support information. It does not expose Wagevo accounts, employee data, wage transfers, private partner APIs, or form submission.

## MCP endpoint

- URL: `https://wagevo.com/api/mcp`
- Transport: Streamable HTTP / JSON-RPC over HTTPS
- Authentication: none
- Current protocol: `2026-07-28`
- Legacy initialization compatibility: `2025-11-25`

The server exposes `get_wagevo_information`. Its required `topic` argument accepts `overview`, `employers`, `employees`, `integrations`, or `support`.

Discover the server at [the MCP Server Card](https://wagevo.com/.well-known/mcp/server-card.json), or read the machine-readable [OpenAPI description](https://wagevo.com/openapi.json).

## Private partner APIs

Wagevo's payments and partner-integration APIs are private and intentionally absent from this public catalog. See the [integration overview](https://wagevo.com/integrations) to begin a scoped onboarding process.
