6 ms·
When building agent integration for my serverless backend https://saasufy.com/ https://saasufy.com/, I decided to not use MCP but to put curl commands inside sk
by socketcluster 2mo ago
When building agent integration for my serverless backend https://saasufy.com/ https://saasufy.com/, I decided to not use MCP but to put curl commands inside skill markdown files instead: https://github.com/Saasufy/skills https://github.com/Saasufy/skills
The curl command is extremely popular so models seem to be really good at using it.
Also I like that curl uses a bash syntax and my platform requires JSON payloads; it makes the separation clear to the agent. I find it to be very reliable.
- gchamonlive 2mo agoThe skills are very readable too, so you win a nice documentation for free. At the very least it's human readable machine instructions.
- nashadelic 2mo agoI really like this simplification