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."

"Pulsetic has transformed my website monitoring experience with its intuitive interface and real-time tracking capabilities. I love how effortlessly I can keep tabs on my site’s performance, ensuring everything runs smoothly!"

Koen Kanters
Koen Kanters

Senior Software Engineer at ASML

"Pulsetic is easy-to-use and simple to get started. As an agency, I like that it includes unlimited status pages, because I can create one for each of my clients. Pulsetic includes every alert channel that I want, and advanced settings that give me greater confidence in the uptime. I can require that a response include certain text and respond within a certain timeframe in order for a site to be considered online. This gives me assurance that we would be notified if there were major performance issues or a bad deployment that made the site unusable. These features come with every paid plan, so our monthly bill is predictable. The API is a huge bonus on the teams plan. We have used it to add maintenance windows for certain monitors automatically based on events that happen in other software we use."

Christopher Morbitzer
Christopher Morbitzer

CEO at NorthBuilt

"Pulsetic’s monitoring is easy to set up via their super clean, user-friendly UI. I was up and running within only a few minutes. A helpful knowledge base is available for webmasters to refer to if needed. Pulsetic’s pricing is also some of the most competitive in the industry. I highly recommend them for emerging and established agencies alike."

Scott Werley
Scott Werley

Owner at Sporulate Design

"Pulsetic is easy to set up and integrate. You don’t need much time to get it running. The interface is clear and simple. It’s easy to see what’s going on at a glance. The design looks great, too. I had no trouble finding what I needed and monitoring my sites is straightforward. If you want a simple tool that works well, Pulsetic is a good choice."

Aryo Sayogha
Aryo Sayogha

CEO at MBDC Media

"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 Siena AI

"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

"Pulsetic has simplified our uptime monitoring significantly. We’ve fully automated uptime tracking and SLA reporting, which removed a lot of manual work from our monthly and annual reports. The automated downtime notifications (via Slack and email) help the team react quickly when something goes wrong. The API is especially valuable for us, as it allows us to use a dedicated health-check endpoint and integrate uptime data directly into our internal workflows."

Mariana Kodama
Mariana Kodama

Treasurer, Fundacion Jorge Luis Borges

"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 at Qurioos

"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!