Skip to content

MediaKind Context MCP

Give your AI tool direct access to published MediaKind documentation and API references. The MediaKind Context MCP is a read-only server hosted on this documentation site. It works over Streamable HTTP and does not require authentication.

Point your MCP client at:

https://docs.mediakind.com/api/mcp

No API keys, tokens, or headers are needed.

If your client accepts a JSON config:

{
"transport": "streamable-http",
"url": "https://docs.mediakind.com/api/mcp"
}

Add a custom connector in Claude and paste https://docs.mediakind.com/api/mcp as the remote MCP server URL. Leave authentication fields empty.

Add a server named mediakind-context with URL https://docs.mediakind.com/api/mcp. No headers or authentication values are needed.

The server covers the full published MediaKind documentation corpus:

ContentDescription
MK.IO docsGuides, how-tos, and concepts for MK.IO
Beam docsGuides, how-tos, and concepts for MK.IO Beam
Media APIOpenAPI reference for the Media API
Management APIOpenAPI reference for the Management API
Fleets APIOpenAPI reference for the Fleets API
Infrastructure APIOpenAPI reference for the Infrastructure API
Flows APIOpenAPI reference for the Flows API
Release notesChangelogs and feature roadmap entries

The server exposes seven read-only tools. None of them generate answers — they return documentation content that your AI tool uses to compose its response.

Run a semantic search across the entire documentation corpus. Returns the most relevant chunks ranked by similarity.

You can optionally pass source_groups to narrow results to specific content areas — for example, only MK.IO docs or only the Media API.

Browse all available documentation sources. Each source represents a page or API specification. Useful for discovering what content is available before diving deeper.

Supports optional source_groups filtering and a query substring filter.

List the individual sections within a specific source. Use this after list_sources to see the structure of a page before reading it.

Retrieve the full content of a specific section by its source URL and section index. Use this to read a particular part of a documentation page.

Look up a specific API endpoint by its signature (e.g. GET /api/v1/assets). Returns the full endpoint documentation including parameters, request body, and response schemas.

List all the content groups available on this server, with their names and descriptions. Useful for discovering what source_groups values you can filter by.

Returns server metadata including the protocol version, server name, and which content groups are active.

Most tools accept an optional source_groups parameter. Pass one or more group keys to narrow results to specific parts of the corpus:

  • mkio-docs — MK.IO documentation pages
  • beam-docs — Beam documentation pages
  • media-api — Media API reference
  • management-api — Management API reference
  • fleets-api — Fleets API reference
  • infrastructure-api — Infrastructure API reference
  • release-notes — Release notes and roadmap

Omit source_groups to search everything.

The MCP server does not generate answers. When your AI tool calls a tool, the server retrieves the relevant documentation chunks from the published corpus and returns them as structured content. Your AI tool then uses that content to write its response.

All tools are read-only and idempotent. The server does not modify any data and repeated calls with the same arguments return the same results.

© 2026 MediaKind. All rights reserved.