Enables configuration of the server through environment variables, particularly for storing and accessing the Tracxn API key securely.
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
- Clone the repository:
- Install dependencies:
- Create a
.env
file: - Add your Tracxn API key to the
.env
file:
Running the Server
Development mode:
Production mode:
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
This server cannot be installed
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.
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -1077PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.Last updated -7331MIT License
- -securityAlicense-qualityA 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 -5PythonApache 2.0
- -securityFlicense-qualityA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.Last updated -9TypeScript