PluginBench
MCP Server
Active
MIT

io.github.anthesiallc/storesignal MCP Server

io.github.anthesiallc/storesignal

What is the io.github.anthesiallc/storesignal MCP server?

Shopify store intelligence: apps, tech stack, CDN, and market data over a 19K-store corpus.

How to install io.github.anthesiallc/storesignal

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • STORESIGNAL_API_KEY
    required
    secret

    StoreSignal API key. Get a free one (250 calls/month, no card) at https://storesignal.anthesia.io

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "storesignal": {
      "command": "uvx",
      "args": [
        "storesignal-mcp"
      ],
      "env": {
        "STORESIGNAL_API_KEY": "<YOUR_STORESIGNAL_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "storesignal": {
      "command": "uvx",
      "args": [
        "storesignal-mcp"
      ],
      "env": {
        "STORESIGNAL_API_KEY": "<YOUR_STORESIGNAL_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "storesignal": {
      "command": "uvx",
      "args": [
        "storesignal-mcp"
      ],
      "env": {
        "STORESIGNAL_API_KEY": "<YOUR_STORESIGNAL_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "storesignal": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "storesignal-mcp"
      ],
      "env": {
        "STORESIGNAL_API_KEY": "<YOUR_STORESIGNAL_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add storesignal --env STORESIGNAL_API_KEY=<YOUR_STORESIGNAL_API_KEY> -- uvx storesignal-mcp

Related MCP servers

Drug & supplement lookup and interaction checks from free U.S. government health data.

0
Python
MIT
View repository →