← pingroom.io

INDIVIDUAL MCP TOOL

list_questions

List a bounded page of questions you asked, newest first.

pingroom.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://api.pingroom.io/api/agent/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_questions 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

pingroom.io

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.pingroom]
url = "https://api.pingroom.io/api/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pingroom": {
      "type": "http",
      "url": "https://api.pingroom.io/api/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pingroom
Remote MCP URL: https://api.pingroom.io/api/agent/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": {
    "pingroom": {
      "url": "https://api.pingroom.io/api/agent/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pingroom": {
      "type": "http",
      "url": "https://api.pingroom.io/api/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pingroom",
  "transport": "streamable-http",
  "url": "https://api.pingroom.io/api/agent/mcp"
}
MCP Inspector

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

Related tools

  • list_rooms — List the rooms the authenticated account belongs to.
  • list_quick_actions — List the quick actions configured for a room.
  • trigger_quick_action — Press a room quick action, notifying its members.
  • broadcast — Send a custom ping to a room the account belongs to.
  • live_status — Start, update, or end a live progress card on the room members' lock screen (an iOS Live Activity / Android live update).
  • get_live_status — Read back the current state of a live stream you created, so a restarted producer can reconcile instead of starting a duplicate.
  • list_room_icons — List the room-icon catalog (icon ids, tags, and categories) for interpreting icon values returned by room and quick-action reads.
  • list_notifications — List a bounded page of recent pings across approved rooms, newest first.