API ReferenceMcp Servers

/public/mcp-servers/{mcpServerId}

GET
/public/mcp-servers/{mcpServerId}

Path Parameters

mcpServerId*string

Header Parameters

X-API-Version?string

Response Body

curl -X GET "https://companion-api.napster.com/public/mcp-servers/string"
{
  "id": "string",
  "url": "string",
  "headers": {
    "property1": "string",
    "property2": "string"
  },
  "allowedTools": [
    "string"
  ],
  "requireApproval": "never",
  "description": "string",
  "authorizationRequired": true,
  "tags": {
    "property1": "string",
    "property2": "string"
  }
}
{
  "code": "string",
  "description": "string",
  "type": "failure",
  "numericType": 0
}