Back to Browse

Event Trader MCP Server

Developer ToolsUse Caution3.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

AI prediction market trading — real-time data, CLOB exchange, 30+ tools

About

AI prediction market trading — real-time data, CLOB exchange, 30+ tools

Security Report

3.2
Use Caution3.2High Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

API key for EventTrader platformRequired

Environment variable: EVENT_TRADER_API_KEY

API base URL (default: https://cymetica.com)Optional

Environment variable: EVENT_TRADER_API_URL

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Event Trader MCP Server - AI prediction market trading — real-time data, CLOB | MCP Marketplace