Skip to content
Dashboard

MCP overview

The Trace MCP server lets AI agents and assistants — Claude, Cursor, VS Code, ChatGPT, and any other Model Context Protocol client — query Trace’s technographic and vendor intelligence as tools. Instead of calling the REST API by hand, your agent connects once and can look up a company’s tech stack, find who uses a given technology, explore partnership graphs, generate lookalike target lists, and build saved company lists — all in natural language.

Setting Value
Server URL https://mcp.tracedata.ai/mcp
Transport Streamable HTTP
Auth OAuth 2.1 + PKCE with Dynamic Client Registration (DCR), via Auth0

Most MCP clients handle the OAuth handshake for you: you point the client at the server URL, it discovers the authorization server, registers itself dynamically, and opens a browser window for you to sign in. After you approve, the client stores the access token and attaches it on every request.

This is the important difference from the REST API’s “try it” console, where you can paste an API key. There is no anonymous access and no API-key field. You connect with your own Trace user account through OAuth, the same login you use for the web app. Two hard requirements:

  • A signed-in Trace user. The server only accepts a real Trace account signed in through OAuth. There is no shared key, no token to paste.
  • A verified email. Tokens for users whose email isn’t verified are rejected at the door (you’ll get a 401), so confirm your email before connecting.

MCP is available on every plan. There is no plan gate — no tool is locked behind a higher tier. Any organization with a verified email and accepted Terms can connect and use the full tool set. Plans differ only by the number of credits they grant each month; what limits usage is your credit balance, not your plan.

Tools that return company records draw credits on the mcp channel — a flat 1 credit per net-new company record returned. A company you’ve already unlocked stays free on re-access for 30 days, so paging through the same results or re-querying a recent company costs nothing extra. When your balance can’t cover a request, the tool returns a credit_exhausted error instead of the data. See Credits for how the credit system works.

Pick your client and follow its guide. Each one walks through the OAuth sign-in and where to put the server URL: