# Venture Atlas (remote · www.ventureatlas.org)

Sourced data on 95+ frontier-industry companies: profiles, dated milestones, funding, daily news.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `www.ventureatlas.org`: 66/100 (this document), [markdown](https://verifymcp.io/servers/org-ventureatlas-venture-atlas/api-mcp.md), [page](https://verifymcp.io/servers/org-ventureatlas-venture-atlas/api-mcp)

## Channel facts

- Endpoint: `https://www.ventureatlas.org/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.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-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 547 tokens (~136/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http org-ventureatlas-venture-atlas https://www.ventureatlas.org/api/mcp
```

### Codex

```toml
[mcp_servers.org-ventureatlas-venture-atlas]
url = "https://www.ventureatlas.org/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-ventureatlas-venture-atlas": {
      "type": "remote",
      "url": "https://www.ventureatlas.org/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add org-ventureatlas-venture-atlas --url https://www.ventureatlas.org/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  org-ventureatlas-venture-atlas:
    url: "https://www.ventureatlas.org/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "org-ventureatlas-venture-atlas": {
      "type": "http",
      "url": "https://www.ventureatlas.org/api/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-02 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 65, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 66, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-29 (score 65)

First indexed and scored.

## MCP tools (4)

### `search_companies` (~110 tokens)

Search the companies tracked by Venture Atlas by free text and/or industry. Matches company name, summary, product names, CEO, headquarters and industry names. Returns slim records with a trimmed brief; call get_company for the full profile. Omit `query` to list every company in an industry.

Input parameters:

- `industry` (string): Industry slug to filter by.
- `limit` (integer): Maximum companies to return.
- `query` (string): Free-text query. Omit to list companies without text filtering.

### `get_company` (~117 tokens)

Full Venture Atlas profile for one company: summary, key metrics, forward-looking next steps with target dates, resolved milestone history with hit/slipped/missed outcomes, timeline, funding rounds and total, products, subsidiaries, and its news. Every field carries the source URL it came from.

Input parameters:

- `includeOverview` (boolean): Inline the long-form editorial overview when one exists. Large; off by default.
- `slug` (string, required): Company slug, for example "spacex" or "form-energy". Use search_companies to find it.

### `list_upcoming_milestones` (~131 tokens)

Announced, still-upcoming milestones with target dates across all tracked companies, soonest first. This is the forward-looking view: what each company has committed to next and by when, with the source for the commitment and that company's track record on past announcements. Filter by company or industry.

Input parameters:

- `company` (string): Company slug to filter by.
- `includeUndated` (boolean): Include milestones whose target has no parseable time signal ("Ongoing"). They sort last.
- `industry` (string): Industry slug to filter by.
- `limit` (integer): Maximum milestones to return.

### `latest_news` (~103 tokens)

The Venture Atlas daily news digest, newest first. Each item is a sourced two-to-three-sentence summary of a material development (launch, funding round, regulatory milestone, contract, incident) with the companies it involves. Filter by company or by date.

Input parameters:

- `company` (string): Company slug to filter by.
- `limit` (integer): Maximum news items to return.
- `since` (string): Only items dated on or after this ISO date (YYYY-MM-DD).

## Diagnostics

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

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 65
- 2026-07-31: 65
- 2026-07-30: 66
- 2026-07-29: 65

## Links

- Remote endpoint: https://www.ventureatlas.org/api/mcp
- Website: https://www.ventureatlas.org/
- Changelog RSS feed: https://verifymcp.io/servers/org-ventureatlas-venture-atlas/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/org-ventureatlas-venture-atlas/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/org-ventureatlas-venture-atlas/api-mcp
