v1

latestOpenAPI 3.0.02026-07-26492143.5 KB
MCP

List MCP servers

Return the catalog of MCP servers visible to the caller — Gumloop-hosted (gumcp_server), user-deployed Gumstack (gumstack_server), and custom (mcp_server) — along with each server's connection state.

get/mcp/servers

Query parameters

team_idstring

Scope the catalog to a single team. When omitted, returns servers visible to the authenticated user.

Response

MCP servers visible to the caller.

Example response

{
  "servers": [
    {
      "server_id": "gumloop_slack",
      "name": "Slack",
      "type": "gumcp_server",
      "status": "connected",
      "icon_url": "https://www.gumloop.com/icons/slack.png",
      "description": "Send and read Slack messages.",
      "gumloop_auth_url": "https://www.gumloop.com/oauth/connect/slack",
      "tool_count": 12
    }
  ]
}