name: gf_stock_valuation description: 基于广发证券接口,查询多只股票市值、PE、PB、行业均值与估值百分位,用于个股估值横向财务对比。
发现更多技能插件,请访问7w4.net。
service_name: quant tool_name: common_basic_post 请求方式: POST 接口地址: https://mcp-api.gf.com.cn/gf-skills/skills/mcp/call
```bash curl -X POST 'https://mcp-api.gf.com.cn/gf-skills/skills/mcp/call' \ --header 'Content-Type: application/json' \ --header "Authorization: Bearer ${GF_SKILLS_APIKEY}" \ --data '{ "service_name": "quant", "tool_name": "common_basic_post", "args": { "stock_codes": ["SZ000776", "SZ000001"] } }'
这个股票估值查询工具功能定位明确,但整体内容偏简单。优点是文档结构清晰,有完整的鉴权说明和调用示例,上手相对容易。不足之处是说明内容较少,缺少返回数据的具体示例和可能遇到的问题说明,实际使用前需要额外查阅接口文档才能完全理解。建议在购买前确认是否满足自己的使用需求。