---
title: "Get MCP Server by Scope and Package Name"
method: GET
path: "/api/v1/servers/{scope}/{packageName}"
tags: ["Servers"]
---

# Get MCP Server by Scope and Package Name

`GET /api/v1/servers/{scope}/{packageName}`

Retrieve detailed information about a specific MCP server using its scope and package name

## Path parameters

- `scope` string, required — The scope of the MCP server (e.g., '@modelcontextprotocol', 'github'). The @ symbol is optional.
- `packageName` string, required — The package name of the MCP server

## Response `200`

Successful response with server details

- ServerResponse
  - `server` ServerDetail, required
    - `scope` string, required
    - `packageName` string, required
    - `displayName` string, required
    - `description` string, required
    - `repository` Repository, nullable
      - `url` string, uri, required
      - `source` string, required
    - `iconUrl` string, uri
    - `detailedDescription` string
    - `version` string
    - `author` string
    - `category` string
    - `tags` string[]
    - `createdAt` string, date-time
    - `updatedAt` string, date-time, required
    - `developerId` string
    - `source` 'gateway' | 'api' | 'seed'
    - `packages` Package[]
      - `registryName` string, required
      - `name` string, required
      - `version` string, required
      - `runtimeHint` string
      - `runtimeArguments` Argument[]
        - `type` 'positional' | 'named', required
        - `name` string
        - `isRepeated` boolean
        - `valueHint` string
        - `description` string
        - `isRequired` boolean
        - `format` 'string' | 'number' | 'boolean' | 'file_path'
        - `value` string
        - `isSecret` boolean
        - `default` string
        - `choices` string[]
        - `template` string
        - `properties` object
        - `variables` object
      - `packageArguments` Argument[]
        - `type` 'positional' | 'named', required
        - `name` string
        - `isRepeated` boolean
        - `valueHint` string
        - `description` string
        - `isRequired` boolean
        - `format` 'string' | 'number' | 'boolean' | 'file_path'
        - `value` string
        - `isSecret` boolean
        - `default` string
        - `choices` string[]
        - `template` string
        - `properties` object
        - `variables` object
      - `environmentVariables` KeyValueInput[]
        - `name` string, required
        - `description` string
        - `isRequired` boolean
        - `format` 'string' | 'number' | 'boolean' | 'file_path'
        - `value` string
        - `isSecret` boolean
        - `default` string
        - `choices` string[]
        - `template` string
        - `properties` object
        - `variables` object
    - `remotes` Remote[]
      - `transportType` string, required
      - `url` string, uri, required
      - `headers` KeyValueInput[]
        - `name` string, required
        - `description` string
        - `isRequired` boolean
        - `format` 'string' | 'number' | 'boolean' | 'file_path'
        - `value` string
        - `isSecret` boolean
        - `default` string
        - `choices` string[]
        - `template` string
        - `properties` object
        - `variables` object
    - `id` string, required

## Other responses

- `404` — Server not found
- `500` — Internal server error

## Changes

- **2026-01-21** `ba253fbf08a7` — 1 breaking, 1 warning, 2 info
  - the response property `server/version` became optional for the status `200`
  - removed the optional property `server/documentationUrl` from the response with the `200` status
  - added the optional property `server/detailedDescription` to the response with the `200` status
  - the `version` response's property default value `1.0.0` was added for the status `200`
- **2026-01-18** `b0e6563d3fce` — 4 breaking, 2 warning, 3 info
  - the response property `server/repository` became nullable for the status `200`
  - the response property `server/repository` became optional for the status `200`
  - the `code` response property const value `INTERNAL_SERVER_ERROR` was removed for the status `500`
  - the `code` response property const value `NOT_FOUND` was removed for the status `404`
  - …5 more
- **2026-01-17** `4f3d96fe2656` — 4 info
  - added the optional property `server/author` to the response with the `200` status
  - added the optional property `server/category` to the response with the `200` status
  - added the optional property `server/createdAt` to the response with the `200` status
  - added the optional property `server/tags` to the response with the `200` status
- **2025-11-10** `dd3fac5bdb5c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/corespeed-io/apis/mcp-store-api/changes/api/v1/servers/:scope/:packageName/get.md)

---

[API](https://skmtc.dev/corespeed-io/apis/mcp-store-api.md) · [All operations](https://skmtc.dev/corespeed-io/apis/mcp-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corespeed-io/mcp-store-api/revisions/25721894961a/schema)
