Data Collection
rivalsweeper.com
Provides competitive intelligence for eCommerce domains including promotions, pricing, AI-readiness, and brand snapshot.
ENDPOINT 1
https://mcp.rivalsweeper.com/mcp
MCP server metadata
- Name
- rivalsweeper-signals
- Version
- 1.0.0
RivalSweeper Signals API (Beta) - pay-per-call eCommerce competitive intelligence. Currently in beta: coverage is growing and tool surface may evolve. Free tool: get_coverage (check signal availability + freshness for any domain before spending credits). Billable tools need an API key: request access at https://www.rivalsweeper.com/solutions/signals-api (approved accounts get 50 free trial credits, no card). Pass the key as "Authorization: Bearer rsk_...". Billing: prepaid credits, 1 credit = $0.02. No data = no charge. Every response is freshness-stamped.
Known tools 7
get_coverageCheck which competitive signals RivalSweeper has for an eCommerce domain, with per-signal freshness.
Inferred read-onlyget_promotionsActive promotions/discount codes for a brand: code, discount type/value, min order, validity window.
Inferred read-onlyget_competitor_pricePrice statistics (min/max/avg/median) plus recent product samples for a brand, optionally filtered by product-name query.
Inferred read-onlyget_readiness_scoreRivalSweeper 6-pillar AI/agent-readiness score for a domain (schema.
Inferred read-onlyget_brand_snapshotBundle: all current signals for one brand-day - promotions, price stats + samples, AI-readiness - in one call.
Inferred read-onlyget_historyMonthly time-series of price changes (drops/rises/avg delta) or stock-status flips for a brand.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rivalsweeper-signals]
url = "https://mcp.rivalsweeper.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rivalsweeper-signals": {
"type": "http",
"url": "https://mcp.rivalsweeper.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rivalsweeper-signals
Remote MCP URL: https://mcp.rivalsweeper.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rivalsweeper-signals": {
"url": "https://mcp.rivalsweeper.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rivalsweeper-signals": {
"type": "http",
"url": "https://mcp.rivalsweeper.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rivalsweeper-signals",
"transport": "streamable-http",
"url": "https://mcp.rivalsweeper.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.