Statuspage (Atlassian) Connector for AI agents.
16 live capabilities
Manage your incident communications and status pages through natural conversation.
Waiting for input…
Why people use Statuspage (Atlassian)
Statuspage (Atlassian) for Incident Management
This Connector changes that by letting you handle the whole process through a chat interface. You can just tell your agent to update a page name or change a permission, and it happens instantly. You get to stay focused on the fix while the communication stays current.
What Vinkius changes
You get a direct command line for your incident communications.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Updating status during a production outage
An SRE asks the agent to 'Update the name of page abc123 to Database Outage and enable maintenance branding.
- Real-world use case 02
Granting VIP customer access
A support lead tells the agent to 'Add user_id_99 to the private Enterprise Beta status page.
- Real-world use case 03
Auditing team permissions
An admin asks the agent to 'Check what permissions user_id_45 has and remove their incident_manager role.
Complete set · 16capabilities
The complete Statuspage (Atlassian) capability set.
These are the exact actions your AI can choose when you ask it to work with Statuspage (Atlassian).
01—04
4 capabilities in this set.
Part of 16 available through Statuspage (Atlassian).
- 01 Capability
Create page access user
Add a specific user to a private status page. This is useful for granting VIP customers access to private updates.
- 02 Capability
Delete page access user components
Remove specific components from a page access user's view. Use this to refine what a specific user can see.
- 03 Capability
Delete page access user metrics
Delete metrics for a specific page access user. This helps clean up what data a specific user can view.
- 04 Capability
Delete page access user
Remove a user from a private status page entirely. Use this to revoke access instantly.
05—08
4 capabilities in this set.
Part of 16 available through Statuspage (Atlassian).
- 05 Capability
Get page access user components
See what components a specific page access user can see. This is great for auditing private permissions.
- 06 Capability
Get page
Fetch the full configuration and details for a specific status page. Use this to check current branding and domains.
- 07 Capability
Get status embed config
View the current settings for your status embed widgets. This helps you verify how status info appears on your site.
- 08 Capability
Get user permissions
Check what roles and permissions a specific user has. Use this to audit team access levels.
09—12
4 capabilities in this set.
Part of 16 available through Statuspage (Atlassian).
- 09 Capability
Update page access user components
Add or replace components for a page access user. This lets you customize the private view for specific individuals.
- 10 Capability
Update page access user metrics
Add or replace metrics for a page access user. Use this to manage what data specific users can see.
- 11 Capability
List page access users
Get a list of everyone who has access to a private status page. This is a quick way to audit your audience.
- 12 Capability
List pages
See a list of every status page in your account. Use this to get an overview of your status infrastructure.
13—16
4 capabilities in this set.
Part of 16 available through Statuspage (Atlassian).
- 13 Capability
Update page access user
Modify the details of an existing page access user. This updates the user's specific access profile.
- 14 Capability
Update page
Change the name, domain, or branding of a status page. Use this to update public-facing info during an incident.
- 15 Capability
Update status embed config
Modify the configuration for your status embed widgets. Use this to keep your website's status display accurate.
- 16 Capability
Update user permissions
Change a user's roles like incident_manager or maintenance_manager. This is your primary capability for team permission management.
Set up in minutes
One URL. Then ask Statuspage (Atlassian) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Statuspage (Atlassian) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FB2vmQU2pKtb0M95WpYVc27jGGs1S9wNOfWACN8h/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Statuspage (Atlassian), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Statuspage (Atlassian) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FB2vmQU2pKtb0M95WpYVc27jGGs1S9wNOfWACN8h/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Statuspage (Atlassian) URL.
- Step 03
Save and start
Save the connection and enable Statuspage (Atlassian) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"statuspage-atlassian": {
"url": "https://edge.vinkius.com/vk_preview_FB2vmQU2pKtb0M95WpYVc27jGGs1S9wNOfWACN8h/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Statuspage (Atlassian)
Open Agent mode in chat and ask: "Using Statuspage (Atlassian), help me...". 16 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"statuspage-atlassian": {
"url": "https://edge.vinkius.com/vk_preview_FB2vmQU2pKtb0M95WpYVc27jGGs1S9wNOfWACN8h/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Statuspage (Atlassian)
Ask Copilot: "Using Statuspage (Atlassian), help me...". 16 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"statuspage-atlassian": {
"url": "https://edge.vinkius.com/vk_preview_FB2vmQU2pKtb0M95WpYVc27jGGs1S9wNOfWACN8h/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Statuspage (Atlassian)
Open Cascade and ask: "Using Statuspage (Atlassian), help me...". 16 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"statuspage-atlassian": {
"url": "https://edge.vinkius.com/vk_preview_FB2vmQU2pKtb0M95WpYVc27jGGs1S9wNOfWACN8h/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Statuspage (Atlassian)
Ask Cline: "Using Statuspage (Atlassian), help me...". 16 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add statuspage-atlassian --transport http "https://edge.vinkius.com/vk_preview_FB2vmQU2pKtb0M95WpYVc27jGGs1S9wNOfWACN8h/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Statuspage (Atlassian)
Ask Claude: "Using Statuspage (Atlassian), show me...". 16 tools are ready
Where the request belongs
Work Statuspage (Atlassian) can move forward.
This is for the DevOps engineer on call at 3am who needs to update a status page without logging into a complex dashboard. It's for support leads who need to grant quick access to VIP customers and SREs who keep the lights on.
SRE / DevOps Engineer
Updating incident status and branding during high-pressure outages.
Customer Support Lead
Managing private page access for enterprise clients.
Product Manager
Keeping site branding and domains consistent across all environments.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsInstatus (Status Pages API)
Automate your status pages via Instatus. manage incidents, update component statuses, and monitor system health directly from any AI agent.
Atlassian (Jira & Confluence)
The ultimate AI bridge for Jira and Confluence. manage projects, agile boards, and wikis via AI.
Jira Cloud
Manage projects, search issues, and track tasks via Jira Cloud API.
Jira Service Management (JSM)
Manage service desks, customer requests, and queues via Jira JSM API.
Hive (Project Management)
Manage projects via Hive. create actions, track initiatives, and organize workspaces.
Jira Software Cloud
Manage Jira Software Agile workflows. list boards, track sprints, manage backlogs, and inspect epics directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Statuspage (Atlassian) connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Statuspage (Atlassian).
The practical details behind the request, access and result.
What can I do with the Statuspage (Atlassian) MCP?
You can manage your entire Statuspage account using natural language. This includes listing pages, updating branding, managing user roles, and configuring your public status widgets.
Can I use this to manage private status pages?
Yes. You can use your AI agent to list users who have access to private pages, add new users, or remove them entirely.
How does this help during a production outage?
It allows you to update your public-facing status and branding instantly through a chat interface, so you don't have to navigate a complex dashboard while trying to fix the issue.
Can I update my status page branding with an AI agent?
Yes. You can tell your agent to change the branding, name, or domain of any status page in your account.
How do I manage team permissions for Statuspage?
You can use the Connector to check what permissions a user currently has and update those roles, such as granting incident manager status.
Can I check who has access to my private pages?
Yes. You can ask your agent to list all users who have access to a specific private page to ensure your audience is correct.
Does this Connector work with my current status embed widgets?
Yes. It can retrieve and update your status embed configuration to ensure your website's status display is always synced with your pages.
How can I see all the status pages I have access to?
You can use the list_pages capability. It will return a list of all pages associated with your API key, including their IDs and basic settings.
Can I update the name or domain of a status page using the AI?
Yes! Use the update_page capability. You just need to provide the page_id and the new name, domain, or subdomain you wish to set.
How do I manage users who have access to my private status pages?
You can use list_page_access_users to see current users and create_page_access_user to add new ones to a specific page.
One connection away
Give your agent a direct line to Statuspage (Atlassian).
Connect Statuspage (Atlassian) once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available