HomeSearch & Research › Opedd — Licensed Content for AI

Opedd — Licensed Content for AI

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

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-09-21 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.opedd.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http opedd-mcp https://mcp.opedd.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "opedd-mcp": {
      "url": "https://mcp.opedd.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Optional: Bearer <your Opedd key> (opedd_pub_* publisher, opedd_buyer_* buyer, or ent_* enterprise). Public discovery tools work without auth.

Package (npm 0.6.15)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "opedd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "OPEDD_BUYER_EMAIL": "<YOUR_VALUE>",
        "OPEDD_PAYMENT_METHOD_ID": "<YOUR_VALUE>",
        "OPEDD_BUYER_TOKEN": "<YOUR_VALUE>",
        "OPEDD_ACCESS_KEY": "<YOUR_VALUE>",
        "OPEDD_BUYER_JWT": "<YOUR_VALUE>",
        "OPEDD_PUB_BEARER": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPEDD_BUYER_EMAIL — Your email — default buyer identity for purchases
  • OPEDD_PAYMENT_METHOD_ID secret — Stripe PaymentMethod id (pm_...) for autonomous per-article purchasing
  • OPEDD_BUYER_TOKEN secret — Buyer API token (opedd_buyer_live_*) — enables licensed content retrieval
  • OPEDD_ACCESS_KEY secret — Enterprise access key (ent_*) — enables bulk feed tools
  • OPEDD_BUYER_JWT secret — Buyer portal session JWT — enables account, audit, compliance + EU AI Act attestation tools
  • OPEDD_PUB_BEARER secret — Publisher API key (opedd_pub_*) — enables publisher content push + listing tools

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry