Skip to main content

MCP Integration

The Model Context Protocol (MCP) lets AI tools connect to external services. SuperDocs exposes an MCP server with 16 tools for document editing, session management, attachments, and more. When connected, SuperDocs tools appear natively in your AI tool — no API client code needed.

Prerequisites

Connection details

FieldValue
Endpointhttps://api.superdocs.app/mcp
TransportStreamable HTTP
Auth headerAuthorization: Bearer sk_YOUR_API_KEY

Supported clients

These are just the most popular clients. Any application with an MCP client can connect to SuperDocs — including your own custom AI agents, internal business tools, or startup products. If it speaks MCP, it works with SuperDocs. Just point it at the endpoint and auth details above.

Quick test

After connecting, ask your AI tool:
“Use the SuperDocs health tool to check the API status”
If the connection is working, you’ll get back {"status": "healthy"}.