---
title: "Get a server by namespace and server name"
method: GET
path: "/servers/{namespace}/{server}"
tags: ["servers"]
---

# Get a server by namespace and server name

`GET /servers/{namespace}/{server}`

Get a single server by its namespace and server name.

## Path parameters

- `namespace` string, required
- `server` string, required

## Response `200`

Server found

- Server
  - `qualifiedName` string, required
  - `displayName` string, required
  - `description` string, required
  - `iconUrl` string, nullable, required
  - `remote` boolean, required
  - `deploymentUrl` string, nullable, required
  - `connections` union[], required
    - union
      - StdioConnection
        - `type` 'stdio', required
        - `bundleUrl` string
        - `runtime` string
        - `stdioFunction` string
        - `configSchema` ConfigSchema, required
      - HttpConnection
        - `type` 'http', required
        - `deploymentUrl` string, required
        - `configSchema` ConfigSchema, required
  - `security` ServerSecurity, required
    - `scanPassed` boolean, required
  - `tools` ServerTool[], nullable, required
    - `name` string, required
    - `description` string, nullable, required
    - `inputSchema` ToolInputSchema, required
      - `type` 'object', required
      - `properties` InputSchemaProperties

## Other responses

- `404` — Server not found

## Changes

- **2026-01-25** `ea538dc2369a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/changes/servers/:namespace/:server/get.md)

---

[API](https://skmtc.dev/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/revisions/9d53933ba12e?raw)
