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

# Get Mcp Servers

`GET /me/mcp-servers`

## Response `200`

Successfully retrieved MCP servers

- MCPServerTool[]
  - `id` string, required
  - `publisher` string, required
  - `tool_type` string, required
  - `logo` string, required
  - `title` string, required
  - `category` string, required
  - `short_description` string, required
  - `long_description` string, required
  - `price_per_execution` number, required
  - `star_rating` number, required
  - `executions` integer, required
  - `description_for_model` string, required
  - `arguments` object[], required
  - `hidden` boolean, required
  - `version` string, required
  - `featured` boolean, required
  - `requires_config` boolean, required
  - `background_image` string, nullable, required
  - `timeout` integer, required
  - `connections` object[], nullable
  - `installed` boolean, required

## Other responses

- `500` — Internal server error

---

[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/revisions/ce92a5e2d085/schema)
