Serverscom.guruwalk/affiliates-mcp
M

GuruWalk Affiliates

com.guruwalk/affiliates-mcp · v1.0.0
● Remote
v1.0.0remote🌐 https://back.guruwalk.com/mcp/affiliates↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.guruwalk/affiliates-mcp",
  "description": "GuruWalk affiliate program for AI agents. Free walking tours in 100+ countries. Earn per booking.",
  "title": "GuruWalk Affiliates",
  "repository": {
    "url": "https://github.com/guruwalk/affiliates-mcp",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://www.guruwalk.com/afiliados",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://back.guruwalk.com/mcp/affiliates",
      "headers": [
        {
          "description": "Bearer token with your affiliate API key",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}