Skip to main content
Glama

Tracxn MCP Server

by pHequals7

Tracxn MCP Server

A Model Context Protocol (MCP) server that wraps the Tracxn REST API, providing a standardized interface for LLMs to interact with Tracxn data.

Prerequisites

  • Node.js 20 or higher
  • Tracxn API key

Setup

  1. Clone the repository:
    git clone <repository-url> cd tracxn-mcp
  2. Install dependencies:
    npm install
  3. Create a .env file:
    cp .env.example .env
  4. Add your Tracxn API key to the .env file:
    TRACXN_API_KEY=your_api_key_here

Running the Server

Development mode:

npm run dev

Production mode:

npm run build npm start

The server will start on port 3000 by default. You can change this by setting the PORT environment variable.

Available Tools

  • get_company: Fetch detailed information about a company
  • More tools will be added based on Tracxn API endpoints

Resources

  • tracxn_raw: Access raw JSON data from any Tracxn API endpoint (read-only)

Error Handling

The server includes:

  • Rate limiting with exponential backoff and jitter
  • Error classification for common HTTP status codes
  • Proper error propagation to clients

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

A Model Context Protocol server that wraps the Tracxn REST API, providing a standardized interface for LLMs to access and interact with Tracxn company data.

  1. Prerequisites
    1. Setup
      1. Running the Server
        1. Available Tools
          1. Resources
            1. Error Handling
              1. License

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  A Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
                  Last updated -
                  10
                  77
                  Python
                  MIT License
                • -
                  security
                  A
                  license
                  -
                  quality
                  A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
                  Last updated -
                  733
                  1
                  MIT License
                  • Apple
                • -
                  security
                  A
                  license
                  -
                  quality
                  A Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.
                  Last updated -
                  5
                  Python
                  Apache 2.0
                • -
                  security
                  F
                  license
                  -
                  quality
                  A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
                  Last updated -
                  9
                  TypeScript
                  • Apple
                  • Linux

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/pHequals7/tracxn-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server