Opedd/opedd-mcp

πŸ”Ž Search & Data Extraction
0 Views
0 Installs

πŸ“‡ ☁️ - Licensed, rights-cleared content for AI agents β€” discover, purchase, verify, and retrieve expert analysis with a verifiable license key per article, on-chain proof, and EU AI Act Article 53 attestation. The alternative to unlicensed scraping for RAG and AI search. npx opedd-mcp

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "opedd-opedd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "opedd-opedd-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Opedd

opedd-mcp

Licensed, rights-cleared content for AI agents β€” the alternative to unlicensed scraping for RAG, AI search, and LLM grounding.

npm downloads MCP Registry MIT

Add to Cursor Install in VS Code Docs

Lets AI assistants (Claude Desktop, Cursor, Windsurf, or any MCP-compatible host) discover, purchase, and verify content licenses autonomously β€” mid-conversation, without opening a browser. Every license is registered on-chain (Tempo blockchain) with cryptographic proof.

Unlike generic search APIs, Opedd returns content with a verifiable license key β€” defensible under the EU AI Act and any copyright jurisdiction.

Quick start

npx opedd-mcp

Then add it to your MCP host (see Claude Desktop / Cursor / Windsurf setup below). Discovery + verification tools work with no configuration; purchasing and content retrieval use optional API keys from opedd.com.

Hosted endpoint β€” no install (mcp.opedd.com)

Prefer zero-install? The same 17 tools are served hosted at https://mcp.opedd.com/mcp (Streamable HTTP). Auth is an Authorization: Bearer header with any Opedd key β€” public discovery tools need no auth at all.

Claude Messages API (production agents):

{
  "mcp_servers": [{
    "type": "url",
    "url": "https://mcp.opedd.com/mcp",
    "name": "opedd",
    "authorization_token": "opedd_buyer_live_..."
  }]
}

OpenAI Responses API:

{
  "tools": [{
    "type": "mcp",
    "server_label": "opedd",
    "server_url": "https://mcp.opedd.com/mcp",
    "authorization": "opedd_buyer_live_..."
  }]
}

claude.ai / Claude Desktop custom connector (all plans): Settings β†’ Connectors β†’ Add custom connector β†’ URL https://mcp.opedd.com/mcp; add a Authorization: Bearer <your key> request header for the credentialed tools.

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "opedd": {
      "url": "https://mcp.opedd.com/mcp",
      "headers": { "Authorization": "Bearer ${env:OPEDD_KEY}" }
    }
  }
}

Key routing: opedd_pub_* β†’ publisher tools Β· opedd_buyer_* β†’ content retrieval Β· ent_* β†’ bulk feeds Β· buyer-portal JWT β†’ audit/compliance/EU-AI-Act tools. Your key is forwarded per request and never stored by the gateway.

What it does

Exposes up to 17 tools to any AI assistant (some are conditional on env vars):

Always available β€” discovery + per-article purchase + onboarding + rights signaling

ToolDescription
lookup_contentLook up an article by URL β€” returns title, publisher, pricing
purchase_licenseBuy a single-article license via Stripe β€” returns OP-XXXX-XXXX key
verify_licenseVerify a license key β€” returns validity, article, publisher, blockchain proof
browse_registryBrowse the public Opedd registry β€” lists issued LICENSES (use publisher_directory to browse publishers themselves)
publisher_directoryBrowse the public Opedd publisher catalog β€” paginated publishers with article counts + pricing + sample articles (primary buyer-discovery surface for AI labs)
purchase_enterprise_licenseBuy a bulk enterprise license covering multiple publishers (Phase 10) β€” returns Stripe client_secret
rsl_getFetch a publisher's RSL Standard manifest β€” public discovery surface; jsonld: true returns CDSM Article 4(3) signed receipt (Phase 12 W1.1)
detect_platformDetect the content platform behind a URL β€” returns suggested onboarding workflow for Substack / Beehiiv / Ghost / Medium / Brevo / custom (Phase 12 W3.1)

Requires OPEDD_BUYER_TOKEN (opedd_buyer_live_*)

ToolDescription
get_contentRetrieve a licensed article β€” includes 7 Phase 11 M2 RAG metadata fields (author, language, word_count, content_hash, image_urls, canonical_url, tags)

Requires OPEDD_ACCESS_KEY (ent_*) β€” buyer-side feed surfaces

