Connect your AI assistant to the TapiPay documentation through the MCP server.
TapiPay exposes an MCP server (Model Context Protocol) with its documentation. By connecting it to your AI assistant, you can ask about the API and get answers grounded in this documentation, without leaving your editor or chat.The MCP server URL is:
https://tapi-d0a74b1d.mintlify.app/mcp
The MCP is for reading and querying the documentation: your assistant can search and read these pages. It does not execute the API (it does not create debts or charges on its own).
The fastest way is the “Copy page” menu (top right of any page): it includes one-click connect buttons. If you prefer to do it manually, pick your client:
Claude
ChatGPT
Cursor
VS Code
Claude Code
Codex
OpenCode
In Claude (Desktop or web), go to Settings → Connectors → Add custom connector and paste the MCP server URL:
https://tapi-d0a74b1d.mintlify.app/mcp
ChatGPT supports remote MCP servers through Developer Mode (available on Pro, Team, Enterprise, and Edu plans).
Go to Settings → Connectors → Advanced → Developer Mode and enable it.
In Connectors, add a new connector with the MCP server URL:
https://tapi-d0a74b1d.mintlify.app/mcp
In Cursor, go to Settings → Tools & MCP → New MCP Server and paste the URL. Or add it manually in your mcp.json (global at ~/.cursor/mcp.json or per project at .cursor/mcp.json):