Skip to main content
GET
/
mcp
/
servers
/
{server_id}
cURL
curl 'https://api.gumloop.com/api/v1/mcp/servers/gumloop_slack?team_id=YOUR_TEAM_ID' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "server": {
    "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",
    "mcp_url": null,
    "tool_count": 12,
    "allowed_tool_call_ids": [
      "gumloop_slack__slack_send_message",
      "gumloop_slack__slack_list_channels"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Path Parameters

server_id
string
required

Identifier of the MCP server to retrieve.

Query Parameters

team_id
string

Scope the lookup to a single team.

Response

The requested MCP server.

server
object