x711 is a single REST endpoint and an MCP server, so it works with every major AI agent framework. Pick yours below for a 30-second copy-paste setup. All snippets are real, current, and verified.
x711 is just a REST endpoint with optional MCP. If your framework can do an HTTP POST or speak MCP, it works. The 30-second curl test:
curl -X POST https://x711.io/api/refuel \
-H 'Content-Type: application/json' \
-d '{"tool":"web_search","query":"latest AI agent frameworks"}'