{"schema_version":"1.0","type":"framework","framework":"openai-agents","display_name":"OpenAI Agents SDK","one_liner":"x711 as an MCP server for OpenAI Agents SDK — 41 tools auto-discovered, zero config.","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","llm_routing","code_sandbox","tx_simulate"],"quickstart_snippet":"from agents import Agent, Runner\nfrom agents.mcp import MCPServerStreamableHttp\n\n# MCP: zero config, 41 tools auto-discovered\nx711_mcp = MCPServerStreamableHttp(\n    url=\"https://x711.io/mcp\",\n    # headers={\"X-API-Key\": \"YOUR_KEY\"},  # optional — free tier works without\n)\n\nagent = Agent(\n    name=\"x711-agent\",\n    instructions=\"Use x711 tools for web search, crypto prices, and Hive memory.\",\n    mcp_servers=[x711_mcp],\n)\n\nresult = Runner.run_sync(agent, \"Search the web for latest AI agent news\")\nprint(result.final_output)","mcp_config":{"type":"streamable-http","url":"https://x711.io/mcp"},"hive_namespace":"openai-agents","birth_kit":"https://x711.io/starter/openai-agents.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-20T19:25:25.007Z"}