---
title: "Croma MCP server | Government data in Claude and ChatGPT"
description: "Connect Claude, ChatGPT or any MCP client to Croma and ask about companies, court cases, sanctions and laws in six countries, backed by the official record."
canonical: https://usecroma.com/en/mcp
lang: en-US
---
# The Croma Claude and ChatGPT connector Connect to government data via the Croma MCP server

233 tools over 88 official sources across 6 countries, on every plan.

- MCP endpoint (Streamable HTTP): https://api.croma.run/mcp
- Server card: https://usecroma.com/.well-known/mcp/server-card.json
- Auth walkthrough for agents: https://usecroma.com/auth.md
- Sign up and connect: https://platform.usecroma.com/mcp
- Read the docs: https://docs.usecroma.com/mcp-server


## Add Croma to your assistant

Works in Claude, ChatGPT, Gemini CLI and any other MCP client, with every answer backed by the official record. Pick yours to set it up.

### Claude

Ask grounded questions over real public records. Claude is Anthropic's AI assistant, available on the web, desktop and mobile, with native support for connectors over MCP.

1. Click “Add to Claude” above, or open Claude → Settings → Connectors → Add custom connector.
2. The name and URL come pre-filled; click Add. (By hand: paste the URL from the Console.)
3. Sign in with Croma when prompted.

https://usecroma.com/en/mcp/claude

### ChatGPT

Add Croma as a connector and query from chat. ChatGPT is OpenAI's AI assistant, with support for custom connectors that bring external tools into the conversation.

1. Open ChatGPT → Settings → Connectors.
2. Add a custom connector and paste the URL from the Console.
3. Sign in with Croma to authorize.

https://usecroma.com/en/mcp/chatgpt

### Houston

Croma data for agents that do real work. Houston is an open source desktop app where people and AI agents work together, with shared agents that learn from your team.

1. Open Houston and go to your agent's settings.
2. Add the Croma MCP server with the URL from the Console.
3. Sign in with Croma to authorize.

https://usecroma.com/en/mcp/houston

### Cursor

Add Croma to your editor in one click. Cursor is an AI code editor with built-in support for MCP servers.

1. Click “Add to Cursor” above, or open Settings → MCP.
2. Confirm the Croma server.
3. Sign in with Croma when prompted.

https://usecroma.com/en/mcp/cursor

### Perplexity

Bring official records into your answers. Perplexity is an AI answer engine that grounds its responses in sources.

1. Open Perplexity → Settings → Connectors.
2. Add a custom MCP connector with the URL from the Console.
3. Sign in with Croma to authorize.

https://usecroma.com/en/mcp/perplexity

### Raycast

Query Croma from anywhere on your Mac. Raycast is a launcher for the Mac with AI and an extension ecosystem.

1. Click “Add to Raycast” above, or open the MCP extension.
2. Confirm the Croma server.
3. Sign in with Croma when prompted.

https://usecroma.com/en/mcp/raycast

### Gemini CLI

Wire Croma into the Gemini CLI. Gemini CLI is Google's open source command line agent for Gemini.

1. Add the server to your Gemini settings.json (see Code).
2. Restart the Gemini CLI.
3. Sign in with Croma when prompted.

https://usecroma.com/en/mcp/gemini

### Zapier

Connect Croma to thousands of apps. Zapier connects thousands of apps with no-code automations.

1. In Zapier, add an MCP server.
2. Paste the URL from the Console.
3. Sign in with Croma to authorize.

https://usecroma.com/en/mcp/zapier

### GitHub Copilot

Use Croma from GitHub Copilot in VS Code. GitHub Copilot is GitHub's AI coding assistant, with MCP support in VS Code.

1. Create a .vscode/mcp.json file (see Code).
2. Start the Croma server from the MCP view.
3. Sign in with Croma when prompted.

https://usecroma.com/en/mcp/copilot

### n8n

Add Croma to your n8n workflows. n8n is an open source workflow automation platform.

1. Add an MCP Client node in n8n.
2. Set the URL from the Console as the endpoint.
3. Sign in with Croma to authorize.

https://usecroma.com/en/mcp/n8n

### Make

Wire Croma into your Make scenarios. Make is a visual automation platform for connecting apps and services.

1. Add an MCP module in Make.
2. Set the URL from the Console as the endpoint.
3. Sign in with Croma to authorize.

https://usecroma.com/en/mcp/make

## Connect to real data. Do real work.

Company registries, court cases, case law, laws, doctrine and sanctions checks, all in your favorite AI chatbot or agent.

### Screening

Sanctions, debts and labour certificates before you onboard a supplier.

- Is this company on the OFAC sanctions list?
- Does this CNPJ have sanctions or tax debts in Brazil?

Sources (United States): OFAC Sanctions
Sources (Brazil): CGU, PGFN, TST, FGTS, IBAMA

### Prospecting

Companies that just raised or filed, ready to call.

- Which Florida companies raised more than $5M in the last 30 days?
- List the private fundraises filed in Miami this month.

Sources (United States): SEC EDGAR

### Regulation

What the gazettes and regulators published, checked against the rules that apply to you.

- What did the DOF publish yesterday?
- Which CNBV rules apply to a fintech taking deposits?

Sources (Mexico): DOF, CNBV

### Due diligence

Who is behind a company, what it owes and what it has signed.

- Look up this NIT in the company registry and pull its latest financials.
- Does this company have open court cases or state contracts?

Sources (Colombia): RUES, Supersociedades, DIAN, Rama Judicial, SECOP

### Procurement

Every public contract a provider has won, and every sanction against it.

- Which public contracts has this provider won this year?
- Has this contractor been sanctioned by a public entity?

Sources (Colombia): SECOP

### Litigation

Follow a case without opening the court portal.

- Summarize the latest filings on this radicado.
- Which court has this case and how do I reach it?

Sources (Colombia): Rama Judicial

### Legal research

Rulings and doctrine with the citations to back them.

- What has the Corte Constitucional said about mínimo vital since 2024?
- Find Consejo de Estado rulings on this topic and summarize them.

Sources (Colombia): Corte Constitucional

## Common questions

**What is the Croma MCP server?**

A server your assistant talks to. Claude, ChatGPT, Cursor or any MCP client connects to it once, and from then on the assistant looks up official records on its own, with every answer backed by the source.

**Which clients work?**

Any client that speaks MCP over HTTP. Claude and Cursor add it in one click, ChatGPT takes it as a connector, and Perplexity, Gemini CLI, GitHub Copilot, n8n and Make follow the steps on their page. Your own agent can call it with an API key.

**How do I sign in?**

With your Croma account. The client opens a Croma sign-in the first time and the session is tied to your organization. Agents and scripts can use an API key from the [console](https://platform.usecroma.com/sign-in) instead.

**Does it cost extra?**

No. The MCP server spends the same credits as the API. Free gives you 5,000 credits a month with no card, a live lookup costs 10 credits and a dataset request costs 1.

**What can it look up?**

233 tools over 88 official sources in 6 countries. Judicial cases, company and vehicle registries, background checks, sanctions, procurement, regulations, gazettes and case law, plus web search and extraction.

**How current are the answers?**

A live lookup queries the official source when the assistant calls it. A dataset request answers from a copy of the whole source that Croma keeps up to date, and every response says how current it is.

[es](https://usecroma.com/es/mcp.md) · [pt](https://usecroma.com/pt/mcp.md)
