MCP
Connect Claude, ChatGPT, Cursor, or any MCP-compatible AI assistant to StatusPal Next. Manage your status pages, services, incidents, and webhooks in plain language — all you need is your API key.
Connecting AI Assistants to StatusPal Next (MCP)
StatusPal Next provides a hosted MCP server that lets AI assistants — Claude, ChatGPT, Cursor, and any other MCP-compatible client — work with your status pages on your behalf. Once connected, you can ask your assistant to read and manage your status pages, services, incidents, maintenance notices, and webhooks using plain language.
This guide covers everything you need to connect and start using it.
What you can do
After connecting, your assistant can:
Status pages — list, view, create, update, and delete status pages.
Services & containers — manage the services shown on a page and the groups they belong to.
Notices (incidents & maintenance) — open an incident or schedule maintenance, post timeline updates, edit details, and resolve or close them.
Outgoing webhooks — list, create, update, rotate secrets for, and delete webhooks.
Search the API docs — answer questions about the StatusPal Next API without making any changes.
The server makes authenticated calls to the StatusPal Next API for you — it does not add any AI of its own. All the reasoning happens inside the assistant you already use.
Before you start
You need a StatusPal Next API key.
Sign in to your StatusPal Next account.
Go to your account/organization settings and open the API keys section.
Create a key and copy it somewhere safe — you will paste it once during setup.
That key is the only credential required. The MCP server acts only on the status pages that key has access to.
The connection URL
There is a single endpoint for every client:
How you provide your API key depends on the client:
Web assistants (Claude.ai, ChatGPT) — you paste your key once on a secure login page that appears automatically. There is nothing to configure by hand.
Developer/desktop tools (Claude Code, Cursor, custom clients) — you send the key in an
Authorizationheader.
Pick your client below.
Claude (web or Desktop)
Open Claude.
In the sidebar, click Customize.
Click Connectors.
Click the + button at the top.
Select Add custom connector.
Fill the form:
Name:
StatusPal NextURL:
https://mcp.next.statuspal.io/mcpLeave the optional OAuth fields empty.
Keep Individual sign-in enabled.
Click Add.
Open the new StatusPal Next connector and click Connect.
A browser window opens. Paste your StatusPal Next API key and finish the sign-in flow by clicking Authorize.
Click Open Claude or Open desktop app, depending on where you're using Claude.
After that, make sure the connector is enabled:
Open a chat.
Click the + button below the chat input.
Hover Connectors.
Make sure StatusPal Next is enabled.
The StatusPal tools now appear in the tools menu.
ChatGPT
Requires a plan that supports apps and developer mode (Plus, Pro, Business, or Enterprise).
Open Settings → Apps.
Click Advanced settings and enable Developer mode.
Click Create app.
Fill the app form:
Name:
StatusPal NextConnection: Server URL
Server URL:
https://mcp.next.statuspal.io/mcpAuthentication: Access token / API key
Header scheme: Bearer
Accept each warning and click Create.
Enter your StatusPal Next API key and click Connect StatusPal Next.
The app is now available inside chats.
Grok
Open Grok.
In the sidebar, click Skills and Connectors.
Click Connectors.
Click New Connector.
In the modal, click Custom.
Fill the form:
Name:
StatusPal NextServer URL:
https://mcp.next.statuspal.io/mcp
Click Add Connector.
A browser window opens. Paste your StatusPal Next API key and finish the sign-in flow by clicking Authorize.
The connector is now installed. Make sure it is enabled:
Open a chat.
Click the + button next to the chat input.
Hover Connectors.
Make sure StatusPal Next is enabled.
Claude Code
Claude Code can send the key directly in a header — no login page needed. Run:
Replace YOUR_STATUSPAL_API_KEY with your key. After adding it, enable it in the chat: click the + button below the input → Connectors → toggle StatusPal Next on.
Codex for VS Code
Open Codex in VS Code.
Open Codex Settings.
Click MCP servers.
Click Add server.
Fill the form:
Name:
StatusPal NextTransport: Streamable HTTP
URL:
https://mcp.next.statuspal.io/mcpLeave the bearer token field empty.
Leave headers empty.
Click Save.
In the server list, click Authenticate.
A browser window opens. Paste your StatusPal Next API key and click Authorize.
Make sure the server is enabled.
Click Restart extension.
Codex is now ready to use with StatusPal Next.
Cursor and other developer clients
Any MCP client that supports Streamable HTTP with a custom header works the same way. Point it at:
and add the header:
Browser-based custom clients additionally need their origin allow-listed for CORS — contact StatusPal support if you're building one.
Example prompts
Once connected, just ask in natural language:
"Configure a new status page with services: API, Web Console, Support Portal and regions: EU, US, Asia."
"List my StatusPal status pages."
"What services are on the Production page, and what's their current status?"
"Open an incident on the API page: we're investigating elevated error rates."
"Post an update: the issue is identified, a fix is rolling out now."
"Mark the incident as resolved."
"Schedule maintenance on the Database service for this Sunday 02:00–04:00 UTC."
"Create an outgoing webhook pointing at https://example.com/hooks/statuspal."
The assistant will ask for confirmation before anything that changes or deletes data.
Privacy & security
Your API key is never stored on our servers. For web assistants it's sealed (encrypted) inside the connection token your client holds; for header-based clients it's only ever sent on the request. It is used solely to call the StatusPal Next API on your behalf.
The server never logs your key or authorization headers.
The assistant only has access to what your API key can access. Revoke the key in your StatusPal Next settings at any time to immediately cut off access.
Troubleshooting
Connector won't authorize
Re-check the URL is exactly https://mcp.next.statuspal.io/mcp. For web clients, complete the login page; for header clients, confirm the Authorization: Bearer <key> header.
"Tools not available" in chat
Enable the connector via the + button → Connectors toggle.
Calls fail with an auth error
Your API key may be invalid or revoked — generate a fresh one in StatusPal Next settings and reconnect.
Tools missing after a StatusPal API update
The tool list refreshes when you reconnect — remove and re-add the connector.
Need help? Contact StatusPal support.
Last updated