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 athttps://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
- Claude Code
- Cursor
- Other
Connect directly to our hosted MCP server:Or add to your After adding, restart Claude Code and verify with
~/.claude.json:/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.”

