Connect any MCP-compatible AI tool to the Ingo Payments Developer Hub and ask questions directly against the live documentation — instead of relying on your tool’s training data, which may be outdated or incomplete. The connection is read-only: no AI tool can edit, create, or modify any documentation through this integration. MCP server URL:Documentation Index
Fetch the complete documentation index at: https://developers.ingopayments.com/llms.txt
Use this file to discover all available pages before exploring further.
https://developers.ingopayments.com/mcp
What this enables
When you connect your AI tool to this MCP server, it gains two capabilities: Search — queries the full documentation index to find relevant pages matching your question. The AI uses this proactively while generating a response, even without being asked explicitly. Read page content — retrieves the full text of any documentation page, including API field definitions, code examples, and spec details. Both tools operate on the current state of the documentation — not cached or training-data versions. This is particularly useful when looking up specific field constraints, error codes, webhook event schemas, or endpoint request/response structures.Connect your AI tool
Claude
- Open Claude Settings → Connectors
- Select Add custom connector
- Enter a name (e.g.
Ingo Developer Hub) and the URL:https://developers.ingopayments.com/mcp - Select Add
- When starting a conversation, select the attachments icon (plus) and choose the connector to activate it
Claude Code
Run the following command in your terminal:Cursor
- Open the command palette (
Cmd+Shift+P/Ctrl+Shift+P) - Search for Open MCP settings and select Add custom MCP — this opens
mcp.json - Add the following configuration:
- Save the file. Cursor will connect automatically.
VS Code
Create or edit.vscode/mcp.json in your workspace:
Tips for better results
Ask specific questions to get the most relevant documentation pulled into context. For example:- “What fields are required in an IngoPay card verify request?”
- “What webhook fires when a Notify Classic disbursement is successful?”
- “What is the difference between Standard ACH and Same-Day ACH in the IngoPay process endpoint?”
This connection is read-only. AI tools connected to this MCP server can search and read documentation but cannot modify, create, or delete any content.