Playbooks Rules
STDIOMCP server for interacting with Playbooks Rules API.
MCP server for interacting with Playbooks Rules API.
A Model Context Protocol (MCP) server for interacting with Playbooks Rules API.
npm install -g playbooks-rules
playbooks-rules
This MCP server expects a Rules API to be running at https://playbooks.com/api/v1/rules
.
The MCP server exposes the following tools:
Lists all available rules from the API.
// No parameters required
Searches for rules that match a query.
{ query: "your search query" }
Fetches a specific rule by slug or URL.
{ slug: "rule-slug-or-url" }
MIT