ToolDescription
list_feedList articles from a buyer's licensed catalog with since delta-feed support (Phase 11 M5)
stream_feed_ndjsonBulk-export up to 1000 articles per call via NDJSON wire format (Phase 11 M3)

Requires OPEDD_BUYER_JWT (Supabase JWT) β€” buyer account + audit + compliance + EU AI Act surfaces

ToolDescription
get_buyer_accountFetch buyer profile + masked API key list β€” buyer-dashboard mental model
get_audit_eventsPer-event audit ledger with Tempo on-chain attestation inclusion proofs inline (Phase 9.x + 10 M5)
get_compliance_dossierProcurement-defense compliance dossier mapping retrievals to license terms (Phase 11 M4)
article_53_attestationSigned JWT attesting EU AI Act Article 53(1)(d) compliance for a license β€” the artifact AI labs hand to legal/procurement (Phase 12 W1.4)

Requires OPEDD_PUB_BEARER (opedd_pub_*) β€” publisher-side

ToolDescription
list_publisher_contentList your own articles with pricing and stats
push_contentPush your articles to Opedd so AI buyers can license them β€” 1–100 per call (title/url/html_body required, everything else optional). Onboard your back-catalogue or new posts with no code, straight from your AI assistant.

Regulatory framing (CDSM Article 4 vs EU AI Act Article 53 β€” never conflated)

Per Opedd's platform invariants (W1.6 amendment):

  • rsl_get(publisher_id, jsonld=true) β†’ publisher-side CDSM Article 4(3) opt-out declaration (signed JSON-LD receipt over the reservation state).
  • article_53_attestation(license_id) β†’ buyer-side EU AI Act Article 53 attestation (signed HS256 JWT scoped to one license).
  • get_compliance_dossier(from, to) β†’ comprehensive procurement-defense dossier covering BOTH frameworks (publisher CDSM reservation honored + buyer Article 53 evidence chain).

These serve different audit-defensibility modes and never share wire format. Tool descriptions cite the W1.6 invariant inline.

Install

npm install -g opedd-mcp

Or run directly with npx:

npx opedd-mcp

Configuration

Set environment variables to pre-configure the server:

VariableRequiredDescription
OPEDD_BUYER_EMAILRecommendedYour email β€” used as default for all purchases
OPEDD_PAYMENT_METHOD_IDRecommendedStripe pm_... ID β€” used for autonomous per-article purchasing
OPEDD_BUYER_TOKENOptionalBuyer API token (opedd_buyer_live_* canonical; opedd_buyer_test_* for sandbox) β€” enables get_content
OPEDD_ACCESS_KEYOptionalEnterprise access key (ent_*) β€” enables list_feed + stream_feed_ndjson
OPEDD_BUYER_JWTOptionalSupabase session JWT from the buyer portal β€” enables get_buyer_account + get_audit_events + get_compliance_dossier + article_53_attestation
OPEDD_PUB_BEAREROptionalCanonical Publisher API Bearer key (opedd_pub_<env>_<32-hex>; issued via POST /publishers-api-keys action=create_api_key) β€” enables list_publisher_content + push_content. v0.4.0 canonical.
OPEDD_API_KEYDeprecatedLegacy Publisher API key (op_...) β€” fallback during the transition window; will stop working when opedd-backend Phase C deploys. Migrate to OPEDD_PUB_BEARER.
OPEDD_API_URLOptionalOverride the API base URL (default: Opedd production)
OPEDD_MCP_TELEMETRYOptionalSet to 0 to disable anonymous usage telemetry (see below)

Getting a Stripe payment method ID: Save a card in your Stripe account and retrieve the pm_... ID via the Stripe API.

Anonymous usage telemetry

To understand how AI assistants use this server, opedd-mcp sends anonymous telemetry for each tool call: only the tool name, its duration, whether it succeeded, and the server version β€” plus a random per-process id. It never sends tool parameters, responses, your email, API keys, tokens, content, or your IP. Data goes to Opedd's PostHog (EU region).

To opt out, set either environment variable before starting the server:

OPEDD_MCP_TELEMETRY=0
# or the cross-tool standard:
DO_NOT_TRACK=1

When opted out, no telemetry client is created and nothing is sent.

