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:- Search: Searches across all OwnPay documentation pages, returning relevant snippets and links.
- Query docs filesystem: Reads and navigates pages using shell-style commands for batch reads.
- 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:- Cursor
- Claude Desktop
- Windsurf
- VS Code (Cline/Roo Code)
- Claude Code
To connect the OwnPay MCP server to Cursor:
1
Open MCP Settings
- Open Cursor’s settings.
- Navigate to Features > MCP.
- 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”
Related Pages
- OwnPay Skills - Downloadable skill templates for agents
- Developer Quickstart - Get started with APIs
- Plugin System Overview - Core hooks and hooks catalog