PeekPanda markpeekpandaDocumentation
For your AI
Dashboard

OAuth reference

OAuth lets a client sign in to PeekPanda and receive an access token for the MCP resource. The token is not your dashboard session.

Download Markdown ↓

Resource

The protected resource is https://mcp.peekpanda.com/mcp. Tokens are audience-pinned to that resource. A token issued for another product cannot call PeekPanda. Preview contract: these routes and tools are implemented in the shared contract, but the public host, customer API access and OAuth flow have not been deployment verified.

Scopes

context:read covers catalogue, creative, keyword, chart, and market reads. content:write covers save, remove, and data-request commands. Missing scopes fail before the operation runs.

Scopes and tenancy

What the token cannot do

An MCP token cannot delete your account, change billing, or stand in for a dashboard session. A website or app id in a tool request is a target to check, not proof of access.

API keys

Clients that cannot complete OAuth use an API key as a bearer token on the same MCP URL. Create, copy, and revoke keys from Account. The secret is shown once.

API keys

AI agent or LLM? Read this page as markdown