pscale.dev
PlanetScale is a managed database platform for Vitess/MySQL and Postgres. It provides hosted database infrastructure plus management features such as organizations, databases, branches, deploy requests, schema information, and insights.
PlanetScale exposes a REST API at `https://api.planetscale.com/v1` with an OpenAPI spec, a hosted MCP server at `https://mcp.pscale.dev/mcp/planetscale`, and the `pscale` CLI.
- PlanetScale MCP serverdiscovered
- PlanetScale APIdiscovered
- pscale CLIdiscovered
In the PlanetScale dashboard, open Settings → Service tokens, click New service token, name it, and create it. Copy both the service token ID and the service token secret when shown; the secret is only shown once. Then grant the needed organization/database permissions on that token's settings page.
To create an OAuth app, log into your PlanetScale organization and open Settings → OAuth applications as described in the OAuth docs. Click Create new application, fill in the app name, domain, and redirect URI, then save it. Copy the app ID, Client ID, Redirect URL, and Client secret when shown; the client secret is only shown once. Select the access scopes your integration needs.
$ pscale auth loginAcquired by the CLI — running pscale auth login opens the auth flow and stores the credential.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing