# global.rootz.origin/filings (remote · origin.rootz.global)

SEC-signed profiles for 8,000+ US public companies from EDGAR filings. Token-efficient.

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

## Components

- remote · `origin.rootz.global`: 61/100 (this document), [markdown](https://verifymcp.io/servers/global-rootz-origin-filings/origin.md), [page](https://verifymcp.io/servers/global-rootz-origin-filings/origin)

## Channel facts

- Endpoint: `https://origin.rootz.global/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.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**: 60/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 9 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.
  - 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.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 515 tokens (~57/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 91/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 73% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http global-rootz-origin-filings https://origin.rootz.global/mcp
```

### Codex

```toml
[mcp_servers.global-rootz-origin-filings]
url = "https://origin.rootz.global/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "global-rootz-origin-filings": {
      "type": "remote",
      "url": "https://origin.rootz.global/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add global-rootz-origin-filings --url https://origin.rootz.global/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  global-rootz-origin-filings:
    url: "https://origin.rootz.global/mcp"
```

### Other

```json
{
  "mcpServers": {
    "global-rootz-origin-filings": {
      "type": "http",
      "url": "https://origin.rootz.global/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 61, +1)

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

### 2026-07-31 (score 60, +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 59)

First indexed and scored.

## MCP tools (9)

### `origin_company` (~59 tokens)

Look up a US public company by ticker. SEC-verified, ~200 tokens. Use this FIRST for any company query.

Input parameters:

- `ticker` (string, required): Stock ticker (e.g. AAPL, MSFT, WAVX) or CIK number

### `origin_profile` (~29 tokens)

Full company profile: people, products, partnerships. ~800 tokens.

Input parameters:

- `ticker` (string, required)

### `origin_timeline` (~29 tokens)

Quarter-by-quarter history from SEC filings. ~2000 tokens.

Input parameters:

- `ticker` (string, required)

### `origin_person` (~24 tokens)

Career path across US public companies.

Input parameters:

- `name` (string, required): Person name

### `origin_search` (~26 tokens)

Cross-company search by keyword, technology, or person.

Input parameters:

- `query` (string, required)

### `origin_filings` (~44 tokens)

SEC filing index with EDGAR links.

Input parameters:

- `form` (string): Optional: 10-K, 10-Q, 8-K
- `ticker` (string, required)

### `origin_transcripts` (~135 tokens)

Search earnings call transcripts. Query by topic (ai, trusted_computing, blockchain, data_center, etc.), company ticker, or free text. Returns extracted facts, speakers, and metrics from earnings calls.

Input parameters:

- `first` (boolean): Optional: if true, returns first-mention date per company for the topic
- `q` (string): Optional: free text search across facts
- `ticker` (string): Optional: filter by company ticker
- `topic` (string): Optional: topic tag (ai, trusted_computing, blockchain, data_center, quantum, cybersecurity, robotics, autonomous, gaming, etc.)

### `origin_engage` (~111 tokens)

Enroll a user for company research briefings. The user provides their email and tickers to watch. They get weekly or daily digests with filing signals, earnings facts, and AI interest data. Use this when a user says they want to track companies or get regular updates.

Input parameters:

- `email` (string, required): User email address
- `frequency` (string): How often to send briefings (default: weekly)
- `tickers` (array, required): Array of stock tickers to watch (max 20)

### `origin_digest` (~58 tokens)

Get the latest research digest for an enrolled user. Returns filing signals, recent facts, stock quotes, and AI agent interest levels for their watched companies. Use this to brief a user on their portfolio.

Input parameters:

- `email` (string, required): User email address

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/global-rootz-origin-filings/origin#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 60
- 2026-07-31: 60
- 2026-07-30: 59

## Links

- Remote endpoint: https://origin.rootz.global/mcp
- Repository: https://github.com/rootz-global/mcp-servers
- Website: https://origin.rootz.global/
- Changelog RSS feed: https://verifymcp.io/servers/global-rootz-origin-filings/origin/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/global-rootz-origin-filings/origin/changelog.json
- HTML version of this page: https://verifymcp.io/servers/global-rootz-origin-filings/origin
