Overview
What is the MCP?
The Veeqo MCP is a server that gives AI assistants read and write access to your Veeqo account. This guide explains how to connect the major AI assistants to it.
The server is a Streamable HTTP MCP endpoint protected by OAuth 2.0 (Authorization Code + PKCE). For OAuth-capable clients you only need to paste the server URL — the client opens a browser, you log in to Veeqo, and the connection is authorised on your behalf. No API key handling is required for the OAuth path. For other clients you will need to use your API key.
How the MCP works
Veeqo hosts a remote MCP server that exposes a single HTTPS endpoint that AI tools can connect to and call tools against. Every request is authenticated as a specific Veeqo user and the server then calls the Veeqo API on that user's behalf, so an agent can only ever read or change what that user's own account already permits.