Poll for Agents
and Builders.
Integrate Poll into your apps and workflows.
Terminal
Install in one line
$ npm install -g @solworks/poll-cliThen run poll auth login to connect your account.
What you can do
Bet from your terminal
Browse, wager, and track bets without leaving the command line.
Terminal
Connect your AI
27 tools for Claude, Cursor, or any MCP client.
claude_desktop_config.json
{
"mcpServers": {
"pollfun": {
"command": "npx",
"args": ["@solworks/poll-mcp"],
"env": {
"POLL_API_TOKEN": "polld_xxxxx"
}
}
}
}Scoped access
Tokens grant only the permissions you allow.
readBrowse bets, portfolio, leaderboard
betCreate, wager, vote, settle
profileUpdate display name
socialFriends, favourites
Private keys, account deletion, and fund transfers are never accessible via tokens.
Let AI bet for you
Natural language in, wagers out.
you
“Put $50 on Brazil to win the final”
→ search_bets("World Cup final")
→ place_wager(betAddr, optionIndex: 2, 50)
✓ Placed $50 on “Brazil” for “Who wins the final?”
Zero to wager in 30 seconds
1
Install
$ npm install -g @solworks/poll-cli
One package, zero config.
2
Login
$ poll auth login
✓ Logged in successfully
Browser opens, approve, done.
3
Browse
$ poll bets trending
1 Who wins the final? $12,450 3d
2 Lakers win tonight? $8,200 8h
See what people are betting on.
4
Wager
$ poll bets wager 1 --amount 50 --outcome-index 2
✓ Wager placed: $50 on Brazil
Binary or multi-outcome, from the terminal.