For AI agent builders

Your agent needs market data.
Not a wrapper. Not raw JSON.
Structured context it can reason over.

SimpleFunctions gives AI agents 16 tools for prediction market intelligence. Thesis management, edge detection, orderbook analysis, what-if scenarios — across Kalshi and Polymarket. One MCP command or REST call.

$ claude mcp add simplefunctions --url https://simplefunctions.dev/api/mcp/mcp

Works with

Claude Code

MCP (one command)

Cursor

MCP config

LangChain

REST API + tools

CrewAI

REST API + tools

AutoGen

REST API

OpenClaw

CLI + npm

Custom agents

REST API

Telegram bots

CLI or API

16 tools

scan_marketsSearch Kalshi + Polymarket
inspect_bookOrderbook depth for a market
get_liquidityTopic-wide liquidity scan
get_contextFull thesis state
create_thesisBuild causal model
inject_signalFeed news/observations
trigger_evaluationForce re-evaluation
what_ifScenario analysis (zero cost)
get_positionsKalshi + Polymarket positions
get_balanceAccount balance
get_ordersResting orders
get_fillsTrade history
get_settlementsSettled contracts
get_milestonesUpcoming events
get_scheduleExchange status
explore_publicBrowse public theses

Integration guides

LangChain + SimpleFunctions → Full Python tutorial

CrewAI + SimpleFunctions → Multi-agent crew tutorial

MCP Server guide → Claude Code / Cursor setup

Full API documentation →

Get API Key

Or book a 30-min walkthrough →

Open source CLI: GitHub