Skip to main content

Parchment Documentation MCP Server

The Model Context Protocol (MCP) is an open standard that allows AI assistants to access external data sources and tools. Parchment hosts an MCP server at https://docs.parchmenthealth.io/mcp that gives AI assistants direct access to our developer documentation and OpenAPI spec, making it easier to build integrations.

Why Use MCP?

  • Accurate Information: AI assistants get direct access to current documentation rather than relying on training data
  • Code Examples: Access to real code samples from our integration guide
  • OpenAPI Spec: Full API specification for accurate endpoint details
  • Search: Natural language search across all documentation

Installation

Connect directly to our hosted MCP server:
claude mcp add --transport http parchment-docs https://docs.parchmenthealth.io/mcp
Or add to your ~/.claude.json:
{
  "mcpServers": {
    "parchment-docs": {
      "type": "http",
      "url": "https://docs.parchmenthealth.io/mcp"
    }
  }
}
After adding, restart Claude Code and verify with /mcp command.

Example Usage

Here are some ways to use the MCP server with your AI assistant:

Getting Started

“I’m integrating with Parchment. Search the docs for getting started.”

Authentication Help

“How do I create an authentication token for the Parchment API? Search their docs.”

Code Examples

“Show me code examples for creating a patient in Parchment. Use the integration guide.”

API Details

“Get the OpenAPI spec and tell me what parameters are required for the create patient endpoint.”

Webhook Setup

“Search Parchment docs for webhook integration and show me how to handle events.”

Support

For issues with the MCP server, contact support at hello@parchment.health.