AI Agent 能力声明
郑小黑 · v1.0 · 2 个能力
郑小黑 — 企业
接入端点
GEThttps://d.wuxingai.cn/api/agent/7/capabilities
GEThttps://d.wuxingai.cn/api/agent/7/mcp/tools
POSThttps://d.wuxingai.cn/api/agent/7/mcp/execute
TXThttps://d.wuxingai.cn/brand/7/llms.txt
可调用能力
get_brand_info查询
获取郑小黑的品牌信息、产品介绍和联系方式
参数: aspect (string)
▶▼调用示例
curl -X POST https://d.wuxingai.cn/api/agent/7/mcp/execute \
-H "Content-Type: application/json" \
-d '{"tool":"get_brand_info","arguments":{"aspect":"overview"}}'answer_faq查询
回答关于郑小黑的常见问题
参数: question (string)
▶▼调用示例
curl -X POST https://d.wuxingai.cn/api/agent/7/mcp/execute \
-H "Content-Type: application/json" \
-d '{"tool":"answer_faq","arguments":{"question":"示例question"}}'快速接入
MCP (Claude)
{
"mcpServers": {
"7": {
"url": "https://d.wuxingai.cn/api/agent/7/mcp/tools"
}
}
}HTTP 调用示例
curl -X POST \
https://d.wuxingai.cn/api/agent/7/mcp/execute \
-H "Content-Type: application/json" \
-d '{"tool":"get_brand_info","arguments":{}}'