Skip to main content
Our Model Context Protocol (MCP) server enables AI models and agents to seamlessly access Token Terminal’s standardized onchain data through a secure, standardized interface. The MCP server integrates natively with ChatGPT,Claude, Cursor, and other compatible clients. Token Terminal’s MCP server is centrally hosted and managed, following the authenticated remote MCP specification. The server provides tools for querying and analyzing Token Terminal data including projects, metrics, financial statements, and market sectors — with additional functionality being continuously added based on user feedback.
To use the MCP server, you’ll need an active Token Terminal API plan. If you don’t have API access, contact our team at sales@tokenterminal.xyz.

1. Use with Claude

  1. Open Claude Desktop and go to Settings (gear icon in the bottom left)
  2. Navigate to the “Developers” tab
  3. Click “Edit Config” to open your MCP configuration file
  4. Add the Token Terminal MCP server configuration:
     {
       "mcpServers": {
         "token-terminal": {
           "command": "npx",
           "args": ["-y", "mcp-remote@latest", "https://mcp.tokenterminal.net/mcp"]
         }
       }
     }
    
  5. Save the configuration file and restart Claude Desktop
  6. The Token Terminal MCP server will open up a new browser tab to authenticate with Token Terminal.
  7. Login with your Google account connected to your Token Terminal account.
  8. The Token Terminal MCP server should now be available in your Claude conversations
Learn more about how to connect remote MCP servers in the Anthropic documentation.

2. Use with ChatGPT

MCP connectors are currently only available for the Pro tier or higher with ChatGPT. You will need admin access to your team account in order to turn on developer mode.
  1. Open ChatGPT and go to Settings by clicking on the user name in the bottom left cornder.
  2. Navigate to “Apps & Connectors” in the left sidebar
  3. Scroll to the bottom and click “Advanced” and enable “Developer mode”. Learn more about how to enable developer mode in the OpenAI documentation.
  4. Back in the Connectors tab, click “Create” in the top right
  5. Add a name “Token Terminal” and add a description
  6. Add the following URL as the MCP Server URL: https://mcp.tokenterminal.net/mcp
  7. Accept the warnign message at the bottom and click “Create”
  8. The Token Terminal MCP server will open up a new browser tab to authenticate with Token Terminal.
  9. Login with your connected Token Terminal account.
  10. Now in ChatGTP conversation, you can click the ”+” icon, select “More”, and select “Token Terminal” to start using the MCP server.
Learn more about connectors and ChatGPT in the OpenAI documentation.`

3. Use with Cursor

  1. Open Cursor and go to Settings under the gear icon in the top right or in the Cursor menu item.
  2. Navigate to “Tools & MCP” in the left sidebar
  3. Click “Add new MCP Server”
  4. Add the Token Terminal MCP server configuration to the mcp.json file:
     {
       "mcpServers": {
         "token-terminal": {
           "command": "npx",
           "args": ["-y", "mcp-remote@latest", "https://mcp.tokenterminal.net/mcp"]
         }
       }
     }
    
  5. Save and close the mcp.json file.
  6. The Token Terminal MCP server will open up a new browser tab to authenticate with Token Terminal.
  7. Login with your connected Token Terminal account.
  8. The Token Terminal MCP server should now be available in your Cursor conversations

4. Use with other clients

You should be able to use the MCP server with any client that supports MCP using settings similar to those used with Claude or Cursor. Reach out to our team if you have any questions about using the MCP server with your client.