curl --request GET \
--url https://api.streamkap.com/auth/tools \
--header 'Authorization: Bearer <token>'{}List all available MCP tools with profile membership. Fetches live from MCP server.
curl --request GET \
--url https://api.streamkap.com/auth/tools \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response Listmcptools · object.
Was this page helpful?