Uptime monitoring your AI can talk to

The Pulsetic MCP server connects Claude, ChatGPT, Cursor and Windsurf to your live monitoring data. Ask about uptime, create monitors and manage incidents without leaving your chat.

* MCP uses the API, included in the Team and Organization plans

Your Monitoring, in the Conversation

  • Ask in plain English

    "Which of my monitors went down this week?" Your assistant calls Pulsetic and answers with real numbers from your account, not guesses.

  • Act without switching tabs

    Create and pause monitors, open incidents, post status updates and schedule maintenance windows straight from the chat while you debug the outage itself.

  • One open standard, every assistant

    MCP is an open protocol, so the same server works with Claude Desktop, Claude Code, ChatGPT, Cursor, Windsurf and any other MCP-enabled client you adopt next.

  • Connected in two minutes.

    Point your client at the streamable HTTP endpoint and authenticate with any of your active API keys. Claude Desktop and Windsurf connect through the mcp-remote bridge, ChatGPT signs in with OAuth, and Cursor and Claude Code take the sample config as-is.

    Read the setup guide
  • .mcp.json
    {
      "mcpServers": {
        "pulsetic": {
          "type": "streamableHttp",
          "url": "https://api.pulsetic.com/mcp",
          "headers": { "Authorization": "Bearer YOUR_API_KEY" }
        }
      }
    }

How Does the MCP Server Work?

No separate install on your side: the server runs at Pulsetic and your assistant connects to it.

  1. Grab an API key from your dashboard. Any active key works, no special token needed.

  2. Add https://api.pulsetic.com/mcp to your client's MCP config with the key as a Bearer token.

  3. Ask away. Your assistant discovers all 17 tools on its own and calls them when a question needs live data.

17 tools your assistant can call

  • Monitors

    Ten tools covering the full monitor lifecycle and its history.

    list_monitors
    get_monitor_stats
    get_monitor_events
    create_monitor
    pause_monitor ...

  • Incidents

    Open, update and resolve incidents on your status pages.

    list_incidents
    create_incident
    update_incident
    resolve_incident

  • Maintenance

    Schedule planned downtime before anyone gets paged.

    create_maintenance
    delete_maintenance

  • Status pages

    See every status page on your account at a glance.

    list_status_pages

Things people actually ask

  • "Show me all my monitors and their current status."

  • "What's the uptime for my production API monitor over the last 30 days?"

  • "Create a new monitor for https://api.example.com that checks every 30 seconds."

  • "Create an incident: Elevated API latency, status investigating."

"Tens of thousands of business owners from around the world rely on our service, and Pulsetic is the best platform there is to ensure we communicate any downtimes clearly and swiftly to our customers to avoid panic and disappointment. Getting setup on Pulsetic not only been smooth and easy but super joyful too, the design is stunning and customisable unlike any other monitoring platform we’ve used."

Leo Bassam
Leo Bassam

Founder, CEO at Plutio

"There's an easy way for you to monitor your online project. After all the hard work you have put into going live, you want to make sure that things keep running smoothly while you focus on the next project."

Chris Kalmar
Chris Kalmar

Founder at nineLemon

"Pulsetic is super easy to use and fast. The UI is very simple and clean, and it offers all the right features. The status page design is also great, and we really liked the fact that we could set up alert notifications in multiple channels."

Akis Laopodis
Akis Laopodis

Founder of HelpfulDocs

"The monitoring tool we've been waiting for. Super easy to set up monitoring, customizable status page design, and access to notifications across Slack, email and SMS. Pulsetic is awesome."

Andrei Negrau
Andrei Negrau

CEO at Cartloop.io

"Pulsetic helps us monitor all of our websites and webapps over at Pairing.dev. Before we used it, we had no idea how often services (e.g. heroku) were offline. Now we have complete control over it."

Till Carlos
Till Carlos

Founder at Pairing.dev

"Using Pulsetic is a big win for us! Our dev team can now deliver faster, with zero time spent monitoring our website uptime. Plus the interface is great and analytics proper."

Razvan Popescu
Razvan Popescu

Head of Marketing at AbstractAPI

Rather write the code yourself?

Everything the MCP server does runs on the Pulsetic REST API: monitors, status pages, incidents and alert channels, all scriptable with a single token.

Explore the API

FAQ: Pulsetic MCP Server

  • What is MCP?

    The Model Context Protocol is an open standard that lets AI assistants connect to external services in a uniform, secure way. Pulsetic runs an MCP server, so any compatible assistant can read your monitoring data and act on it.

  • Which AI assistants are supported?

    Setup is documented step by step for Claude Desktop, Claude Code, ChatGPT, Cursor and Windsurf, and any other MCP-enabled client can connect to the same streamable HTTP endpoint.

  • How does authentication work?

    Most clients send one of your API keys as a Bearer token in the Authorization header. ChatGPT connects through OAuth 2.1 instead; the setup guide lists the authorize, token and registration endpoints.

  • Do I need to host anything?

    No. The server runs at https://api.pulsetic.com/mcp and speaks streamable HTTP. Clients that only support local stdio servers, like Claude Desktop, connect through the mcp-remote bridge with a single npx command.

  • What can my assistant actually do?

    It gets 17 tools: list, inspect, create, update, pause, resume and delete monitors, pull stats, events and downtime, list status pages, manage incidents end to end, and create or delete maintenance windows.

  • Which plan do I need?

    MCP access rides on the API, which is included in the Team and Organization plans. Any active API key from your account works as the credential.

  • Is it safe to give an AI access to my monitoring?

    The assistant reaches Pulsetic only with the key you issue, over HTTPS, and can call only the documented tools. Revoke the key in your dashboard at any time and the connection dies on the spot.

  • Where is the full setup documentation?

    The MCP guide in our help center has copy-paste configs for every supported client, plus troubleshooting for the most common connection errors.

Hey there 👋  Friends from designmodo are here to help!