Manage Keys & ServersList upstream tools

List upstream tools

Every tool discovered on your agency's servers and on platform-shared servers, sorted by name, each carrying server_name. These are gateway upstream tools — for the tools the Mythic server itself provides, see the Tool Reference.

curl -X GET "https://mythic-analytics.gulp.workers.dev/builder/mcp/tools" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "server_id": "123e4567-e89b-12d3-a456-426614174000",
      "server_name": "Internal research server",
      "name": "search_papers",
      "display_name": "Search Papers",
      "description": "example_string",
      "input_schema": {},
      "annotations": {},
      "is_enabled": true,
      "created_at": "2024-12-25T10:00:00Z"
    }
  ]
}
GET
/builder/mcp/tools
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

An agency key (ak_). Location secret keys are rejected. Scoped keys (mcp_) are not accepted here (403 not_available_to_scoped_keys).

An agency key (ak_). Location secret keys are rejected. Scoped keys (mcp_) are not accepted here (403 not_available_to_scoped_keys).
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. An agency key (ak_). Location secret keys are rejected. Scoped keys (mcp_) are not accepted here (403 not_available_to_scoped_keys).

Responses

dataarray