Documentation MCP
Give AI assistants read-only access to Zernio guides and API reference pages.
Connect your AI assistant to the public documentation MCP server to search guides, list pages, and read API reference schemas while building an integration.
- Server URL:
https://docs.zernio.com/api/mcp - Transport: Streamable HTTP
- Authentication: None
For clients that accept an mcpServers configuration, add:
{
"mcpServers": {
"zernio-docs": {
"url": "https://docs.zernio.com/api/mcp"
}
}
}If your client has a server connection form, enter the URL above and select no authentication. Configuration file names and formats depend on the client.
Available tools
| Tool | Input | Result |
|---|---|---|
list_pages | {} | Documentation index with page URLs |
get_page | { "url": "/tools/download-tiktok-video" } | The page's Markdown, including resolved API reference content |
search | { "query": "schedule a post" } | Matching documentation pages and sections |
Ask your assistant: “Search the Zernio documentation for scheduling a post, read the relevant API reference, and explain the required fields.” It should search first, then use a returned page URL with get_page.
Documentation and account access
This endpoint only reads public documentation. It cannot access your account, schedule posts, or change data. To let an assistant work with your connected accounts, use the Zernio MCP server at https://mcp.zernio.com/mcp, which requires authentication. You can configure both servers in the same client with different names.
For clients without MCP support, use the documentation index, complete documentation, or the Markdown links on individual pages.