AgentHubAgentHub

godalo

MCP ServerMCP Registry官方收录

io.github.Godalo-ai/godalo · v0.0.3

Affiliate product search for AI agents. Merchant feeds, not web scraping. Works with any MCP client.

概览

godalo 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "godalo": {
      "command": "npx",
      "args": [
        "-y",
        "godalo"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.Godalo-ai/godalo",
  "type": "mcp-server",
  "version": "0.0.3",
  "displayName": "godalo",
  "description": "Affiliate product search for AI agents. Merchant feeds, not web scraping. Works with any MCP client.",
  "repository": {
    "url": "https://github.com/Godalo-ai/godalo-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "godalo",
        "version": "0.0.3",
        "transport": "streamable-http"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Godalo-ai/godalo",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Godalo-ai%2Fgodalo/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
godalo — MCP Server 安装与配置 · AgentHub