MCP Docs
MCP Docs
Admin
2026/4/7
9 阅读
MCP Docs
This document explains how IDE and agent clients can connect to the platform through MCP (Model Context Protocol) over HTTP and call the platform APIs directly.
Capability scope
The current MCP server wraps the full set of API routes exposed by the platform:
- Document APIs
- Public OpenAPI endpoints with RSA signing
- Admin category and user management APIs
- Current-user OpenAPI private key API
- NextAuth passthrough APIs
MCP endpoint
Production MCP endpoint:
https://your-domain/api/mcp
Local development endpoint:
http://localhost:3000/api/mcp
Clients only need the endpoint URL and the required credentials. No separate MCP deployment is needed.
Expected outcome
After setup, an LLM client can call MCP tools to create documents, query documents, manage categories, and manage users through the platform.
