streamable-httpMITupdated 23d ago
Gives any MCP-compatible AI assistant (ChatGPT, Claude, and others) the ability to create AI-monitored web alerts on your behalf. Then you will be told when something happens instead of having to ask — just say "Alert me when..."
What can you do with alertchecker mcp?
AlertChecker MCP Server
Gives any MCP-compatible AI assistant (ChatGPT, Claude, and others) the ability to create AI-monitored web alerts on your behalf. Then you will be told when something happens instead of having to ask — just say "Alert me when..."
What it does
AlertChecker watches the web for you and emails you when a plain-English statement becomes true. Once you connect this MCP server, any supporting AI assistant can create these alerts directly from natural conversation.
Example prompts:
- "Alert me when the iPhone 16 Pro is back in stock at apple.com"
- "Let me know whenever it's going to rain in London tomorrow"
- "Email me when Tesla stock drops below $200"
- "Tell me if there's an earthquake over 4.0 magnitude in California"
Tools
| Tool | Description |
|---|---|
create_alert |
Creates an alert that monitors the web and emails you when a statement becomes true (or false). Accepts a statement, a short title, confidence level, and which outcome to notify on. |
Icon
A public icon suitable for connector setup is available at alertchecker.com/app-icon.png — PNG, 256x269px, under 9KB.
Connecting
Server URL: https://alertchecker.com/api/mcp
Transport: Streamable HTTP
Authentication: OAuth 2.0 with PKCE and Dynamic Client Registration (RFC 7591). No manual API key or client credentials needed — your MCP client discovers everything automatically from:
https://alertchecker.com/.well-known/oauth-authorization-server
On first connection, you'll be redirected to sign in via Google or a magic email link.
Adding to ChatGPT
- Go to Settings → Plugins → Browse plugins
- Click the New Plugin button (plus icon, top-right)
- Fill in:
- Icon (optional): upload alertchecker.com/app-icon.png — otherwise a generic icon is shown
- Name:
AlertChecker - Description:
Create AI-monitored web alerts from plain English - Connection ("Server URL" option selected):
https://alertchecker.com/api/mcp - Authentication:
OAuth
- Tick the checkbox confirming you understand the risks
- Click Create, then click Sign in with AlertChecker — you'll be redirected to sign in via Google or magic link
- In a new chat, enable AlertChecker from the "Add files and more" button (plus icon, just to the left of where you type your chat). Then ask: "Alert me when..."
Adding to Claude
- Go to Settings → Customize → Connectors → Add → Add custom connector
- Fill in:
- Name:
AlertChecker - Remote MCP server URL:
https://alertchecker.com/api/mcp
- Name:
- Click Add
- Click Connect
- Sign in
- Optionally change Needs approval to Always allow for the Create alert tool
- In a new chat, enable AlertChecker from the Connectors submenu under the "Add files, connectors and more" button (plus icon, just to the left of where you type your chat). Then ask: "Alert me when..."
Adding to Perplexity
- Go to All settings → Connectors → Add custom connector (top-right)
- Click Change icon and upload alertchecker.com/app-icon.png
- Fill in:
- Name:
AlertChecker - Description (optional):
Create AI-monitored web alerts from plain English - MCP Server URL:
https://alertchecker.com/api/mcp
- Name:
- Tick the checkbox confirming you understand the risks
- Sign in when prompted
- In a new chat, enable AlertChecker from the "Add files or tools" button (plus icon, just to the left of where you type your chat). Then ask: "Alert me when..."
Learn more
- AlertChecker — the main app
- Model Context Protocol — the open standard this server implements
Support
Questions or issues: support@alertchecker.com
Install
Add alertchecker mcp to your client. Pick the one you use.
claude mcp add --transport http alertchecker-mcp https://alertchecker.com/api/mcpcodex mcp add alertchecker-mcp --url https://alertchecker.com/api/mcp{
"mcpServers": {
"alertchecker-mcp": {
"url": "https://alertchecker.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"alertchecker-mcp": {
"type": "http",
"url": "https://alertchecker.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"alertchecker-mcp": {
"url": "https://alertchecker.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"alertchecker-mcp": {
"serverUrl": "https://alertchecker.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
1 tool
alertchecker mcp exposes one tool to a connected agent.
- create_alert
- Creates an alert that monitors the web and emails you when a statement becomes true (or false). Accepts a statement, a short title, confidence level, and which outcome to notify on.
Score
65 / 100
Good
- Documentation17/25
- Maintenance19/25
- Trust13/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 16 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 1 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 9, 2026 |