Godalo — Affiliate Product Search for AI Agents

Created By
Godaloa month ago
Indexes structured merchant feeds — not web scraping. Real prices, live stock, affiliate links built in. Two tools: get_recommendations (FTS5) and query_products (SQL). Works with Claude, Cursor, Copilot, and any MCP-compatible AI.
Overview

Godalo — Affiliate Product Search for AI Agents

Godalo gives AI agents real product search from merchant systems — not scraped web pages, not hallucinated results.

Two tools

  • get_recommendations — Fast FTS5 full-text search across 160,000+ products from 30,000+ merchants
  • query_products — Direct SQL search. Your AI writes precise queries to exclude wrong product types and filter by exact specs

Why Godalo

  • Merchant data, not scraped HTML — same source merchants use to run their own webshops
  • Affiliate links built in on every result
  • Works with Claude, Cursor, GitHub Copilot, GPT agents, any MCP client
  • No API keys, no merchant contracts — 5 minute setup

Quick start

Add to your MCP client config:

{
  "mcpServers": {
    "Godalo": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.godalo.ai/mcp"]
    }
  }
}

Networks

Currently live: Awin (25,000+ merchants, 180 countries). CJ Affiliate and Impact coming Q3 2026.

Server Config

{
  "mcpServers": {
    "Godalo": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.godalo.ai/mcp"
      ]
    }
  }
}
Project Info
Created At
a month ago
Updated At
a month ago
Author Name
Godalo
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Debmatic Mcp
@claymore666

# debmatic-mcp Connects to a **HomeMatic CCU**'s built-in JSON-RPC API and exposes your devices, rooms, programs, and system variables as MCP tools — **no addons, no XML-API, no cloud**, just a direct connection on your local network. Works with **debmatic**, **CCU3**, and **RaspberryMatic**. ## Features - **25 tools** spanning device control, diagnostics, and configuration - **Read**: list devices/rooms/functions/programs/system variables, read values & paramsets, describe device types, list links - **Control**: set values, run programs, set/create/delete system variables, assign/unassign channels, execute HM-Script - **Diagnostics**: RSSI/radio quality, service messages (read + acknowledge), system info - **Production-hardened**: bearer-token auth with expiry & rotation, optional native TLS, CCU certificate verification (fingerprint pin or CA), rate limiting, DNS-rebinding protection, and structured tool output (`outputSchema`) ## Install ```json { "mcpServers": { "debmatic": { "command": "npx", "args": ["-y", "debmatic-mcp", "--stdio"], "env": { "CCU_HOST": "your-ccu-host", "CCU_PASSWORD": "your-ccu-password" } } } } Configuration Required: CCU_HOST, CCU_PASSWORD Common optional: CCU_USER (default Admin), CCU_HTTPS (default false), CCU_PORT (80/443), CACHE_DIR (default /data) Also runs as a standalone HTTP server (Docker) for networked clients. Full docs in the README. Repo: https://github.com/claymore666/debmatic-mcp · npm: debmatic-mcp · License: MIT

8 hours ago
Mcp Symone

7 hours ago
Jiebang Tools

17 hours ago