← rivalsweeper.com
INDIVIDUAL MCP TOOL
get_readiness_score
RivalSweeper 6-pillar AI/agent-readiness score for a domain (schema.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
get_coverage— Check which competitive signals RivalSweeper has for an eCommerce domain, with per-signal freshness.get_promotions— Active promotions/discount codes for a brand: code, discount type/value, min order, validity window.get_competitor_price— Price statistics (min/max/avg/median) plus recent product samples for a brand, optionally filtered by product-name query.get_brand_snapshot— Bundle: all current signals for one brand-day - promotions, price stats + samples, AI-readiness - in one call.get_history— Monthly time-series of price changes (drops/rises/avg delta) or stock-status flips for a brand.request_monitoring— Ask RivalSweeper to add a domain to monitoring.