MCP Overview
Rodeo tools for MCP-compatible AI clients
The Rodeo MCP server exposes 9 tools for Claude Desktop, Cursor, Windsurf, and custom agents.
Tools
| Tool | Purpose |
|---|---|
rodeo_list_channels | List available channels |
rodeo_create_audience | Create an audience profile |
rodeo_get_audience_state | Check audience contact state |
rodeo_create_intention | Declare an intention |
rodeo_plan_scene | Compose a scene with beats |
rodeo_declare_scene | Move scene from draft to live |
rodeo_get_scene_status | Check scene execution |
rodeo_submit_sensor_reading | Report an observation |
rodeo_query_ledger | Search the public ledger |
Workflow
- List channels
- Create audience with bounds and rhythm
- Declare intention
- Plan scene with beats
- Declare scene to go live
- Submit sensor readings as beats execute
- Query ledger to verify outcomes
Server
- Name:
rodeo-mcp - Version:
0.2.0 - Capabilities: tools
- Transport: stdio (default), SSE (configurable)
See Configuration for setup.