demo
Live working demo of frisian-mcp. Three capability groups: crm (contacts, companies, deals, tasks, memos), ops (automation, infrastructure, notifications, security, compliance), platform (analytics, data, reporting, integrations, users). All reads and writes are real and persistent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| page | No | ||
| action | No | Operation to perform. Omit or use 'help' to list all available actions and their required parameters. | |
| params | No | Action-specific parameters. crm: {resource, action}; ops: {group, action}; platform: {group, action}. 'mode', 'page', 'page_size' and 'filter_keys' are top-level ONLY on a continuation call (i.e. alongside a 'continuation_token'); otherwise they are ordinary action parameters and belong here. | |
| page_size | No | ||
| filter_keys | No | ||
| continuation_token | No | From a probe response. Send at the TOP LEVEL, not inside 'params'. |