MCP Connector

Build Stage Plots with Claude or ChatGPT

Connect your AI assistant to your Stage Plot Pro account. Describe the band and the venue, and it lays out the stage, labels every wedge, builds the input list and hands you a link to open the finished plot.

Your connector URL

https://stageplotpro.org/mcp

Connect in 3 steps

  1. Add a custom connector

    Claude: Settings › Connectors › Add custom connector. ChatGPT: Settings › Apps & Connectors › Create (developer mode may need to be switched on). Other MCP apps: add a remote MCP server.

  2. Paste the URL

    Name it “Stage Plot Pro” and paste the connector URL above. No API key needed.

  3. Sign in and allow

    You'll be sent to Stage Plot Pro to sign in (or just click Allow if you're already signed in). That's it.

Other AI agents (copy-paste code)

For agents that can't open a browser sign-in themselves, send them this message. They'll give you a link; approve it, then paste the code you're shown back to the agent.

Connect to the Stage Plot Pro MCP server using OAuth, with a manual code copy-paste. Don't ask me for tokens or a password.

MCP server: https://stageplotpro.org/mcp (streamable HTTP)
Auth server metadata: https://stageplotpro.org/.well-known/oauth-authorization-server

1. Register a public client: POST https://stageplotpro.org/oauth/register with {"client_name":"<your agent name>","redirect_uris":["https://stageplotpro.org/oauth/callback"],"grant_types":["authorization_code","refresh_token"],"response_types":["code"],"token_endpoint_auth_method":"none"}
2. Make a PKCE verifier/challenge (S256) and send me the authorize link: https://stageplotpro.org/oauth/authorize?response_type=code&client_id=<id>&redirect_uri=https://stageplotpro.org/oauth/callback&code_challenge=<challenge>&code_challenge_method=S256&state=<random>&scope=plots
3. I'll approve and paste back the code shown on the page
4. Exchange it: POST https://stageplotpro.org/oauth/token (form: grant_type=authorization_code, code, redirect_uri, client_id, code_verifier)
5. Call the MCP server with Authorization: Bearer <access_token>, and use the refresh_token grant when it expires (refresh tokens rotate, so always store the newest one)

Things to ask

What it can do

PNG/PDF export, logos and final polish happen in the app — every plot the AI makes shows up in My Projects.

Connector FAQs

Is it free?

Yes. Free accounts get 50 connector edits a month (reading your plots is always unlimited). Pro accounts are unlimited.

What can the AI see?

Only your Stage Plot Pro plots — nothing else in your account, and never your password. You approve the connection once, and you can remove it any time from Claude or ChatGPT's connector settings.

Which apps work?

Any app that supports remote MCP servers with sign-in, including Claude (web, desktop, mobile) and ChatGPT.