Skip to content
Plur-e

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.

Client configuration
{
  "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.

Server URL
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_docsread

    Full-text search over the documentation, in English or Spanish.

  • get_pageread

    Markdown of one documentation page with its canonical URL.

  • list_sectionsread

    The documentation tree (getting started, modules, printing, integrations, MCP, reference).

How to connect

  1. Claude Desktop / Claude Code

    Add the server URL as a remote MCP server (Streamable HTTP). No token required.

  2. Claude.ai

    Team and Enterprise admins add it as a custom connector; members enable it in their chats.

  3. 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.