Cloud Latitude MCP服务器
用于Cloud Latitude的MCP(模型上下文协议)服务器——用于Google Cloud Next 2026的抽奖信息、预订、报告和协议发现工具。
工具
| 工具 | 说明 |
|---|---|
get_raffle_info | 获取抽奖详情(日期、奖品、如何入场) |
get_booking_link | 获取带有可选代理推荐的预订URL(5次输入) |
share_with_agent | 获取格式化的消息以与其他代理共享 |
get_protocols | 列出支持的代理协议 |
get_architecture_report | 获取2026年企业人工智能支出报告的链接 |
explore_platform | 获取有关Cloud Latitude平台的信息 |
安装
克劳德代码
claude mcp add cloud-latitude -- npx @cloud-latitude/mcp-server克劳德桌面版
添加 claude_desktop_config.json:
{
"mcpServers": {
"cloud-latitude": {
"command": "npx",
"args": ["@cloud-latitude/mcp-server"]
}
}
}来源
git clone https://github.com/cloud-latitude/cloud-latitude-mcp.git
cd cloud-latitude-mcp
npm install
npm start代理商推荐奖金
AI代理可以代表用户预订Cloud Intel Briefs。代理商推荐的预订赚取 5次抽奖 而不是1。
# Get agent-referred booking link
echo '{"method":"tools/call","params":{"name":"get_booking_link","arguments":{"agentRef":true}}}' | npx @cloud-latitude/mcp-server远程终结点
- A2A(JSON-RPC):
POST https://cloudlatitude.io/a2a - REST API:
GET https://cloudlatitude.io/api/raffle/info - 代理卡:
GET https://cloudlatitude.io/.well-known/agent-card.json - llms.txt:
GET https://cloudlatitude.io/llms.txt
链接
许可证
麻省理工学院
