Skip to main content
GET
/
servers
/
{id}
/
tools
List MCP Server Tools
curl --request GET \
  --url https://api.example.com/servers/{id}/tools \
  --header 'Authorization: Bearer <token>'
{
  "tools": [
    {
      "serverID": "kSuB9Gf6aD4",
      "providerID": "kSuB9Gf6aD4",
      "toolID": "kSuB9Gf6aD4"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and your token (e.g., 'Bearer ${HASMCP_ACCESS_TOKEN}').

Path Parameters

id
string
required

MCP Server ID

Response

200 - application/json

A list of associated tools

tools
object[]