# Opedd — Licensed Content for AI (remote · mcp.opedd.com)

Licensed, rights-cleared content for AI agents - verifiable license keys + EU AI Act attestation.

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

## Components

- remote · `mcp.opedd.com`: 66/100 (this document), [markdown](https://verifymcp.io/servers/com-opedd-opedd-mcp/mcp.md), [page](https://verifymcp.io/servers/com-opedd-opedd-mcp/mcp)
- npm · `opedd-mcp`: 67/100, [markdown](https://verifymcp.io/servers/com-opedd-opedd-mcp/opedd-mcp.md), [page](https://verifymcp.io/servers/com-opedd-opedd-mcp/opedd-mcp)

## Channel facts

- Endpoint: `https://mcp.opedd.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.6.8`

## 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 17 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**: 58/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 3455 tokens (~203/item across 17 items; 17 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-opedd-opedd-mcp https://mcp.opedd.com/mcp
```

### Codex

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

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-opedd-opedd-mcp --url https://mcp.opedd.com/mcp --transport streamable-http
```

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "com-opedd-opedd-mcp": {
      "type": "http",
      "url": "https://mcp.opedd.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-03 (score 66, +1)

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

### 2026-08-01 (score 65, +1)

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

### 2026-07-31 (score 64, +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 63, +1)

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

### 2026-07-28 (score 62, +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 61, +1)

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

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

First indexed and scored.

## MCP tools (17)

### `lookup_content` (~82 tokens)

Look up a piece of content on the Opedd registry by URL. Returns the article title, publisher, available license types, and pricing (human republication price and AI training/inference price). Always call this first to check if content is licensable and what it costs.

Input parameters:

- `url` (string, required): The canonical URL of the article or content to look up

### `purchase_license` (~279 tokens)

Purchase a content license from the Opedd protocol using a Stripe payment method. Returns a license key (format: OP-XXXX-XXXX) and a certificate URL. The buyer receives a Handshake Email with their license key. Set OPEDD_BUYER_EMAIL and OPEDD_PAYMENT_METHOD_ID env vars to avoid passing them on every call. License types: 'human' = republication rights, 'ai' = training dataset rights, 'ai_inference' = inference/RAG rights.

Input parameters:

- `article_id` (string): Opedd article UUID (use this OR article_url)
- `article_url` (string): URL of the article to license (use this OR article_id)
- `buyer_email` (string): Email address for the license. Falls back to OPEDD_BUYER_EMAIL env var.
- `buyer_name` (string): Full name of the buyer (for the license record and certificate)
- `buyer_organization` (string): Organization or company name (for enterprise/editorial licenses)
- `intended_use` (string): Intended use of the licensed content
- `license_type` (string, required): human = republication/editorial rights, ai = training dataset rights, ai_inference = inference/RAG rights
- `payment_method_id` (string): Stripe payment method ID (pm_...). Falls back to OPEDD_PAYMENT_METHOD_ID env var.

### `verify_license` (~79 tokens)

Verify the authenticity of an Opedd license key. Returns license details including: article title, publisher, license type, issue date, amount paid, buyer info, and blockchain proof status. Use this to confirm a license is valid before using licensed content.

Input parameters:

- `license_key` (string, required): The license key to verify (format: OP-XXXX-XXXX)

### `browse_registry` (~107 tokens)

Browse the public Opedd license registry. Returns recently issued licenses and licensable content. Filter by publisher_id to explore all content from a specific publisher. Filter by article_id to see all licenses issued for a specific article.

Input parameters:

- `article_id` (string): Filter results to a specific article (UUID)
- `limit` (number): Number of results to return (default: 10, max: 50)
- `publisher_id` (string): Filter results to a specific publisher (UUID)

### `publisher_directory` (~209 tokens)

Browse the public Opedd publisher catalog via GET /publisher-directory. Returns paginated publishers with article counts, pricing (per-article + annual + monthly-forward-feed), plan, and sample articles (RAG-extended metadata). **The primary discovery surface for AI labs to find Opedd-licensable publishers** — distinct from `browse_registry` (which lists issued LICENSES, not publishers). Filter by category (case-insensitive substring), min_articles, or verified status. Public no-auth — useful pre-purchase scoping before buyers commit to enterprise-license POST.

Input parameters:

- `category` (string): Case-insensitive substring filter on publisher category (e.g. 'finance', 'AI').
- `limit` (number): Page size cap.
- `min_articles` (number): Filter to publishers with at least this many licensable articles.
- `offset` (number): Pagination offset.
- `verified` (string): 'true' to show only verified publishers (default), 'false' for unverified.

### `detect_platform` (~203 tokens)

Detect the content platform behind a URL via POST /detect-platform (Phase 12 Wave 3 W3.1). Public no-auth lookup. Given a URL, identifies what platform powers it (Substack / Beehiiv / Ghost / Medium / Brevo / custom) and returns the suggested onboarding workflow. Hostname-detectable platforms (Substack subdomain, Beehiiv suffix, etc.) resolve in milliseconds; custom domains may take ~few seconds while the detector probes well-known platform endpoints in parallel. Returns: {platform, confidence, archive_method, forward_method, required_credentials, instructions}. The archive_method + forward_method fields are the two onboarding-workflow inputs Opedd's setup wizard reads (one for historical content backfill, one for new-content forward stream). instructions is human-readable operator copy explaining the inferred path.

Input parameters:

- `url` (string, required): Publisher URL to inspect (any well-formed URL works; hostname-match short-circuits the probe path).

### `rsl_get` (~322 tokens)

Fetch a publisher's RSL Standard manifest via GET /rsl-manifest (Phase 12 Wave 1 W1.1). Public no-auth endpoint — discovery surface for AI agents/crawlers wanting to know what's licensable from a publisher BEFORE going through the buyer-account signup flow. Returns the 4 canonical license types (ai_retrieval, ai_training, human_per_article, human_full_archive) the publisher has opted into, plus the EU CDSM Article 4(3) opt-out posture (`tdm_reservation`). Set `jsonld: true` to request the JSON-LD shape with embedded HMAC-SHA256 signed receipt over the CDSM Article 4(3) reservation state + `tdm:reservationSignedAt` timestamp — regulators can post-hoc verify the reservation was the claimed value at the claimed time. Default `jsonld: false` returns the raw RSL Standard JSON manifest. Per INVARIANTS.md W1.6: this is the PUBLISHER-side CDSM Article 4(3) declaration surface. It is NOT an EU AI Act Article 53 attestation (which is buyer-side, JWT-auth, via article_53_attestation tool).

Input parameters:

- `jsonld` (boolean): If true, request JSON-LD shape (Accept: application/ld+json) with embedded HMAC-SHA256 signed receipt. Default false returns raw RSL Standard JSON shape.
- `publisher_id` (string, required): UUID of the publisher whose RSL manifest to fetch. Publisher must be verified.

### `purchase_enterprise_license` (~322 tokens)

Purchase a bulk enterprise license covering multiple publishers (Phase 10). Returns a Stripe client_secret for payment completion + the enterprise_license_id. After payment, an ent_* access key is emailed to buyer_email. Scopes: 'custom' (pass-through publisher_ids), 'platform_wide' (auto-resolve all opted-in publishers), 'filtered' (Phase 10 filter_rules). License tiers: 'rag' (= ai_retrieval), 'training' (= ai_training, flat-fee not metered), 'inference' (= ai_retrieval), 'full_ai' (writes both retrieval + training records).

Input parameters:

- `billing_type` (string): Billing cadence (default: annual)
- `buyer_email` (string, required): Email to deliver the access key after payment
- `buyer_org` (string, required): Buyer organization name (for billing + audit ledger)
- `buyer_webhook_url` (string): Optional HMAC-signed webhook for content.published events on covered publishers
- `duration_months` (number): License duration in months (default: 12)
- `filter_rules` (object): Required when scope='filtered'. See Phase 10 docs for shape: excluded_publisher_ids / direct_license_carveouts / categories / max_price_per_event.
- `license_tier` (string): License tier (default: rag)
- `publisher_ids` (array, required): Array of publisher UUIDs. Required for scope='custom'; ignored for platform_wide/filtered (resolved server-side).
- `scope` (string): Coverage scope (default: custom)

### `get_content` (~252 tokens)

Retrieve the full body of a licensed article using a buyer API token (opedd_buyer_live_* canonical; opedd_buyer_test_* for sandbox). Requires OPEDD_BUYER_TOKEN env var (create one at opedd.com/licenses after purchasing). Works for per-article licenses (token scoped to that article) and archive licenses (token covers all publisher content). The publisher must have content delivery enabled and must have pushed content for the article. Phase 11 M2 RAG-extended shape: response includes 7 RAG-essential metadata fields — author, language, word_count, content_hash, image_urls, canonical_url, tags. On pre-2026-05-14 historical articles, optional fields (author/language/image_urls/canonical_url/tags) may be NULL. NULL means 'data unavailable for this article', NOT 'explicitly empty' — treat as data-missing when filtering; do not interpret as anti-match.

Input parameters:

- `article_id` (string, required): The Opedd article UUID to retrieve content for
- `buyer_token` (string): Buyer API token (opedd_buyer_live_* or opedd_buyer_test_*). Falls back to OPEDD_BUYER_TOKEN env var.

### `list_feed` (~167 tokens)

List articles from a buyer's licensed catalog via GET /enterprise-license (Phase 10 + 11). Returns JSON-format response with paginated articles. Use `since` (ISO 8601) for delta-feed polling — only articles published after the timestamp. Use `cursor` for pagination across pages. Requires OPEDD_ACCESS_KEY (ent_* enterprise access key). For larger bulk corpus pulls, use stream_feed_ndjson (up to 1000 articles per call vs 200 here).

Input parameters:

- `cursor` (string): Opaque cursor from the prior response's data.pagination.next_cursor
- `limit` (number): Max articles per response (default: 50, max: 200)
- `since` (string): ISO 8601 timestamp — return only articles with published_at > since

### `stream_feed_ndjson` (~230 tokens)

Bulk-export a buyer's licensed catalog via GET /enterprise-license?format=ndjson (Phase 11 M3). Returns up to 1000 articles per call (collected from line-delimited JSON wire format). Each article emits one usage_records row (analytics-only sentinel 'bulk-export:<request_id>:<article_id>' — not metered-billable per the revenue-model bifurcation invariant). Use `since` (ISO 8601) for delta-feed. Use `cursor` to paginate beyond 1000. Backend supports 5000 articles per call; the MCP cap is 1000 for transport reasonability. Real bulk-ingest pipelines should use the Python SDK (pip install opedd) directly — not via MCP. Requires OPEDD_ACCESS_KEY (ent_*).

Input parameters:

- `cursor` (string): Opaque cursor from the prior result's meta.next_cursor
- `limit` (number): Max articles per response (default: 200, max: 1000)
- `since` (string): ISO 8601 timestamp — return only articles with published_at > since

### `get_audit_events` (~229 tokens)

Browse per-event audit rows for the authenticated buyer via GET /buyer-audit (Phase 9.x). Each row carries license_terms + Tempo on-chain attestation (merkle_root + inclusion_proof when blockchain_status='confirmed'). Optional filter by event_type ('content_access', 'bulk_content_access', 'compliance_report_generated'). Window cap 30 days (vs 90-day cap on get_compliance_dossier). Attestation inclusion proof is included on every row by default — no separate flag needed (M6.4 consolidation per founder ratification: tools 4 + 6 merged into one cleaner mental model). Requires OPEDD_BUYER_JWT (Supabase session JWT from the buyer portal).

Input parameters:

- `cursor` (string): Opaque cursor for pagination
- `event_type` (string): Optional event-class filter
- `from` (string): ISO 8601 timestamp lower bound (inclusive)
- `limit` (number): Max events per response (default: 50, max: 200)
- `to` (string): ISO 8601 timestamp upper bound (inclusive)

### `get_buyer_account` (~163 tokens)

Fetch the authenticated buyer's account profile + masked API key list via GET /buyer-account. Returns the enterprise_buyers row (contact_email, buyer_org, created_at, etc.) plus a list of all buyer-side API keys with masked prefixes (NEVER plaintext post-issuance — only the 12-char key_prefix is returned, e.g. 'opedd_buyer_'). Use cases: post-signup verification ('what was just issued to me?'), buyer dashboard mental model ('what licenses do I currently hold?'), audit prep ('show me the key list before rotation'). For full mid-lifecycle license details (filter_rules, billing, payouts), buyers consult the buyer portal at opedd.com/buyer. Requires OPEDD_BUYER_JWT.

### `article_53_attestation` (~343 tokens)

Issue a signed JWT attesting to EU AI Act Article 53 compliance for a specific license via GET /eu-ai-act/article-53-attestation (Phase 12 Wave 1 W1.4). Returns a freshly-signed HS256 JWT regulators can verify offline against the canonical signing key. Embeds: license context, usage-count over the attestation window, the most-recent Tempo Merkle root, and canonical claims (iss/sub/iat/exp/jti/aud). **The artifact AI labs hand to legal/procurement for EU AI Act Article 53(1)(d) transparency-obligation evidence.** Per INVARIANTS.md W1.6: this attests to EU AI Act Article 53 ONLY (buyer-side GPAI-model-provider transparency obligation). It does NOT discharge a publisher's CDSM Article 4(3) reservation obligation — that lives on the rsl_get tool (jsonld=true variant). Never conflate. Optional `content_id` scopes the attestation to one article; default is license-wide. Window cap: 365 days. Requires OPEDD_BUYER_JWT.

Input parameters:

- `content_id` (string): Optional UUID of a specific article to scope the attestation. Default: license-wide.
- `license_id` (string, required): UUID of the enterprise_license OR legacy individual license to attest. Buyer must own it.
- `window_end` (string): ISO 8601 upper bound. Default: now. Window may not exceed 365 days (hard cap).
- `window_start` (string): ISO 8601 lower bound of the attestation window. Default: now - 90 days.

### `get_compliance_dossier` (~228 tokens)

Generate a procurement-defense compliance dossier via GET /buyer-compliance-report (Phase 11 M4). Per-row dossier shape: 25+ fields including 17 RAG-essential article fields + full license_terms + on_chain_attestation block. Bulk envelopes fan out into per-article rows by iterating metadata.article_ids[]. Self-audit invariant: every successful call writes one license_events row with event_type='compliance_report_generated' BEFORE returning. Window cap: 90 days per call (vs 30-day cap on get_audit_events). For annual audits, paginate via _meta.next_cursor across 4 quarterly windows. Compliance framework anchors (boolean flags) map to EU AI Act Article 53, CDSM Article 4(3), on-chain attestation, TDM reservation. Requires OPEDD_BUYER_JWT.

Input parameters:

- `cursor` (string): Opaque cursor for pagination
- `from` (string, required): ISO 8601 timestamp lower bound (inclusive)
- `to` (string, required): ISO 8601 timestamp upper bound (inclusive). Window cap 90 days.

### `list_publisher_content` (~109 tokens)

List all licensable articles for the authenticated publisher (requires OPEDD_PUB_BEARER, or legacy OPEDD_API_KEY). Returns articles with titles, descriptions, pricing, and sales statistics. Use article IDs from this list to purchase licenses via purchase_license.

Input parameters:

- `limit` (number): Number of results (default: 20, max: 100)
- `offset` (number): Pagination offset (default: 0)
- `type` (string): Filter by license type availability

### `push_content` (~131 tokens)

Push your published articles to Opedd so they can be licensed to AI buyers (requires OPEDD_PUB_BEARER — your opedd_pub_ publisher key). Send 1–100 articles per call; batch larger back-catalogues into multiple calls. Each article needs title, url, and html_body — everything else is optional (published_at defaults to now). This is the supply-side companion to list_publisher_content: use it to onboard your archive or push new content with no code, straight from your AI assistant.

Input parameters:

- `articles` (array, required): 1–100 articles to push in this call.

## Diagnostics

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

## Score history

- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 65
- 2026-07-31: 64
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 62
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://mcp.opedd.com/mcp
- Repository: https://github.com/Opedd/opedd-mcp
- Website: https://opedd.com/for-ai-agents?utm_source=mcp-registry&utm_medium=listing&utm_campaign=mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-opedd-opedd-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-opedd-opedd-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-opedd-opedd-mcp/mcp
