---
title: "Get Mcp Servers"
method: GET
path: "/backoffice/mcp-servers"
tags: ["Backoffice"]
---

# Get Mcp Servers

`GET /backoffice/mcp-servers`

Get all MCP servers from the local database

## Response `200`

MCP servers retrieved successfully

- MCPServer[]
  - `qualified_name` string, required — Fully qualified server name
  - `display_name` string, required — Display name for the server
  - `description` string, nullable — Server description
  - `use_count` integer, required — Number of times the server has been used
  - `is_remote` boolean, required — True if server is designed to run remotely
  - `created_at` string, date-time, required — Creation timestamp
  - `homepage` string, nullable — Link to Smithery server page

## 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/versions/6e3bad3564b3/schema)
