Server data from the Official MCP Registry
Licensed, rights-cleared content for AI agents - verifiable license keys + EU AI Act attestation.
Licensed, rights-cleared content for AI agents - verifiable license keys + EU AI Act attestation.
The opedd-mcp server is a well-structured MCP implementation for licensed content discovery and licensing. Authentication is properly layered (optional environment variables for different API tiers), network operations are well-controlled with timeouts, and no malicious patterns are present. Minor concerns around error handling specificity and telemetry opt-out documentation do not materially affect security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: OPEDD_BUYER_EMAIL
Environment variable: OPEDD_PAYMENT_METHOD_ID
Environment variable: OPEDD_BUYER_TOKEN
Environment variable: OPEDD_ACCESS_KEY
Environment variable: OPEDD_BUYER_JWT
Environment variable: OPEDD_PUB_BEARER
Add this to your MCP configuration file:
{
"mcpServers": {
"com-opedd-opedd-mcp": {
"env": {
"OPEDD_BUYER_JWT": "your-opedd-buyer-jwt-here",
"OPEDD_ACCESS_KEY": "your-opedd-access-key-here",
"OPEDD_PUB_BEARER": "your-opedd-pub-bearer-here",
"OPEDD_BUYER_EMAIL": "your-opedd-buyer-email-here",
"OPEDD_BUYER_TOKEN": "your-opedd-buyer-token-here",
"OPEDD_PAYMENT_METHOD_ID": "your-opedd-payment-method-id-here"
},
"args": [
"-y",
"opedd-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.