← opedd.com

INDIVIDUAL MCP TOOL

publisher_directory

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

opedd.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.opedd.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for publisher_directory and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

opedd.com

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.

Related tools

  • lookup_content — Look up a piece of content on the Opedd registry by URL.
  • purchase_license — Purchase a content license from the Opedd protocol using a Stripe payment method.
  • verify_license — Verify the authenticity of an Opedd license key.
  • browse_registry — Browse the public Opedd license registry.
  • detect_platform — Detect the content platform behind a URL via POST /detect-platform (Phase 12 Wave 3 W3.
  • rsl_get — Fetch a publisher's RSL Standard manifest via GET /rsl-manifest (Phase 12 Wave 1 W1.
  • purchase_enterprise_license — Purchase a bulk enterprise license covering multiple publishers (Phase 10).
  • get_content — Retrieve the full body of a licensed article using a buyer API token (opedd_buyer_live_* canonical; opedd_buyer_test_* for sandbox).