Plur-e MCP · Docs
Add Plur-e documentation to Claude
A public, read-only MCP server over this site's documentation. Ask Claude how to configure payment methods or receive serialized items and get the answer with the source page.
{
"mcpServers": {
"plur-e-docs": {
"type": "http",
"url": "https://plur-e.com/api/mcp/docs"
}
}
}Quick answer
Plur-e Docs MCP is a public, read-only Model Context Protocol server that exposes the Plur-e documentation to Claude and other MCP clients through three tools: search_docs, get_page and list_sections. It needs no authentication, is rate-limited, and returns Markdown with the canonical URL of each page so answers can cite their source. It is live at plur-e.com/api/mcp/docs.
Status
Live. The server runs at /api/mcp/docs (Streamable HTTP, stateless, no authentication, rate-limited). Add it to Claude with the URL below.
https://plur-e.com/api/mcp/docsOpen Claude- Claude Code
claude mcp add --transport http plur-e-docs https://plur-e.com/api/mcp/docs- Claude Desktop
- Settings → Connectors → Add custom connector → paste the URL.
- claude.ai (Team / Enterprise)
- Admin → Settings → Connectors → Add custom connector.
Tools
Documentation
search_docsreadFull-text search over the documentation, in English or Spanish.
get_pagereadMarkdown of one documentation page with its canonical URL.
list_sectionsreadThe documentation tree (getting started, modules, printing, integrations, MCP, reference).
How to connect
Claude Desktop / Claude Code
Add the server URL as a remote MCP server (Streamable HTTP). No token required.
Claude.ai
Team and Enterprise admins add it as a custom connector; members enable it in their chats.
Your own agent
Point an MCP client at the endpoint; all tools are read-only and idempotent.
FAQ
Frequently asked questions
Want the same for your own documentation?
We build read-only MCP servers over knowledge bases and product docs as part of MCP projects.