---
title: "Get MCP Server"
method: GET
path: "/ai/mcp_servers/{mcp_server_id}"
tags: ["MCP Servers"]
---

# Get MCP Server

`GET /ai/mcp_servers/{mcp_server_id}`

Retrieve details for a specific MCP server.

## Path parameters

- `mcp_server_id` string, required

## Response `200`

Successful Response

- MCPServer
  - `allowed_tools` string[], nullable
  - `api_key_ref` string, nullable
  - `created_at` string, date-time, required
  - `id` string, required
  - `name` string, required
  - `type` string, required
  - `url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/1571b0380bd7/schema)
