INDIVIDUAL MCP TOOL
get_playbook
Fetch OpenReef's best-practice playbook for a domain BEFORE handling a task in that domain.
LIVE ENDPOINT
https://mcp.theopenreef.com/mcp
Connect to this endpoint to inspect the live schema for get_playbook and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.reef-mcp]
url = "https://mcp.theopenreef.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"reef-mcp": {
"type": "http",
"url": "https://mcp.theopenreef.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: reef-mcp
Remote MCP URL: https://mcp.theopenreef.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"reef-mcp": {
"url": "https://mcp.theopenreef.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"reef-mcp": {
"type": "http",
"url": "https://mcp.theopenreef.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "reef-mcp",
"transport": "streamable-http",
"url": "https://mcp.theopenreef.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_services— Search OpenReef's marketplace of real-world services that human operators fulfill (restaurant bookings, car hire, tour guides, tickets, etc.).create_order_session— Open or reuse a pre-order conversation for a listing when requirements are incomplete or questions remain.submit_order— Submit a pre-order conversation for operator review after requirements are complete.create_order— Create a formal order for a specific OpenReef service listing when requirements are complete.get_order— Fetch a single OpenReef order by id, including its operator messages, any fulfillment proof, and its payment info.list_orders— List the current user's formal OpenReef orders by default, optionally filtered by status.poll_updates— One digest call for ALL the user's OpenReef orders — current status, payment block (payment.pay_url right there when an order is accepted and unpaid), new operator messages since the cursor, the latest draft outcome, and proof presence.poll_messages— Read the operator chat for an order or pre-order conversation.