Tracxn

Tracxn is a market intelligence platform for private company data, tracking 7.7M+ companies worldwide across 2,000+ sectors, 3K+ feeds and 55K+ taxonomies for venture capital funds, private equity, investment banks, corporate M&A and innovation teams. Alongside the platform it sells Data Solutions for programmatic access: the Tracxn API (JSON over HTTPS at platform.tracxn.com/api/2.2 with companies, investors, funding transactions and acquisition endpoints, plus a rate-limited Playground sandbox), an official Tracxn MCP server for AI assistants such as Claude, ChatGPT and Cursor, scheduled SFTP dumps, and Snowflake and BigQuery data-share integrations. Founded in Bengaluru by Neha Singh and Abhishek Goyal and backed by Accel, Tracxn is listed on the Indian stock exchanges (NSE: TRACXN).

Tracxn publishes 1 API on the APIs.io network. Tagged areas include Company, Cloud Saas, Market Intelligence, Private Markets, and Venture Capital.

Tracxn’s developer surface includes documentation, getting-started guide, pricing, signup flow, support, FAQ, engineering blog, and 27 more developer resources.

39.5/100 thin ▲ 8.9 Agent 31/100 agent aware Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
AccessSelf serve
2 APIs 1 MCP Servers
CompanyCloud SaasMarket IntelligencePrivate MarketsVenture CapitalStartupsCompany DataInvestorsFunding

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 39.5/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 15.7 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 5.8 / 13
Governance 0.4 / 12
Discoverability 8.7 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/tracxn: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Tracxn API

Programmatic access to Tracxn's private-market database. Version 3.0 is current and version 2.2 is formally announced for deprecation. A uniform JSON-over-HTTPS contract: every ...

Tracxn MCP Server

Tracxn's official first-party remote Model Context Protocol server, exposing the private-market database to any MCP-compatible AI client — Claude, ChatGPT, Cursor, Gemini CLI, P...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

tracxn-mcp.yml

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Tracxn Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Tracxn Rate Limits

9 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Tracxn Authentication

apiKey/oauth2 · 2 schemes

SECURITY

Tracxn Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Tracxn Scopes

OAuth 2.0 · no documented scopes

0 scopes

SCOPES

Resources

Get Started 5

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 5

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: tracxn
name: Tracxn
description: 'Tracxn is a market intelligence platform for private company data, tracking 7.7M+ companies worldwide across
  2,000+ sectors, 3K+ feeds and 55K+ taxonomies for venture capital funds, private equity, investment banks, corporate M&A
  and innovation teams. Alongside the platform it sells Data Solutions for programmatic access: the Tracxn API (JSON over
  HTTPS at platform.tracxn.com/api/2.2 with companies, investors, funding transactions and acquisition endpoints, plus a rate-limited
  Playground sandbox), an official Tracxn MCP server for AI assistants such as Claude, ChatGPT and Cursor, scheduled SFTP
  dumps, and Snowflake and BigQuery data-share integrations. Founded in Bengaluru by Neha Singh and Abhishek Goyal and backed
  by Accel, Tracxn is listed on the Indian stock exchanges (NSE: TRACXN).'
url: https://raw.githubusercontent.com/api-evangelist/tracxn/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- accel
x-tier: enriched
x-tier-reason: portfolio-lead
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.20'
image: https://avatars.githubusercontent.com/u/12694738?v=4
created: '2026-07-17'
modified: '2026-08-14'
tags:
- Company
- Cloud Saas
- Market Intelligence
- Private Markets
- Venture Capital
- Startups
- Company Data
- Investors
- Funding
apis:
- name: Tracxn API
  description: 'Programmatic access to Tracxn''s private-market database. Version 3.0 is current and version 2.2 is formally
    announced for deprecation. A uniform JSON-over-HTTPS contract: every data endpoint is a POST taking the same four-key
    body (filter, sort, from, size) with no path or query parameters, across companies, funding rounds, acquisitions, IPOs,
    investors, the two-level sector taxonomy (practice areas and feeds), eleven financial and employee time-series metrics,
    and four aggregation endpoints. Authenticates with an account-scoped token in the `accessToken` header; tokens are environment-specific
    and issued under Data Solutions > API & Developer Tools. `size` defaults to and maxes at 20, so pagination is mandatory,
    and billing is metered per entity returned. A free Playground environment scoped to the Cybersecurity feed is available
    for evaluation. Tracxn publishes no OpenAPI; the machine-readable contract is its official public Postman workspace.'
  humanURL: https://w.tracxn.com/api-developers-page
  baseURL: https://platform.tracxn.com/api/3.0
  tags:
  - Companies
  - Investors
  - Funding Rounds
  - Acquisitions
  - IPOs
  - Market Intelligence
  properties:
  - type: Documentation
    url: https://platform.tracxn.com/a/api/gettingstarted/apibasics
  - type: APIReference
    url: https://www.postman.com/tracxnapi/tracxn-api/folder/gg9mglv/companies-search-3-0
  - type: Postman
    url: https://www.postman.com/tracxnapi/tracxn-api/overview
  - type: Sandbox
    url: sandbox/tracxn-sandbox.yml
  - type: RateLimits
    url: rate-limits/tracxn-rate-limits.yml
  - type: ErrorCatalog
    url: errors/tracxn-problem-types.yml
