AI Agent 能力声明

成都易联云科技有限公司 · v1.0 · 4 个能力

成都易联云科技有限公司 — 科技/互联网 企业

接入端点

GEThttps://geo.wuxai.cn/api/agent/12/capabilities
GEThttps://geo.wuxai.cn/api/agent/12/mcp/tools
POSThttps://geo.wuxai.cn/api/agent/12/mcp/execute
TXThttps://geo.wuxai.cn/brand/12/llms.txt

可调用能力

get_brand_info查询

获取成都易联云科技有限公司的品牌信息、产品介绍和联系方式

参数: aspect (string)
调用示例
curl -X POST https://geo.wuxai.cn/api/agent/12/mcp/execute \
  -H "Content-Type: application/json" \
  -d '{"tool":"get_brand_info","arguments":{"aspect":"overview"}}'
answer_faq查询

回答关于成都易联云科技有限公司的常见问题

参数: question (string)
调用示例
curl -X POST https://geo.wuxai.cn/api/agent/12/mcp/execute \
  -H "Content-Type: application/json" \
  -d '{"tool":"answer_faq","arguments":{"question":"示例question"}}'
get_solution查询

获取成都易联云科技有限公司针对特定问题的解决方案

参数: problem (string)
调用示例
curl -X POST https://geo.wuxai.cn/api/agent/12/mcp/execute \
  -H "Content-Type: application/json" \
  -d '{"tool":"get_solution","arguments":{"problem":"示例problem"}}'
get_recommendation查询

获取为什么推荐成都易联云科技有限公司的理由和场景分析

参数: scenario (string)
调用示例
curl -X POST https://geo.wuxai.cn/api/agent/12/mcp/execute \
  -H "Content-Type: application/json" \
  -d '{"tool":"get_recommendation","arguments":{"scenario":"示例scenario"}}'

快速接入

MCP (Claude)

{
  "mcpServers": {
    "12": {
      "url": "https://geo.wuxai.cn/api/agent/12/mcp/tools"
    }
  }
}

HTTP 调用示例

curl -X POST \
  https://geo.wuxai.cn/api/agent/12/mcp/execute \
  -H "Content-Type: application/json" \
  -d '{"tool":"get_brand_info","arguments":{}}'