---
title: "Inspect one MCP server's current catalog"
method: GET
path: "/admin/mcp-servers/{name}/catalog"
tags: ["admin"]
---

# Inspect one MCP server's current catalog

`GET /admin/mcp-servers/{name}/catalog`

Lists the tools, prompts, resources, and resource templates the named server currently exposes through the gateway, after operator tool filters. Names are the upstream originals; the aggregated /mcp endpoint prefixes them with the server slug.

## Path parameters

- `name` string, required

## Response `200`

OK

- McpgatewayCatalogView
  - `instructions` string
  - `prompts` McpgatewayCatalogFeature[]
    - `description` string
    - `name` string
  - `resources` McpgatewayCatalogResource[]
    - `description` string
    - `name` string
    - `uri` string
  - `server` string
  - `status` 'disabled' | 'connecting' | 'connected' | 'degraded'
  - `templates` McpgatewayCatalogTemplate[]
    - `description` string
    - `name` string
    - `uri_template` string
  - `tools` McpgatewayCatalogFeature[]
    - `description` string
    - `name` string

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `503` — Service Unavailable

---

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