# io.tooloracle/contractoracle (remote · tooloracle.io)

ContractOracle - 10 contract analysis tools: clause extraction, redlines, DORA mappings.

- Trust score: 59/100 (low)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `tooloracle.io`: 59/100 (this document), [markdown](https://verifymcp.io/servers/io-tooloracle-contractoracle/contract-mcp.md), [page](https://verifymcp.io/servers/io-tooloracle-contractoracle/contract-mcp)

## Channel facts

- Endpoint: `https://tooloracle.io/contract/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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**: 66/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 11 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 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**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 626 tokens (~56/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 13% 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 io-tooloracle-contractoracle https://tooloracle.io/contract/mcp/
```

### Codex

```toml
[mcp_servers.io-tooloracle-contractoracle]
url = "https://tooloracle.io/contract/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-tooloracle-contractoracle": {
      "type": "remote",
      "url": "https://tooloracle.io/contract/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-tooloracle-contractoracle --url https://tooloracle.io/contract/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-tooloracle-contractoracle:
    url: "https://tooloracle.io/contract/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "io-tooloracle-contractoracle": {
      "type": "http",
      "url": "https://tooloracle.io/contract/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 59, +1)

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

### 2026-07-31 (score 58, +4)

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

### 2026-07-29 (score 54, +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-28 (score 53, +1)

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

### 2026-07-27 (score 52, 0)

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

### 2026-07-26 (score 52)

First indexed and scored.

## MCP tools (11)

### `register_contract` (~276 tokens)

Add or update an ICT third-party contract. Tracks all DORA Art. 30 mandatory clauses.

Input parameters:

- `annual_value_eur` (number)
- `audit_rights` (boolean)
- `auto_renewal` (boolean)
- `availability_guarantee` (boolean)
- `business_continuity` (boolean)
- `contract_end` (string)
- `contract_id` (string)
- `contract_start` (string)
- `contract_title` (string)
- `cooperation_authority` (boolean)
- `data_location` (boolean)
- `data_protection` (boolean)
- `escrow_source_code` (boolean)
- `exit_strategy` (boolean)
- `full_sla_quantitative` (boolean)
- `function_supported` (string)
- `governing_law` (string)
- `incident_notification` (boolean)
- `is_cif` (boolean): Supports critical/important function?
- `jurisdiction` (string)
- `notes` (string)
- `notice_period` (boolean)
- `performance_monitoring` (boolean)
- `provider_name` (string, required)
- `sla_definition` (boolean)
- `sub_providers` (string)
- `subcontracting_conditions` (boolean)
- `termination_rights` (boolean)

### `list_contracts` (~47 tokens)

List contracts with optional filters.

Input parameters:

- `expiring_days` (integer): Show contracts expiring within N days
- `is_cif` (boolean)
- `provider` (string)

### `clause_check` (~34 tokens)

Validate a contract against all DORA Art. 30 mandatory clauses (standard + CIF).

Input parameters:

- `contract_id` (string, required)

### `subcontracting_chain` (~34 tokens)

Map and assess the subcontracting chain of a contract (RTS on subcontracting).

Input parameters:

- `contract_id` (string, required)

### `exit_readiness` (~35 tokens)

Evaluate exit plan readiness for a contract — Art. 28(8) exit strategies.

Input parameters:

- `contract_id` (string, required)

### `cif_analysis` (~26 tokens)

Analyze all Critical/Important Function contracts for enhanced Art. 30(3) requirements.

### `contract_gaps` (~17 tokens)

Identify missing mandatory clauses across all contracts.

### `contract_scoring` (~35 tokens)

Red-flag risk scoring: exit risk, lock-in, jurisdiction, subcontracting gaps.

Input parameters:

- `contract_id` (string, required)

### `contract_expiry` (~34 tokens)

Upcoming contract expirations and renewal deadlines.

Input parameters:

- `days_ahead` (integer): Lookahead window (default 180 days)

### `contract_analyze_llm` (~77 tokens)

AI-powered deep analysis of contract text against DORA Art. 30(2) mandatory clauses using local Gemma 4 LLM. Provide raw contract text or a contract_id for structured analysis.

Input parameters:

- `contract_id` (string): Existing contract ID for structured analysis
- `text` (string): Raw contract text to analyze

### `health_check` (~11 tokens)

Server status.

## Diagnostics

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

## Score history

- 2026-08-03: 59
- 2026-08-02: 59
- 2026-08-01: 58
- 2026-07-31: 58
- 2026-07-30: 54
- 2026-07-29: 54
- 2026-07-28: 53
- 2026-07-27: 52
- 2026-07-26: 52

## Links

- Remote endpoint: https://tooloracle.io/contract/mcp/
- Repository: https://github.com/ToolOracle/contractoracle
- Changelog RSS feed: https://verifymcp.io/servers/io-tooloracle-contractoracle/contract-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-tooloracle-contractoracle/contract-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-tooloracle-contractoracle/contract-mcp
