---
title: "MCP Server Card (SEP-1649)"
method: GET
path: "/.well-known/mcp/server.json"
---

# MCP Server Card (SEP-1649)

`GET /.well-known/mcp/server.json`

Returns the MCP Server Card following the official registry schema (SEP-1649). Used by AI agent readiness scanners, the MCP registry, and compatible AI clients for server discovery. Also served at /.well-known/mcp/server-card.json.

## Response `200`

MCP Server Card

- object
  - `$schema` string
  - `name` string, required
  - `title` string
  - `description` string, required
  - `version` string, required
  - `websiteUrl` string, uri
  - `icons` unknown[]
    - unknown

---

[API](https://skmtc.dev/digits/apis/digits-api.md) · [All operations](https://skmtc.dev/digits/apis/digits-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digits/digits-api/revisions/895db63ca4d2/schema)
