CloudThinker read-only MCP server for BigPanda AIOps: reads BIGPANDA_* env at startup, auto-connects to the BigPanda REST API (region-scoped), and serves environment/incident read tools over stdio.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"ct-bigpanda-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# ct-bigpanda-mcp-server A read-only CloudThinker MCP server for [BigPanda](https://www.bigpanda.io/) AIOps. BigPanda has no upstream MCP server, so this wraps the BigPanda **Incidents V2 / Environments REST API** directly and exposes it over **stdio**, auto-authenticated from environment variables — dropping into CloudThinker's env-injection connection model (same shape as `ct-prometheus-mcp-server` / `ct-rabbitmq-mcp-server`). ## What it does - Reads `BIGPANDA_*` env vars at startup and pins the REST client to a region. - Probes `GET /environments` once at startup to fail fast on a bad key / wrong region. - Serves three **read-only** tools over stdio. No write path exists. ## Run ```bash uvx --from ct-bigpanda-mcp-server@0.1.0 ct-bigpanda-mcp-server ``` ## Environment | Var | Required | Default | Purpose | |---|---|---|---| | `BIGPANDA_API_TOKEN` | yes | — | BigPanda **User API Key**, sent as `Authorization: Bearer <key>` | | `BIGPANDA_REGION` | no | `us` | `us` → `api.bigpanda.io`, `eu` → `eu-api.bigpanda.io` | | `BIGPANDA_ENVIRONMENT_ID` | no | — | default environment for `search_incidents` / `get_incident` | | `LOG_LEVEL` | no | `info` | logging level (also mapped to `FASTMCP_LOG_LEVEL`) | The token must be a **User API Key** (Incidents V2 auth), not a login password. Keys are **region-scoped**: a US key against the EU host (or vice-versa) returns **404, not 401** — check `BIGPANDA_REGION` first if you see 404s. ## Tools (read-only) | Tool | Args (all strings) | REST call | Returns | |---|---|---|---| | `list_environments` | — | `GET /resources/v2.0/environments` | `{environments, total}` | | `search_incidents` | `environment_id`, `query?`, `status?`, `limit?` | `GET .../environments/{id}/incidents?query=&page_size=` | `{incidents, returned, total, has_more, query}` | | `get_incident` | `environment_id`, `incident_id` | `GET .../environments/{id}/incidents/{incident_id}` | the incident with correlated alerts inline | `limit` is a **string** and is c…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.