> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usecroma.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> The Croma API in one page: court cases, criminal records, company registries, vehicles and laws from 36 official sources in Colombia, Peru and Mexico.

Croma is an API for government data. Court cases, criminal records, company
registries, vehicle records, laws: 36 sources across Colombia, Peru, and
Mexico, plus global web tools. Every endpoint takes the same key, returns the
same JSON shape, and is also a tool on the [MCP server](/mcp-server).

## What you can query

Missing a source? Ask for it in our
[WhatsApp community](https://chat.whatsapp.com/KjvKXdPgbhm2mYqymm8aEp?mode=gi_t).

<CardGroup cols={2}>
  <Card title="Colombia" icon="flag" href="/guides/colombia/rama-judicial">
    21 sources: courts & litigation, background checks, companies & tax,
    public procurement, vehicles & transit.
  </Card>

  <Card title="Peru" icon="flag" href="/guides/peru/sunat">
    8 sources: taxpayer and identity lookups, vehicle and transit records.
  </Card>

  <Card title="México" icon="flag" href="/guides/mexico/dof">
    7 sources: laws & regulation, courts & prosecutors, and the business
    directory.
  </Card>

  <Card title="Global" icon="globe" href="/guides/global/web-search">
    AI-powered web search, page extraction, structured generation, and cited
    research.
  </Card>
</CardGroup>

## Start building

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get a key and make your first call in three steps.
  </Card>

  <Card title="MCP server" icon="plug" href="/mcp-server">
    Connect any MCP client to every Croma tool.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Full endpoint reference with a playground.
  </Card>
</CardGroup>
