---
title: "Get a specific server"
method: GET
path: "/api/mcp/servers/{id}"
---

# Get a specific server

`GET /api/mcp/servers/{id}`

Get details of a specific MCP server by ID

## Response `200`

MCP server details

- MCPServer
  - `id` integer
  - `name` string
  - `url` string
  - `created_at` string, date-time
  - `last_check` string, date-time
  - `last_check_error` string, nullable

## Other responses

- `404` — Server not found

---

[API](https://skmtc.net/kontext-security/apis/agent-browser-api.md) · [All operations](https://skmtc.net/kontext-security/apis/agent-browser-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kontext-security/agent-browser-api/versions/758a6b5cd8d9/schema)
