MCP.so
ログイン

Tracxn MCP Server

@vatsal191201

Tracxn MCP Server について

A Model Control Protocol (MCP) server implementation for interacting with the Tracxn API

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

vatsal191201

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "tracxn-mcp": {
      "command": "python",
      "args": [
        "tracxn_server.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Tracxn MCP Server?

Tracxn MCP Server is a Model Context Protocol (MCP) server implementation that enables AI models to access the Tracxn API, providing comprehensive data on companies, investors, funding transactions, and market intelligence.

How to use Tracxn MCP Server?

Install Python dependencies (Python 3.8+ required), set the TRACXN_ACCESS_TOKEN environment variable with your Tracxn API token, and run python tracxn_server.py. The server exposes tools such as search_companies, company_lookup, search_transactions, search_investors, and search_acquisitions for querying Tracxn data.

Key features of Tracxn MCP Server

  • Search companies by sector, name, or domain
  • Filter by funding amounts, location, and founding year
  • Detailed company profiles with funding history
  • Search funding rounds and transactions
  • Explore practice areas, business models, and industry feeds
  • Debug and diagnose API requests

Use cases of Tracxn MCP Server

  • AI agents performing company and investor research
  • Automated market intelligence and sector analysis
  • Finding companies within specific funding ranges
  • Searching for recent funding rounds and acquisition deals
  • Exploring industry feeds and business model categories

FAQ from Tracxn MCP Server

What data sources does Tracxn MCP Server connect to?

It connects to the Tracxn API v2.2, using either the playground environment (https://platform.tracxn.com/api/2.2/playground) or the production environment (https://platform.tracxn.com/api/2.2).

What are the runtime requirements?

Python 3.8 or higher and a valid Tracxn API access token set as the TRACXN_ACCESS_TOKEN environment variable.

What limits does the server have?

Maximum of 20 results per request; rate limiting applies to API calls; some sectors require specific access permissions; sort fields must be formatted correctly.

How are API errors handled?

The server maps HTTP status codes: 200 (Success), 400 (Bad Request), 401 (Authentication Issue), 403 (Unauthorized/Credit Limit Exceeded), 404 (Not Found), 429 (Rate Limit Exceeded), and 500 (Internal Server Error).

How can I debug API issues?

Use the built-in debug_api_call and diagnose_api_request tools to troubleshoot API request formatting and response issues.

コメント

「その他」の他のコンテンツ