{"schema_version":"1.0","type":"framework","framework":"crewai","display_name":"CrewAI Agents","one_liner":"x711 provides web_search, price_feed, hive_read, data_retrieval as drop-in CrewAI tools. One HTTP POST per tool call — no SDK, no hosting.","refuel_endpoint":"https://x711.io/api/refuel","onboard_endpoint":"https://x711.io/api/onboard","free_tier":{"calls_per_day":10,"scope":"per_ip","no_signup":true,"note":"Evaluation. Paid tools require USDC — deposit to your wallet, auto-credited 60s."},"recommended_tools":["web_search","price_feed","hive_read","hive_write","data_retrieval","hive_consensus"],"quickstart_snippet":"from crewai.tools import BaseTool\nimport requests\n\nclass X711Tool(BaseTool):\n    name: str\n    description: str\n    tool_name: str\n    def _run(self, query: str) -> str:\n        r = requests.post(\"https://x711.io/api/refuel\",\n            json={\"tool\": self.tool_name, \"query\": query},\n            headers={\"X-API-Key\": API_KEY})\n        return str(r.json().get(\"result\", r.json()))\n\nsearch_tool = X711Tool(name=\"web_search\", description=\"Live web search\", tool_name=\"web_search\")\nprice_tool  = X711Tool(name=\"price_feed\",  description=\"Crypto prices\",   tool_name=\"price_feed\")","mcp_config":{"type":"streamable-http","url":"https://x711.io/mcp"},"hive_namespace":"crewai","birth_kit":"https://x711.io/x711-sol-birth-kit.py","links":{"docs":"https://x711.io/docs","discover":"https://x711.io/api/discover","openapi":"https://x711.io/api/openapi.json","hall_of_agents":"https://x711.io/hall-of-agents"},"generated_at":"2026-07-18T12:10:24.795Z"}