Sov公司-ICIO依赖MCP(HTTPS)
公共MCP端点(流式HTTP):
- https://mcp.thesov.company/mcp
此服务器提供什么
此MCP公开了经合组织ICIO衍生的依赖关系视图的只读分析工具:
- 买方国家+行业+年份的顶级供应商
- 从供应商进口的买方国家的主要依赖行业
- 比较多个买方国家的依赖性
- 依赖时间序列
笔记:
buyer_country和supplier_country是 ISO3 (例如。,FRA,DEU,CHN)OUT是一个聚合桶(不是一个国家)buyer_sector使用OECD ICIOactivity_code(例如。,C26)
快速测试(卷曲)
列出工具:
curl --http1.1 -i -N https://mcp.thesov.company/mcp \
-H "content-type: application/json" \
-H "accept: application/json, text/event-stream" \
--data-binary '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
## Call a tool
curl --http1.1 -i -N https://mcp.thesov.company/mcp \
-H "content-type: application/json" \
-H "accept: application/json, text/event-stream" \
--data-binary '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"product_dependency_top_suppliers","arguments":{"buyer_country":"FRA","buyer_sector":"C26","year":2022,"limit":10}}}'
## Dataset metadata
Call:
• meta
## Example prompt for LLM agents
Use the tool product_dependency_top_suppliers to find France’s top supplier countries for sector C26 (Manufacture of computer, electronic, and optical products) in 2022.
Then summarize the top 5 suppliers and explicitly explain what “OUT” means in the output.
## Static endpoints (nginx)
The landing page and metadata are served by nginx from `/var/www/mcp-static`.
To update them from this repo:
./deploy_static.sh