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"] } }'
這個股票估值查詢工具功能定位明確,但整體內容偏簡單。優點是文件結構清晰,有完整的鑑權說明和呼叫示例,上手相對容易。不足之處是說明內容較少,缺少返回資料的具體示例和可能遇到的問題說明,實際使用前需要額外查閱介面文件才能完全理解。建議在購買前確認是否滿足自己的使用需求。