Agent Connection (MCP)
Connecting
- 5HOW.ME provides a remote MCP server. Register
https://5how.me/mcpas a custom connector in Claude or any other MCP-capable agent. - Connecting goes through 5HOW.ME login and consent in the browser. If you have no account, you sign up on the spot with social login.
- Each conversation (session) works on one open scene. Switch scenes only with
edtr_open/edtr_make.
Tools
| Group | Tools | Role |
|---|---|---|
| Scene | edtr_list, edtr_open, edtr_make | List, open, create |
| Node | node_list, node_read, node_addz, node_updt, node_delt | Read, add, update, delete |
| Link | flnk_bind, flnk_wipe | Bind and remove description and data links |
| Generate | gnrt_prvd, gnrt_cate, gnrt_mdel, gnrt_para | Provider, category, model, and schema catalog |
| Generate | gnrt_node, gnrt_plan, gnrt_exec, gnrt_poll | Configure generate node → plan → run → poll completion |
| File | file_sign, file_wdgt | Signed upload URL, in-chat upload widget |
| Help | help_read | Read these documents |
Credit safeguard
- Generation runs in two steps :
gnrt_planreturns a request summary with the estimated cost and issues a 5-minute confirmation token. Only after the user explicitly agrees isgnrt_execcalled with that token. - Running without a token is refused. Cost is charged to the user's own BYOK credit.
Live sync
- Agent edits appear immediately on the open browser canvas. Generation results are also placed on the canvas automatically when completion is confirmed.