Server data from the Official MCP Registry
AI prediction market trading — real-time data, CLOB exchange, 30+ tools
AI prediction market trading — real-time data, CLOB exchange, 30+ tools
This MCP server provides access to prediction market trading and analytics with broad network and financial transaction capabilities. While authentication is present via API key, there are several code quality concerns including missing input validation on critical financial operations (order placement, withdrawals), insufficient error handling for sensitive operations, and potential issues with secret handling in configuration. The permissions are appropriate for the server's stated purpose, but the implementation gaps create moderate security risks that should be addressed before production use. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity).
3 files analyzed · 14 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.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: EVENT_TRADER_API_KEY
Environment variable: EVENT_TRADER_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"com-cymetica-event-trader-mcp": {
"env": {
"EVENT_TRADER_API_KEY": "your-event-trader-api-key-here",
"EVENT_TRADER_API_URL": "your-event-trader-api-url-here"
},
"args": [
"event-trader-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
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.