← Registry

Content Tools

opedd.com

Manages content licensing and registry operations using the Opedd protocol, including lookup, purchase, verification, and browsing of licenses and publishers.

1 endpoint17 known toolsFirst detected June 5, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.opedd.com/mcp

No auth detected

MCP server metadata

Name
opedd
Version
0.6.15
Capabilities
tools
Server instructions

Opedd is the licensing rail between expert publishers and AI products: discover, purchase, verify and retrieve rights-cleared expert content — one verifiable license key per article, Tempo on-chain attestation, and EU AI Act Article 53 compliance artifacts (audit ledger + dossiers). Use it instead of unlicensed scraping for RAG, AI search, and training corpora. No credentials needed: lookup_content, publisher_directory, verify_license, browse_registry, rsl_get, detect_platform. Buyer tools (purchase, account, audit/compliance): free buyer signup at https://opedd.com/buyer/signup (~2 min; an API key is issued instantly). Publisher tools (content push): free publisher signup at https://opedd.com, key under Settings → API keys. Supply credentials as env vars (local/stdio) or an Authorization: Bearer header (hosted gateway, https://mcp.opedd.com/mcp). EU CDSM Art. 4(3) / TDM-reservation queries: rsl_get. Compliance evidence: get_compliance_dossier. Docs: https://docs.opedd.com

Known tools 17

lookup_content

Look up a piece of content on the Opedd registry by URL.

Inferred read-only
purchase_license

Purchase a content license from the Opedd protocol using a Stripe payment method.

Potential side effects
verify_license

Verify the authenticity of an Opedd license key.

Inferred read-only
browse_registry

Browse the public Opedd license registry.

Inferred read-only
publisher_directory

Browse the public Opedd publisher catalog via GET /publisher-directory.

Inferred read-only
detect_platform

Detect the content platform behind a URL via POST /detect-platform (Phase 12 Wave 3 W3.

Potential side effects
rsl_get

Fetch a publisher's RSL Standard manifest via GET /rsl-manifest (Phase 12 Wave 1 W1.

Inferred read-only
purchase_enterprise_license

Purchase a bulk enterprise license covering multiple publishers (Phase 10).

Potential side effects
get_content

Retrieve the full body of a licensed article using a buyer API token (opedd_buyer_live_* canonical; opedd_buyer_test_* for sandbox).

Inferred read-only
list_feed

List articles from a buyer's licensed catalog via GET /enterprise-license (Phase 10 + 11).

Inferred read-only
stream_feed_ndjson

Bulk-export a buyer's licensed catalog via GET /enterprise-license?

Inferred read-only
get_audit_events

Browse per-event audit rows for the authenticated buyer via GET /buyer-audit (Phase 9.

Inferred read-only
get_buyer_account

Fetch the authenticated buyer's account profile + masked API key list via GET /buyer-account.

Inferred read-only
article_53_attestation

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.

Inferred read-only
get_compliance_dossier

Generate a procurement-defense compliance dossier via GET /buyer-compliance-report (Phase 11 M4).

Inferred read-only
list_publisher_content

List all licensable articles for the authenticated publisher (requires OPEDD_PUB_BEARER, or legacy OPEDD_API_KEY).

Inferred read-only
push_content

Push your published articles to Opedd so they can be licensed to AI buyers (requires OPEDD_PUB_BEARER — your opedd_pub_ publisher key).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.opedd]
url = "https://mcp.opedd.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "opedd": {
      "type": "http",
      "url": "https://mcp.opedd.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: opedd
Remote MCP URL: https://mcp.opedd.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "opedd": {
      "url": "https://mcp.opedd.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "opedd": {
      "type": "http",
      "url": "https://mcp.opedd.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "opedd",
  "transport": "streamable-http",
  "url": "https://mcp.opedd.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for opedd.com was fetched 2026-09-06T06:10:41.106Z.

Trust status Trusted

opedd.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.