
This guide walks you through connecting ChatGPT to the Finix MCP server. After setup, you can ask ChatGPT questions about Finix and get accurate, up-to-date answers sourced directly from our documentation.
Before you begin, make sure you have:
- ChatGPT Pro, Team, Enterprise, or Edu plan: MCP (via the Connectors feature) requires one of these paid plans
- Developer Mode enabled: Required to add custom MCP connectors
- Internet connection: Required to reach docs.finix.com
MCP connector support in ChatGPT requires enabling Developer Mode first.
- Open ChatGPT and click your profile icon in the top-left corner.
- Click Settings.
- Navigate to Apps & Connectors.
- Scroll to Advanced Settings.
- Toggle Developer Mode to On.
After enabling Developer Mode, add the Finix MCP server as a connector.
- In Settings, go to Connectors.
- Click Create.
- Fill in the connector details:
- Connector name:
Finix API Docs - Description:
Access Finix API reference and documentation. Use this connector when answering questions about Finix APIs, endpoints, authentication, payments, or integrations. - Connector URL:
https://docs.finix.com/mcp - Authentication: None
- Connector name:
- Click Create.
If the connection succeeds, ChatGPT shows the list of tools provided by the Finix MCP server (such as search, get-endpoints, get-endpoint-info).
Your ChatGPT workspace must have access to the Connectors feature. If you don't see Connectors in your Settings, your plan may not support it yet.
After creating the connector, activate it in your chat:
- Open a new ChatGPT conversation.
- Click the + button next to the message composer, then select More.
- Find and select Finix API Docs from the list of available connectors.
- Ask your question - ChatGPT will use the MCP tools to search Finix documentation.
The Finix MCP server's search tool finds results in both the API Reference and Guides. Detailed retrieval tools (get-endpoint-info, get-endpoints, get-full-spec-document) are only available in the API Reference. See Enhancing Guide Access to configure the agent for full access to the Finix documentation.
To get the most from both API documentation and guides, add the following to your ChatGPT system prompt or at the start of your conversation:
When answering questions about Finix:
1. Use the Finix MCP connector tools (`search`, `get-endpoint-info`, `get-endpoints`) to find relevant API reference content.
2. For guide/tutorial content: after using the MCP search tool to find relevant guide pages, fetch the full content by appending .md to the guide URL. For example:
- https://docs.finix.com/guides/getting-started/developer-quickstart.md
- https://docs.finix.com/guides/online-payments/payment-tokenization/tokenization-forms.md
- https://docs.finix.com/guides/payouts/adding-funds.md
3. Always check both the API Reference and Guides for a complete answer.
This lets ChatGPT access Markdown guides and API references via MCP, ensuring complete access to Finix docs.
Try these prompts after activating the connector to confirm it works.
"What authentication method does the Finix API use?"
If ChatGPT responds with precise information about Finix API authentication (Basic Auth with API credentials), the connection is working.
"How do I onboard a seller on Finix?"
If ChatGPT responds with details from the seller onboarding guide (not just API endpoint info), guide access is working correctly.
Once configured, use the connector by asking Finix-related questions naturally in chat conversations.
API Questions:
"What fields are required to create a Transfer?" "How do I tokenize a card with Finix.js?" "What's the difference between a Transfer and an Authorization?"
Integration Help:
"Show me an example of processing a refund." "How do I set up webhooks for payment status updates?" "What are the steps to onboard a seller?"
Troubleshooting:
"What does error code 402 mean?" "What does the RETURNED state mean for a Transfer?" "How do I handle declined payments?"
For best results, follow these tips:
- Be specific - "How do I create a card Authorization?" is better than "How do payments work?".
- Reference API resources - Utilize terms like "Transfer", "Authorization", "Identity", "Merchant" when relevant.
- Ask for examples - "Show me an example of..." prompts ChatGPT to pull code samples from documentation.
- Mention the environment - Specify "Sandbox" or "Production" if it matters for your question.
- Activate the connector each session - Select the Finix connector each time you start a new conversation.
If ChatGPT reports an error when creating the connector:
- Verify you can reach docs.finix.com in a browser.
- Check that Developer Mode is enabled in Settings → Apps & Connectors → Advanced Settings.
- Confirm your plan supports Connectors (Pro, Team, Enterprise, or Edu required).
If the Finix connector does not appear after clicking + in the chat composer:
- Ensure the connector was created successfully in Settings → Connectors.
- Try clicking + → More to see the full list of available connectors.
- Reload the page and try again.
If ChatGPT answers from general knowledge instead of searching Finix documentation:
- Be explicit - Try "Search the Finix documentation for..." in the prompt.
- Check the connector is active - Click + → More to confirm the Finix connector is selected for this chat.
- Start a new conversation - Activate the connector before asking your first question.
If ChatGPT answers with only API endpoint details and misses relevant guide content:
- Add the system prompt - See Enhancing Guide Access above to instruct ChatGPT to fetch guide Markdown pages.
- Ask explicitly - Try "Check the Finix guides for how to..." to direct ChatGPT toward guide content.
The MCP server uses Finix's published documentation. If you find any outdated information:
- Check docs.finix.com for the latest published documentation.
- If you notice a discrepancy, contact the Finix Support Team or your Finix representative for a definitive answer.
The MCP server always shows the latest information from docs.finix.com, which is updated regularly.