Content Tools
opedd.com
Manages content licensing and registry operations using the Opedd protocol, including lookup, purchase, verification, and browsing of licenses and publishers.
ENDPOINT 1
https://mcp.opedd.com/mcp
MCP server metadata
- Name
- opedd
- Version
- 0.6.15
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
purchase_licensePurchase a content license from the Opedd protocol using a Stripe payment method.
Potential side effectspublisher_directoryBrowse the public Opedd publisher catalog via GET /publisher-directory.
Inferred read-onlydetect_platformDetect the content platform behind a URL via POST /detect-platform (Phase 12 Wave 3 W3.
Potential side effectsrsl_getFetch a publisher's RSL Standard manifest via GET /rsl-manifest (Phase 12 Wave 1 W1.
Inferred read-onlypurchase_enterprise_licensePurchase a bulk enterprise license covering multiple publishers (Phase 10).
Potential side effectsget_contentRetrieve the full body of a licensed article using a buyer API token (opedd_buyer_live_* canonical; opedd_buyer_test_* for sandbox).
Inferred read-onlylist_feedList articles from a buyer's licensed catalog via GET /enterprise-license (Phase 10 + 11).
Inferred read-onlystream_feed_ndjsonBulk-export a buyer's licensed catalog via GET /enterprise-license?
Inferred read-onlyget_audit_eventsBrowse per-event audit rows for the authenticated buyer via GET /buyer-audit (Phase 9.
Inferred read-onlyget_buyer_accountFetch the authenticated buyer's account profile + masked API key list via GET /buyer-account.
Inferred read-onlyarticle_53_attestationIssue 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-onlyget_compliance_dossierGenerate a procurement-defense compliance dossier via GET /buyer-compliance-report (Phase 11 M4).
Inferred read-onlylist_publisher_contentList all licensable articles for the authenticated publisher (requires OPEDD_PUB_BEARER, or legacy OPEDD_API_KEY).
Inferred read-onlypush_contentPush your published articles to Opedd so they can be licensed to AI buyers (requires OPEDD_PUB_BEARER — your opedd_pub_ publisher key).
Inferred read-onlyCONNECT 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.
opedd.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.