dflow-mcp
Verified Safeby ba1nch0d
Overview
Serves as an MCP (Model Context Protocol) server to provide real-time and historical prediction market data from DFlow/Kalshi APIs through 25 specialized tools.
Installation
bun run src/index.tsSecurity Notes
The server primarily acts as a proxy for an external prediction market API. It does not use 'eval' or obvious code obfuscation. CORS headers are set to '*' allowing broad access, which is standard for public API proxies but should be noted. No hardcoded secrets are visible. Input validation is handled via JSON schemas for tool arguments. The overall security depends on the robustness of the underlying 'prediction-markets-api.dflow.net' API.
Similar Servers
mcp-context-forge
Converts web content (HTML, PDF, DOCX, etc.) and local files from a URL into high-quality Markdown format. It supports multiple conversion engines, content optimization, batch processing, and image handling.
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
mcp-gateway
Aggregates multiple Model Context Protocol (MCP) servers into a single gateway, providing unified search, description, and invocation for their tools, primarily to mitigate context window limits for AI clients.