Odel
godalo mcp

godalo mcp

Local
@godalo-aiMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgodalov0.0.3

Run

npx -y godalo

MCP client config

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