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

Connect to Fintoc’s MCP server

Claude supports custom connectors on the web, desktop, mobile, and Cowork. Custom connectors are available on the Free, Pro, Max, Team, and Enterprise plans. For configuration options, see the Claude documentation.Team / Enterprise:
  1. An Owner must first add the connector 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 the connector for each conversation from the ”+” button in chat → Connectors.
When the client opens the connection, Fintoc shows a consent screen. Authorize the connection and select the scopes to grant to your MCP session. A token operates only in live mode.

Tools

We recommend enabling human confirmation before tools run. Use caution when you run the Fintoc MCP server 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: Looks up any Fintoc resource by its id.
  • feedback: Reports a blocker or unexpected behavior 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.