# com.datocapital/api (remote · mcp.datocapital.com)

Official company and director data: search, profiles, filings, and name normalization.

- Trust score: 36/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-23

## Components

- remote · `mcp.datocapital.com`: 36/100 (this document), [markdown](https://verifymcp.io/servers/com-datocapital-api/mcp.md), [page](https://verifymcp.io/servers/com-datocapital-api/mcp)

## Channel facts

- Endpoint: `https://mcp.datocapital.com/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-23.

- **Endpoint Security**: 91/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - The endpoint enforces authorisation, advertised via RFC 9728 protected-resource metadata.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 0/100
  - Transport blocked by authentication: the endpoint requires auth we don't have to verify streamable-http.
- **Schema Quality & AI Usability**: 0/100
  - Schema blocked by authentication: the endpoint requires auth we don't have to read it.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage blocked by authentication: the endpoint requires auth we don't have to read its tools.
- **Capabilities**: 0/100
  - Capabilities blocked by authentication: the endpoint requires auth we don't have to read them.

**Unverified: 5 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the com.datocapital/api MCP server?

com.datocapital/api is a hosted endpoint at https://mcp.datocapital.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-datocapital-api 'https://mcp.datocapital.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-datocapital-api": {
      "url": "https://mcp.datocapital.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-datocapital-api": {
      "type": "http",
      "url": "https://mcp.datocapital.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-datocapital-api]
url = "https://mcp.datocapital.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-datocapital-api": {
      "type": "remote",
      "url": "https://mcp.datocapital.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-datocapital-api --url 'https://mcp.datocapital.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-datocapital-api:
    url: "https://mcp.datocapital.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-datocapital-api": {
      "Transport": "http",
      "Url": "https://mcp.datocapital.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-datocapital-api -t streamable-http -u 'https://mcp.datocapital.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-datocapital-api": {
      "type": "http",
      "url": "https://mcp.datocapital.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 36, 0)

- [security regression] Endpoint reachability: reachable → behind authorisation

### 2026-08-19 (score 36)

First indexed and scored.

## MCP tools (11)

### `search_companies` (~231 tokens)

Search companies

Search legal entities by free text and structured filters. Returns a page of companies with opaque cursors for pagination. Give cif together with country for a direct registry-number lookup.

Input parameters:

- `cif` (string): National company number. Combine with country.
- `company_type_code` (string): Legal-form code, for example SL, SA, LTD. Comma-separated.
- `country` (string): ISO-3166 alpha-2 country code. Comma-separated for multiple values.
- `cursor` (string): Opaque cursor from the previous page. Omit for the first page.
- `incorporation_from` (string): ISO date. Only companies incorporated on or after this date.
- `incorporation_to` (string): ISO date. Only companies incorporated on or before this date.
- `page_size` (integer): Results per page. Default 25.
- `q` (string): Free-text search across names, alternate names, and identifiers.
- `sort` (string): name or incorporation_date. Prefix with - for descending.
- `status` (string): Comma-separated: active, dissolved, liquidation, inactive.

### `get_company` (~92 tokens)

Get company

Fetch one company by its DatoCapital company id (uec). Use expand to include related data in one call.

Input parameters:

- `expand` (string): Comma-separated related data to include, for example filings.
- `language` (string): Label language, for example en or es. Default en.
- `uec` (string, required): DatoCapital company id, as returned by search_companies or resolve_company_number.

### `resolve_company_number` (~72 tokens)

Resolve a national company number

Look up one company directly by country and national company number. Use this when you already know the official registry number.

Input parameters:

- `company_number` (string, required): The national company number, for example a Spanish CIF.
- `country` (string, required): ISO-3166 alpha-2 country code, for example ES or NL.

### `get_company_filings` (~191 tokens)

Get company filings

List filings recorded against one company: registry acts, financial statements, gazette notices, and more. Newest first by default.

Input parameters:

- `category_global` (string): Comma-separated: registry, financials, tax, trademarks, notices.
- `cursor` (string): Opaque cursor from the previous page. Omit for the first page.
- `filed_from` (string): ISO date. Only filings on or after this date.
- `filed_to` (string): ISO date. Only filings on or before this date.
- `kind_code` (string): Comma-separated specific filing-kind codes.
- `kind_group` (string): Comma-separated filing-kind group codes.
- `language` (string): Label language, for example en or es. Default en.
- `page_size` (integer): Results per page. Default 50.
- `uec` (string, required): DatoCapital company id.

### `get_company_report_availability` (~64 tokens)

Get company report availability

Show which commercial reports and certificates DatoCapital can deliver for one company, with delivery mode and price information.

Input parameters:

- `language` (string): Label language, for example en or es. Default en.
- `uec` (string, required): DatoCapital company id.

### `normalize_company_name` (~82 tokens)

Normalize a company name

Clean a free-text company name: detect and split the legal form, and return a normalized name suitable for matching and deduplication. Give a country for country-specific legal-form detection.

Input parameters:

- `country` (string): ISO-3166 alpha-2 country code, for example ES or NL.
- `name` (string, required): The free-text company name to normalize.

### `search_individuals` (~134 tokens)

Search individuals

Search natural persons who hold or held positions in companies, such as directors and officers.

Input parameters:

- `country` (string): ISO-3166 alpha-2 country code. Comma-separated for multiple values.
- `cursor` (string): Opaque cursor from the previous page. Omit for the first page.
- `dob_year` (integer): Year of birth.
- `page_size` (integer): Results per page. Default 25.
- `position_kind` (string): Filter by role kind, for example director.
- `q` (string): Free-text name search.
- `sort` (string): Allowed: name.

### `get_individual` (~81 tokens)

Get individual

Fetch one individual by DatoCapital person id. Use expand=positions to include the roles this person holds across companies.

Input parameters:

- `expand` (string): Allowed: positions.
- `id` (string, required): DatoCapital person id, as returned by search_individuals.
- `language` (string): Label language, for example en or es. Default en.

### `suggest_names` (~88 tokens)

Autocomplete names

Fast autocomplete for company or individual names. Use it to resolve a partial name before a full search.

Input parameters:

- `country` (string): ISO-3166 alpha-2 country code. Comma-separated for multiple values.
- `kind` (string, required): What to autocomplete.
- `max_results` (integer): Default 10.
- `q` (string, required): The partial name. At least 2 characters.

### `list_countries` (~25 tokens)

List covered countries

List the countries DatoCapital has company data for, with native-language names.

### `whoami` (~28 tokens)

Show caller identity

Show the account behind the API key in use, with plan information. Use it to verify credentials.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-datocapital-api/mcp#diagnostics

## Score history

- 2026-08-23: 36
- 2026-08-22: 36
- 2026-08-21: 36
- 2026-08-20: 36
- 2026-08-19: 36

## Common questions

### What is the com.datocapital/api MCP server?

com.datocapital/api is an MCP server listed in the public MCP registry as com.datocapital/api. Official company and director data: search, profiles, filings, and name normalization. This page covers its hosted endpoint (https://mcp.datocapital.com/mcp).

### Is the com.datocapital/api MCP server safe to use?

com.datocapital/api scores 36 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the com.datocapital/api MCP server expose?

com.datocapital/api exposes 11 tools: search_companies, get_company, resolve_company_number, get_company_filings, get_company_report_availability, and 6 more. Their descriptions and schemas cost roughly 1,088 tokens of context every time the server is loaded.

### Does the com.datocapital/api MCP server require authentication?

Yes. com.datocapital/api asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the com.datocapital/api MCP server still maintained?

com.datocapital/api is still listed as active in the MCP registry. We last reached this channel on 23 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.datocapital.com/mcp
- Authorisation metadata: https://mcp.datocapital.com/.well-known/oauth-protected-resource/mcp
- Website: https://api.datocapital.com/v3/docs
- Changelog RSS feed: https://verifymcp.io/servers/com-datocapital-api/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-datocapital-api/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-datocapital-api/mcp
