---
title: "Get All Servers"
method: GET
path: "/mcp-server/servers"
tags: ["mcp-server"]
---

# Get All Servers

`GET /mcp-server/servers`

Get all MCP servers with their basic information including id, name, description, and tools.

## Response `200`

Successful Response

- GetMcpServersResponse
  - `servers` McpServer[], required
    - `id` string, uuid, required
    - `name` string, required
    - `description` string, nullable
    - `tools` ServerTool[], nullable
      - `name` string, required
      - `description` string, required
    - `authNeeded` boolean

---

[API](https://skmtc.net/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev.md) · [All operations](https://skmtc.net/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weatherpal-ai/mcp-handle-https-www-mcp-handle-dev/versions/58fc8af3b578/schema)
