Tracxn MCP Server
Enables configuration of the server through environment variables, particularly for storing and accessing the Tracxn API key securely.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tracxn MCP Serverget details about Stripe's latest funding round"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Beyond MCP Server
Setup
Clone the repository:
git clone <repository-url> cd tracxn-mcpInstall dependencies:
npm installCreate a
.envfile:cp .env.example .envAdd your Tracxn API key to the
.envfile:TRACXN_API_KEY=your_api_key_here
Running the Server
Development mode:
npm run devProduction mode:
npm run build
npm startThe 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 companyMore 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides LLMs with access to Valyu's knowledge retrieval and feedback APIs for searching proprietary/web sources and submitting transaction feedback.2MIT
- AlicenseCqualityDmaintenanceAn extensible Model Context Protocol server that provides standardized access to social platform data (currently Farcaster) and onchain data for LLMs.1013MIT

ZenML MCP Serverofficial
AlicenseBqualityBmaintenanceA server implementing Model Context Protocol that enables LLMs to interact with the ZenML platform, providing access to pipeline data, stack information, and the ability to trigger new pipeline runs.4549MIT- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that provides access to Crunchbase data for AI assistants. This server allows AI assistants to search for companies, get company details, funding information, acquisitions, and people data from Crunchbase.516MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP (Model Context Protocol) server for Appwrite
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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