Claude Desktop setup

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "opedd": {
      "command": "npx",
      "args": ["opedd-mcp"],
      "env": {
        "OPEDD_BUYER_EMAIL": "you@yourcompany.com",
        "OPEDD_PAYMENT_METHOD_ID": "pm_..."
      }
    }
  }
}

Cursor / Windsurf setup

Add to your MCP settings:

{
  "opedd": {
    "command": "npx opedd-mcp",
    "env": {
      "OPEDD_BUYER_EMAIL": "you@yourcompany.com",
      "OPEDD_PAYMENT_METHOD_ID": "pm_..."
    }
  }
}

Example usage

Once configured, you can ask your AI assistant:

"Look up the licensing options for this article: https://theinformation.com/articles/..."

"Purchase a human republication license for that article on my behalf."

"Verify license key OP-XXXX-XXXX and tell me what it covers."

"Browse the latest licenses from The Information publisher."

Phase 12 Wave 1 + 3 surfaces (v0.3.0)

"What does publisher 8268c353-ffa3-4db3-bbb2-90ddbbb43e41 license? Pull the RSL manifest." β€” uses rsl_get

"Get me a CDSM Article 4(3) signed receipt for that publisher's reservation state β€” set jsonld: true." β€” uses rsl_get with content negotiation

"Generate an EU AI Act Article 53 attestation JWT for our license 11111111-... covering the last 90 days. I need the artifact for our procurement audit committee." β€” uses article_53_attestation (requires OPEDD_BUYER_JWT)

"This publisher just signed up: https://noahpinion.substack.com. Which onboarding workflow should we use?" β€” uses detect_platform

"Browse the finance category in the Opedd catalog β€” show me publishers with at least 50 articles." β€” uses publisher_directory

"What's in my buyer account? Show me my active API keys." β€” uses get_buyer_account (requires OPEDD_BUYER_JWT)

The assistant will call the appropriate Opedd tools, show you the results, andβ€”if you've pre-configured a payment methodβ€”can complete a purchase autonomously.

Payment methods

Purchases use Stripe by default (via pm_... payment method IDs). USDC on Tempo is also supported by the Opedd API β€” pass payment: { method: 'usdc', tx_hash: '0x...' } directly to agent-purchase if building a custom integration.

Development

git clone https://github.com/Opedd/opedd-mcp
cd opedd-mcp
npm install
npm run dev   # runs with tsx (no build step)
npm run build # compiles to dist/

How Opedd compares to search APIs

OpeddGeneric search APIs
What you getLicensed content + license key + on-chain proof β€” all in one API callScraped web content, no rights
Content deliveryFull article text delivered via API (JSON), real-time feed via webhooksScraped snippets or full-page dumps
Content qualityCurated publisher content (niche B2B newsletters, expert analysis)Whatever's on the open web
RightsVerifiable license key per article, publisher-authorizedNo rights clearance
ProofOn-chain (Tempo blockchain) β€” independently verifiableNone
EU AI ActCompliant β€” full training data provenance chainNo provenance
PricingPublisher sets their own price per articlePlatform decides
Delivery modesPer-article API, bulk feed (JSON firehose), buyer webhooks (push)Query-response only
ProtocolREST + MCP nativeREST only

Opedd is the licensed content delivery layer for AI β€” not just a licensing wrapper. Publishers upload content, you retrieve it via API with a license attached. One integration gives your pipeline both the content and the legal right to use it.

Learn more

License

MIT

Related MCP Servers

linxule/mineru-mcp

πŸ“‡ ☁️ - MCP server for MinerU document parsing API. Parse PDFs, images, DOCX, and PPTX with OCR (109 languages), batch processing (200 docs), page ranges, and local file upload. 73% token reduction with structured output.

πŸ”Ž Search & Data Extraction1 views
0xdaef0f/job-searchoor

πŸ“‡ 🏠 - An MCP server for searching job listings with filters for date, keywords, remote work options, and more.

πŸ”Ž Search & Data Extraction0 views
Aas-ee/open-webSearch

🐍 πŸ“‡ ☁️ - Web search using free multi-engine search (NO API KEYS REQUIRED) β€” Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.

πŸ”Ž Search & Data Extraction0 views
ac3xx/mcp-servers-kagi

πŸ“‡ ☁️ - Kagi search API integration

πŸ”Ž Search & Data Extraction0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.