← pocketalert.app
INDIVIDUAL MCP TOOL
list_devices
List all devices registered to your PocketAlert account
LIVE ENDPOINT
https://mcp.pocketalert.app/mcp
Connect to this endpoint to inspect the live schema for list_devices and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
create_message— Send a push notification to your devicescreate_message_with_attachment— Send a push notification with an attached image file (paid feature)delete_message— Permanently delete a message.get_application— Get details of a specific application by its TIDget_device— Get details of a specific device by its TIDget_message— Get details of a specific message by its TIDget_message_stats— Get message count statistics grouped by datelist_applications— List all applications in your PocketAlert account