---
title: "Search Mcp Servers"
method: GET
path: "/me/mcp-registry/servers"
tags: ["User API"]
---

# Search Mcp Servers

`GET /me/mcp-registry/servers`

## Query parameters

- `queries` string[], required — optional search query

## Response `200`

Successfully retrieved MCP servers from registry

- ServerWithConnections[]
  - `connections` MCPServerConnection[], required
    - `type` string, required
    - `url` string, uri, nullable
    - `configSchema` object
  - `qualifiedName` string, required — Fully qualified server name
  - `displayName` string, required — Display name for the server
  - `description` string, required — Server description
  - `iconUrl` string, uri, nullable — URL to the server icon

## Other responses

- `422` — Validation Error
- `502` — Could not fetch or parse MCP servers

---

[API](https://skmtc.net/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.net/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/versions/ce92a5e2d085/schema)
