mindmapio
Installation
SKILL.md
Drive Mindmap.io maps via the node API
This skill teaches you to drive Mindmap.io maps by calling
its HTTP node API directly. It is the alternative to the mindmapio-mcp server:
same primitives, no MCP client required, just authenticated HTTP calls.
The API is the authoritative contract. Match request and response shapes
exactly; field names are wire names (e.g. node_type on writes, nodeType on
reads).
Setup
Every call sends a personal access token as a bearer header. Generate the token once in Mindmap.io: settings → API access. It acts as its user; regenerating it immediately revokes the old one.