Skip to main content

Add the server

claude mcp add --transport http seesaw https://api.seesaw.fun/mcp \
  --header "Authorization: Bearer sspat_YOUR_KEY"
Add --scope user to make it available in every project (default is the current project only).

Verify

Inside a Claude Code session:
/mcp
You should see seesaw listed as connected with 14 tools. Then try a natural-language query:
What’s trending on SeeSaw right now?
Claude should call list_topics and summarize live markets.

Troubleshooting

SymptomLikely cause
401 / auth errorKey typo, missing Bearer prefix, or the key was revoked
404 on connectURL typo — the endpoint is exactly https://api.seesaw.fun/mcp
Tool errors mentioning retryRate limited — see Rate limits
Server not listedRe-run claude mcp add, then restart the session
To remove or re-add:
claude mcp remove seesaw