Back to Browse

Storesignal MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

A well-structured MCP server that wraps the StoreSignal API with proper authentication and reasonable permission scoping. The code demonstrates good security practices: API keys are handled via environment variables and per-request context variables (no hardcoding), network access is appropriate for the use case, and input validation is present on tools. Minor code quality observations around broad exception handling do not materially impact the security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

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

Environment variable: STORESIGNAL_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-anthesiallc-storesignal": {
      "env": {
        "STORESIGNAL_API_KEY": "your-storesignal-api-key-here"
      },
      "args": [
        "storesignal-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!