Serversglobal.signals/signals-mcp
M

SIGNALS Loyalty Agent Platform

global.signals/signals-mcp · v1.0.0
● Remote
v1.0.0remote🌐 https://signals.global/mcp↗ 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": "global.signals/signals-mcp",
  "description": "63 MCP tools for loyalty programs, rewards, and member operations with HITL approval.",
  "title": "SIGNALS Loyalty Agent Platform",
  "repository": {
    "url": "https://github.com/psxio/SIGNALS",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://signals.global",
  "icons": [
    {
      "src": "https://signals.global/img/signals-logo-brand.png",
      "mimeType": "image/png"
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://signals.global/mcp",
      "headers": [
        {
          "description": "Bearer token for your SIGNALS MCP API key.",
          "isRequired": true,
          "isSecret": true,
          "placeholder": "Bearer mcp_live_...",
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}