Skip to main content
The Fintoc Model Context Protocol (MCP) server provides a set of tools that AI agents can use to interact with the Fintoc API and search Fintoc’s knowledge base (including documentation). Before you connect, you need an active Fintoc account (test or live) and a supported client: Claude, ChatGPT, Cursor, VS Code, or Claude Code.

Connect to Fintoc’s MCP server

Custom connectors work on Claude (web, desktop, mobile, and Cowork) on every plan: Free, Pro, Max, Team, and Enterprise. For configuration options, see the Claude documentation.Team / Enterprise:
  1. An Owner must add it first in Organization settings → Connectors (Add → Custom → Web).
  2. Go to Customize → Connectors.
  3. Find the Fintoc custom connector your Owner added and click Connect.
Pro / Max / Free:
  1. Go to Customize → Connectors.
  2. Click ”+” then Add custom connector.
  3. Enter the server URL https://mcp.fintoc.com.
  4. Click Add, then connect and authenticate via OAuth.
Enable per conversation via the ”+” button in chat → Connectors.
When the client opens the connection, Fintoc shows a consent screen. Authorize on the consent screen and pick the scopes you want to grant to your MCP session. A token operates in live mode only.

Tools

We recommend enabling human confirmation for tools. Use caution when you run the Fintoc MCP with other servers to avoid prompt injection attacks. To request more tools or share feedback, email Fintoc’s team at mcp@fintoc.com. The server exposes the following MCP tools: Other tools
  • fetch_resource: Polymorphic lookup of any Fintoc resource by its id
  • feedback: Report a blocker or unexpected behavior back to the Fintoc team

Connect to the Fintoc Docs MCP server

The docs server lets an agent answer questions about the Fintoc API by querying the documentation. Use it when you want code samples, endpoint lookups, or explanations without leaving your editor.
Add the following to your ~/.cursor/mcp.json file. For configuration options, see the Cursor documentation.