MCP: No-Code Apps
No-code and low-code builders can use your workshop two ways: as an MCP server (if they speak MCP) or by calling the REST endpoints (every warm query is one).
Endpoint: https://openx.fathym.com/oi-api/mcp (MCP) or the warm-query REST URL; auth with a Bearer
token from APIs -> API Keys.
| Platform | How |
|---|---|
| Dify | Add an MCP tool provider pointed at the endpoint + Bearer token |
| Langflow | MCP component (or an HTTP node calling the REST endpoint) |
| Flowise | MCP tool node: server URL + Bearer token |
| n8n | HTTP Request node -> the warm-query REST endpoint + Authorization header |
| Make | HTTP module -> the REST endpoint + Authorization header |
Example: a support bot
"Is signups pacing above target today?" -> the flow calls run_warm_query (or the REST endpoint) for
your saved signups-per-hour source of truth and answers from one shared number.
Building
A no-code agent can also propose changes via manage_proposals; acceptance stays in the portal.
Keep tokens in your platform's secret store; every call is in your
change history. For raw HTTP details see the
APIs guide.