Machine-readable docs
MCP server
The docs are also served over the Model Context Protocol athttps://docs.saucerswap.finance/mcp, giving agents a search tool over this documentation.
- Claude Code
- Cursor
- VS Code
Rules file for coding agents
Copy this block into your agent rules file (CLAUDE.md, .cursor/rules, AGENTS.md, or equivalent). It encodes the canonical endpoints and the mistakes agents most often make on Hedera.
Agents should treat prices, fees, and rate limits as live data: fetch them from the APIs or contracts at run time rather than hard-coding values from documentation.
Next steps
Developer quickstart
The first three calls, ready to paste into an agent session.
API reference
Every endpoint across both APIs with auth models.
Contract deployments
Verify every ID in the rules file above.
TypeScript bot client
A server-side pattern for V3 order book bots.