runtime: typescript
name: "DFlow MCP Server"
displayName: "DFlow MCP Server"
description: "Access Kalshi (https://kalshi.com) prediction market data - the first CFTC-regulated exchange for trading on real-world events. Built by OpenSVM (https://osvm.ai). 23 tools for events, markets, trades, forecasts, candlesticks and live data. Try it: https://dflow.opensvm.com"
homepage: "https://dflow.opensvm.com"
icon: "https://dflow.opensvm.com/icon.png"
startCommand:
type: http
configSchema:
type: object
required: []
properties:
apiUrl:
type: string
title: "API URL"
description: "Base URL for the Prediction Market Metadata API"
default: "https://prediction-markets-api.dflow.net"
requestTimeout:
type: number
title: "Request Timeout"
description: "Timeout for API requests in milliseconds"
default: 30000
additionalProperties: false