{"schema_version":"1.0","type":"framework","framework":"semantic-kernel","display_name":"Semantic Kernel Agents","one_liner":"x711 as a Semantic Kernel MCP plugin — 41 tools available in .NET and Python with zero extra code.","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","data_retrieval"],"quickstart_snippet":"import asyncio\nfrom semantic_kernel import Kernel\nfrom semantic_kernel.connectors.ai.open_ai import OpenAIChatCompletion\nfrom semantic_kernel.connectors.mcp import MCPStreamableHttpPlugin\n\nasync def main():\n    kernel = Kernel()\n    kernel.add_service(OpenAIChatCompletion(service_id=\"default\"))\n    async with MCPStreamableHttpPlugin(\n        name=\"x711\", url=\"https://x711.io/mcp\",\n        # headers={\"X-API-Key\": \"YOUR_KEY\"},  # optional\n    ) as x711_plugin:\n        kernel.add_plugin(x711_plugin)\n        result = await kernel.invoke_prompt(\"Search the web for latest AI agent news.\")\n        print(result)\n\nasyncio.run(main())","mcp_config":{"type":"streamable-http","url":"https://x711.io/mcp"},"hive_namespace":"semantic-kernel","birth_kit":"https://x711.io/starter/semantic-kernel.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:23:28.445Z"}