🔌 MCP生态
MCP协议解析、Server开发实战、Agent赚钱案例
西门子Xcelerator AI与ModelScope托管MCP Server工业Agent实战:零代码改造打通PLC诊断、MES工单与预测性维护
bash curl X POST http://localhost:8000/mcp/execute \ H "ContentType: application/json" \ d '{"name":"get_plc_status","pa...
MCP Store上线:42719个经验证MCP Server即连即用,支持按Token/调用/包月计费
bash pip install mcpserverfastapi mcpserver init name "feishuleads" port 8001 uvicorn main:app host 0.0.0.0 port 8001
ModelScope MCP工业级AI Agent电源接口:统一API、工具链与权限管控
MCP · ModelScope:给 AI Agent 装上工业级电源接口 Agent 在产线跑不起来?卡在 API 不统一、工具链割裂、权限难管控——这不是个别现象。90% 的工业 AI 项目停在“模型能调通,但接不进系统”这一步。Mod...
部署一个 MCP-ready Agent(龙虾 SDK v2.4+)
python 部署一个 MCPready Agent(龙虾 SDK v2.4+) from yitb.mcp import MCPClient client MCPClient(server_url"https://mcp.yitb.com...
MCP Server接入指南:智谱等40,000+国产AI Agent服务实时调用量TOP10榜单
bash 1. 安装 SDK pip install zhipumcp 👉 Binance · OKX · Gate.io · HTX · Bitget 2. 写核心逻辑(兼容 Claude 工具调用格式) from zhipu_mcp i...
MCP协议详解:实现多AI Agent共享上下文的轻量级JSON标准
👉 Binance · OKX · Gate.io · HTX · Bitget 让多个 AI Agent 共享上下文,不用拼 prompt,也不用硬塞 token MCP(Model Context Protocol)解决一个实际问题:多...
MCP World是什么?Agent开发必备的连接层基础设施平台
MCP World不是工具列表,是Agent的“水电煤”供应站 想让Agent真正干活,别再手写10个爬虫、3个API适配器、5个PDF解析逻辑了。MCP World(yitb.com/mcp)上线两周,已收录87个生产级MCP服务——这不...
MCP协议详解:实现AI Agent精准调用工具与闭环执行的核心技术
json {"tool":"send_email","args":{"to":"client@acme.com","body":"Invoice 2819 ready"}} python from fastapi import FastAP...
MCP Store支持运行时Schema自省与自动Client生成,超4万MCP Server即开即用
bash mcpgen client url https://api.github.yitb.com/mcp target python agent claude 输出:github_client.py(含typehinted call_g...
MCP协议实战指南:Bing搜索飞书微信支付跨生态互操作解决方案
python { "name": "bing_web_search", "description": "Search latest prices and reviews via Bing", "input_schema": {"type":...