@falconai/polymarket-mcp
v1.0.2
Published
MCP server for Falcon AI Polymarket external API (OpenClaw, Cursor, Claude Desktop)
Maintainers
Readme
Falcon Polymarket MCP Server
MCP server exposing Falcon AI's external Polymarket API for OpenClaw, Cursor, Claude Desktop, and other MCP hosts.
Install (npm)
npm install -g @falconai/polymarket-mcp
# or one-off:
npx -y @falconai/polymarket-mcpPublish (maintainers)
cd integrations/falcon-polymarket-mcp
npm login # npm account with access to @falconai scope
npm publish --access publicLocal development
npm installEnvironment
| Variable | Required | Default |
|----------|----------|---------|
| FALCON_API_KEY | Yes | — |
| FALCON_API_BASE | No | https://api.falconai.pro/api/v1/external/polymarket |
Run
FALCON_API_KEY=aif_xxx npm startStdio transport — configure your MCP host to launch node src/index.js with the env vars above.
Tools
falcon_healthfalcon_list_marketsfalcon_get_marketfalcon_get_orderbookfalcon_leaderboardfalcon_copy_picksfalcon_trader_statsfalcon_signal_schema
For live trading execution, use the Falcon AI agent client.
Source
https://github.com/Falcon-AI-Pro/falcon-polymarket-mcp
