RODEO

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

ToolPurpose
rodeo_list_channelsList available channels
rodeo_create_audienceCreate an audience profile
rodeo_get_audience_stateCheck audience contact state
rodeo_create_intentionDeclare an intention
rodeo_plan_sceneCompose a scene with beats
rodeo_declare_sceneMove scene from draft to live
rodeo_get_scene_statusCheck scene execution
rodeo_submit_sensor_readingReport an observation
rodeo_query_ledgerSearch the public ledger

Workflow

  1. List channels
  2. Create audience with bounds and rhythm
  3. Declare intention
  4. Plan scene with beats
  5. Declare scene to go live
  6. Submit sensor readings as beats execute
  7. Query ledger to verify outcomes

Server

  • Name: rodeo-mcp
  • Version: 0.2.0
  • Capabilities: tools
  • Transport: stdio (default), SSE (configurable)

See Configuration for setup.