Home › Search & 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.
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>"
}
}
}
}
Authorizationsecret — 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 purchasesOPEDD_PAYMENT_METHOD_IDsecret — Stripe PaymentMethod id (pm_...) for autonomous per-article purchasingOPEDD_BUYER_TOKENsecret — Buyer API token (opedd_buyer_live_*) — enables licensed content retrievalOPEDD_ACCESS_KEYsecret — Enterprise access key (ent_*) — enables bulk feed toolsOPEDD_BUYER_JWTsecret — Buyer portal session JWT — enables account, audit, compliance + EU AI Act attestation toolsOPEDD_PUB_BEARERsecret — Publisher API key (opedd_pub_*) — enables publisher content push + listing tools
Related servers
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
wigolo
Local-first web intelligence MCP server for AI coding agents
exa-mcp-server
Connect AI agents to Exa for web search, content fetching, and multi-step research.
arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
trieve
Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai)
brightdata-mcp
Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry