Minimal CLI client for PagerDuty's hosted MCP server — no LLM required. Connects to mcp.pagerduty.com via streamable HTTP transport with token auth. Lists available MCP tools and calls them with JSON arguments.
pip install mcp
export PAGERDUTY_USER_API_KEY="u+your-token-here"