Skip to main content
The OwnPay documentation hosts a public Model Context Protocol (MCP) server that lets AI assistants and coding agents search and retrieve content directly from the live documentation. Instead of relying on static training data or general web searches, your AI tools get accurate, real-time specifications from the actual docs.
The MCP server is available at https://ownpay.org/docs/mcp. It is read-only, publicly accessible, and requires no authentication.

1. What is MCP?

The Model Context Protocol is an open standard designed to connect AI applications to external data sources. When you connect your local AI development tool to the OwnPay MCP server, it gains three specific tools:
  1. Search: Searches across all OwnPay documentation pages, returning relevant snippets and links.
  2. Query docs filesystem: Reads and navigates pages using shell-style commands for batch reads.
  3. Submit feedback: Reports outdated or incorrect information directly back to the OwnPay documentation team.

2. Connect Your AI Tool

Follow these steps to add the OwnPay MCP server to your preferred environment:
To connect the OwnPay MCP server to Cursor:
1

Open MCP Settings

  1. Open Cursor’s settings.
  2. Navigate to Features > MCP.
  3. Click + Add New MCP Server.
2

Configure the Server

Enter the following details in the dialog:
  • Name: ownpay-docs
  • Type: sse
  • URL: https://ownpay.org/docs/mcp
3

Verify Connection

In Cursor’s chat pane, ask: “What tools do you have available?” It should list ownpay-docs with the search and query tools active.

3. System Prompt for AI Assistants

Copy and paste this system prompt into your custom GPT instructions, Claude Project, or Cursor system settings to instruct your AI on how to interact with OwnPay:

4. Discovery and Specifications

The MCP server supports automatic discovery. Systems that implement automated client connections can query the configuration metadata at:

Server Rate Limits

To maintain service stability, public endpoints enforce the following hourly request rates:

5. Example Queries

Once configured, test the AI’s integration with queries like:
  • “How do I register a custom webhook event filter?”
  • “Show me how to build a Twig template for a custom checkout theme”
  • “What is the payload layout for payment.transaction.completed? ”
  • “How does the immutable double-entry ledger track merchant settlements?”
  • “Create a cURL request to initiate a white-label checkout session”

Last modified on July 15, 2026