Skip to main content
The Tight Model Context Protocol (MCP) server provides a set of tools that AI agents can use to interact with the Tight API. You can use the MCP tools as a developer embedding Tight into your product, as a business owner looking for financial insights, or as your platform seeking to perform comparative analytics across all businesses on your platform.

Connect to Tight’s MCP Server

Connect your existing AI chat interface

The Tight MCP server allows you to easily connect your product’s existing AI chat interface by accepting the standard Authorization header on any request. Simply generate an access token and pass this on all requests to the Tight MCP server.

Connect as a bookkeeper or support agent

Configure your AI tool to point at the Tight MCP server using the parameters below. After you finish setup, your tool walks you through the OAuth flow to sign in and grant access.
For Claude Pro, Max, Team, or Enterprise users, add Tight as a custom connector. To learn more, see the Claude documentation.In the Claude desktop or web app, go to Settings > Connectors > Add custom connector and use the following parameters:
  • Remote MCP server URL: https://mcp.tight.com for production or https://mcp.sandbox.tight.com for sandbox
  • Connection mechanism: OAuth

Connect as a developer

Register the Tight MCP server with your development tool using the configuration below. Once registered, your tool prompts you through the OAuth flow to sign in and grant access.
Execute the following command to register the Tight MCP server. To learn more, see the Claude Code documentation.
claude mcp add-json tight '{"type":"http","url":"https://mcp.tight.com/"}'

Authenticate with OAuth

Once you attempt to connect, you are presented with a standard OAuth flow. Sign in with your email and password to authenticate. Tight MCP OAuth login screen
If you do not yet have a password, select the option to email yourself a link to set one, then return to the login screen to sign in.
After authenticating, you are asked to grant access. Choose the level of access to grant the connection:
  • Read-only: The connection can view your data but cannot make changes.
  • Read and write: The connection can both view your data and make changes on your behalf.
Tight MCP consent screen for selecting read-only or read and write access

Tools

Once connected, you can now interact with the Tight API using your AI tool of choice. The Tight MCP server exposes a variety of MCP tools grouped by domain area. Review the specific tools for each below: