OAuth (recommended)
No key to create, copy or store. You sign in to Stover in the browser, approve the connection once, and the client holds a short-lived token it refreshes on its own.1
Add the connector
In Claude, open Settings > Connectors > Add custom connector and enter:
2
Approve it
Claude opens the Stover consent screen at
dashboard.stover.app/oauth/consent. Sign in if you are not already, review what
the connector is asking for, and approve.3
Done
The tools appear in the client. Nothing else to configure.
API key
For scripts, CI, or a client that does not implement OAuth.1
Create a key
In the Stover dashboard, go to Settings > API Keys and create one. The full key
is shown once — copy it then.
Key creation is deliberately not available over MCP. An API key authenticates the
entire Stover REST API, not just this server, so creating one stays a deliberate
human action.
2
Add the server
Verify the connection
Ask the client to list your deals, or call a read-only tool directly:Testing with MCP Inspector
To exercise tools outside a chat client:https://api.stover.app/v1/mcp. Leave authentication empty to walk the OAuth flow, or
supply a stover_pk_* key as a bearer token.