---
title: "Mcp Endpoint"
method: POST
path: "/mcp/{owner}/{name}"
tags: ["mcp"]
---

# Mcp Endpoint

`POST /mcp/{owner}/{name}`

JSON-RPC entry point for an MCP client targeting a single repo.

Resolves the caller's snapshot once per request and dispatches the
JSON-RPC method. We accept a single request object — batched
requests aren't part of MCP Streamable HTTP, so we don't.

## Path parameters

- `owner` string, required
- `name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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