---
title: "Resolve MCP integration API key"
method: GET
path: "/api/v1/mcp/auth/resolve-key"
tags: ["mcp-integration"]
---

# Resolve MCP integration API key

`GET /api/v1/mcp/auth/resolve-key`

Validates an integration API key and returns binding context for the hosted MCP server (bare /i/{binding_id}/mcp paths). Bearer token only.

## Headers

- `authorization` string

## Response `200`

Successful Response

- MCPResolveKeyResponse — API key resolution for MCP server bare-path authentication.
  - `binding_id` string, required
  - `space_id` string, required
  - `integration_type` string, required
  - `api_key` string, required
  - `permissions` object

## Other responses

- `422` — Validation Error

---

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