← Registry

Developer Tools

pocketalert.app

This MCP server provides APIs to send and manage push notifications, including creating, deleting messages, and retrieving application and device information.

1 endpoint10 known toolsFirst detected August 17, 2026Last detected August 17, 2026

ENDPOINT 1

https://mcp.pocketalert.app/mcp

No auth detected

MCP server metadata

Name
pocketalert-mcp-server
Version
1.0.0
Capabilities
loggingtools.listChanged

Known tools 10

create_message

Send a push notification to your devices

Potential side effects
create_message_with_attachment

Send a push notification with an attached image file (paid feature)

Potential side effects
delete_message

Permanently delete a message.

Potential side effects
get_application

Get details of a specific application by its TID

Inferred read-only
get_device

Get details of a specific device by its TID

Inferred read-only
get_message

Get details of a specific message by its TID

Potential side effects
get_message_stats

Get message count statistics grouped by date

Potential side effects
list_applications

List all applications in your PocketAlert account

Inferred read-only
list_devices

List all devices registered to your PocketAlert account

Inferred read-only
list_messages

List all messages in your PocketAlert account with optional sorting and limiting

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pocketalert-mcp-server]
url = "https://mcp.pocketalert.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pocketalert-mcp-server": {
      "type": "http",
      "url": "https://mcp.pocketalert.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pocketalert-mcp-server
Remote MCP URL: https://mcp.pocketalert.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pocketalert-mcp-server": {
      "url": "https://mcp.pocketalert.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pocketalert-mcp-server": {
      "type": "http",
      "url": "https://mcp.pocketalert.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pocketalert-mcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.pocketalert.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for pocketalert.app was fetched 2026-08-23T22:38:12.685Z.

Trust status Trusted

pocketalert.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.