- name: Tracxn MCP Server
  description: 'Tracxn''s official first-party remote Model Context Protocol server, exposing the private-market database
    to any MCP-compatible AI client — Claude, ChatGPT, Cursor, Gemini CLI, Perplexity, or anything built on the MCP SDK. Eleven
    documented tools cover companies, legal entities, funding rounds, acquisitions, investors, IPO events, time series, locations
    and sectors, plus entity resolution from a company website to Tracxn''s internal id and a prompt-template loader. It is
    a hosted URL rather than an installable package: a client is pointed at the endpoint and the end user authenticates through
    browser OAuth 2.1 with PKCE and dynamic client registration, under a single `read` scope. RFC 8414 and RFC 9728 discovery
    metadata are served, so a generic client needs no Tracxn-specific configuration. Requires an active subscription with
    MCP access; metered at one credit per result.'
  humanURL: https://help.tracxn.com/en/articles/14686877-what-is-tracxn-mcp
  baseURL: https://platform.tracxn.com/mcp
  tags:
  - MCP
  - AI Agents
  - Market Intelligence
  - Company Data
  properties:
  - type: MCPServer
    url: mcp/tracxn-mcp.yml
  - type: ToolCrosswalk
    url: mcp/tracxn-tool-crosswalk.yml
  - type: OAuthScopes
    url: scopes/tracxn-scopes.yml
  - type: Documentation
    url: https://help.tracxn.com/en/articles/15131870-available-data-tools-with-tracxn-mcp
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/tracxn-domain-security.yml
- type: Website
  url: https://tracxn.com
- type: DeveloperPortal
  url: https://w.tracxn.com/api-developers-page
- type: Documentation
  url: https://platform.tracxn.com/a/api/gettingstarted/apibasics
- type: GettingStarted
  url: https://platform.tracxn.com/a/api/gettingstarted/apibasics
- type: Pricing
  url: https://tracxn.com/pricing
- type: SignUp
  url: https://tracxn.com/signup
- type: Login
  url: https://tracxn.com/login
- type: TermsOfService
  url: https://tracxn.com/termsofuse
- type: PrivacyPolicy
  url: https://tracxn.com/privacypolicy
- type: Support
  url: https://help.tracxn.com/en/
- type: ContactUs
  url: https://tracxn.com/contactus
- type: FAQ
  url: https://w.tracxn.com/faqs
- type: Blog
  url: https://tracxn.com/p/media
- type: GitHubOrganization
  url: https://github.com/tracxn
- type: Postman
  url: https://www.postman.com/tracxnapi/tracxn-api/overview
- type: MCPServer
  url: mcp/tracxn-mcp.yml
- type: LLMsTxt
  url: llms/tracxn-llms.txt
- type: Authentication
  url: authentication/tracxn-authentication.yml
- type: Sandbox
  url: sandbox/tracxn-sandbox.yml
- type: Conventions
  url: conventions/tracxn-conventions.yml
- type: ErrorCatalog
  url: errors/tracxn-problem-types.yml
- type: Lifecycle
  url: lifecycle/tracxn-lifecycle.yml
- type: Conformance
  url: conformance/tracxn-conformance.yml
- type: DataModel
  url: data-model/tracxn-data-model.yml
- type: ToolCrosswalk
  url: mcp/tracxn-tool-crosswalk.yml
- type: OAuthScopes
  url: scopes/tracxn-scopes.yml
- type: WellKnown
  url: well-known/tracxn-well-known.yml
- type: RateLimits
  url: rate-limits/tracxn-rate-limits.yml
- type: Plans
  url: plans/tracxn-plans-pricing.yml
- type: Packages
  url: packages/tracxn-packages.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Deprecation
  url: lifecycle/tracxn-lifecycle.yml
- type: APIReference
  url: https://www.postman.com/tracxnapi/tracxn-api/folder/gg9mglv/companies-search-3-0
x-enrichment:
  date: '2026-08-14'
  status: enriched
  artifacts_added: 15
  pass: local-v1