StoreSignal MCP Server
Rank #57,830io.github.anthesiallc/storesignal
Shopify store intelligence: apps, tech stack, CDN, and market data over a 19K-store corpus.
StoreSignal MCP Server is a Model Context Protocol (MCP) server published by anthesiallc. It ranks #57,830 of 115,591 servers tracked on MCP Toplist. StoreSignal MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 23, 2026 and most recently updated on Jun 24, 2026.
Ranks ahead of 57,761 of 115,591 servers on MCP Toplist.
Use StoreSignal MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add storesignal -e "STORESIGNAL_API_KEY=<your STORESIGNAL_API_KEY>" -- uvx storesignal-mcpReplace each placeholder with your own value before saving.
[mcp_servers.storesignal]
command = "uvx"
args = ["storesignal-mcp"]
[mcp_servers.storesignal.env]
STORESIGNAL_API_KEY = "<your STORESIGNAL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"storesignal": {
"command": "uvx",
"args": [
"storesignal-mcp"
],
"env": {
"STORESIGNAL_API_KEY": "<your STORESIGNAL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"storesignal": {
"command": "uvx",
"args": [
"storesignal-mcp"
],
"env": {
"STORESIGNAL_API_KEY": "<your STORESIGNAL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"storesignal": {
"type": "stdio",
"command": "uvx",
"args": [
"storesignal-mcp"
],
"env": {
"STORESIGNAL_API_KEY": "<your STORESIGNAL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"storesignal": {
"command": "uvx",
"args": [
"storesignal-mcp"
],
"env": {
"STORESIGNAL_API_KEY": "<your STORESIGNAL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"storesignal": {
"command": "uvx",
"args": [
"storesignal-mcp"
],
"env": {
"STORESIGNAL_API_KEY": "<your STORESIGNAL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.anthesiallc%2Fstoresignal)<a href="https://mcptoplist.com/server/io.github.anthesiallc%2Fstoresignal"><img src="https://mcptoplist.com/badge/io.github.anthesiallc%2Fstoresignal.svg" alt="MCP Toplist: #57,830 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
anthesiallc
Other servers by anthesiallc
View all anthesiallc servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 24, 2026 |
Frequently asked questions
- Who maintains StoreSignal MCP Server?
- StoreSignal MCP Server is maintained by anthesiallc, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is StoreSignal MCP Server listed on the Official MCP Registry?
- Yes — StoreSignal MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does StoreSignal MCP Server have?
- MCP Toplist tracks 1 version of StoreSignal MCP Server, most recently published on Jun 24, 2026.
- Where can I find the source code for StoreSignal MCP Server?
- The source code for StoreSignal MCP Server is hosted at github.com/anthesiallc/storesignal-mcp.