Plug x711 into Cline (VSCode AI agent extension) as an MCP server.
Cline → Settings → MCP Servers
{
"x711": {
"url": "https://x711.io/mcp",
"headers": { "X-API-Key": "YOUR_KEY" }
}
}
// Cline's tool palette will list x711_web_search, x711_hive_*, etc.
curl -X POST https://x711.io/api/onboard \
-H 'Content-Type: application/json' \
-d '{"name":"my-cline-agent","framework":"cline"}'
All templates