LIVE ENDPOINT
https://mcp.kitsdeals.com
Connect to this endpoint to inspect the live schema for get_deal and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.kitsdeals]
url = "https://mcp.kitsdeals.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kitsdeals": {
"type": "http",
"url": "https://mcp.kitsdeals.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kitsdeals
Remote MCP URL: https://mcp.kitsdeals.com
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": {
"kitsdeals": {
"url": "https://mcp.kitsdeals.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kitsdeals": {
"type": "http",
"url": "https://mcp.kitsdeals.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kitsdeals",
"transport": "streamable-http",
"url": "https://mcp.kitsdeals.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_deals— Search live, human-reviewed deals by keyword.latest_deals— The newest approved deals, freshest first — a pull-shaped view of the live deal stream.register_watch— Register a standing deal watch.check_watch— Status of a watch by watch_id: interpretation progress, channel states, live matches, next_check_recommended_at, and monitoring contract.cancel_watch— Stop deliveries for a watch: the feed URL dies immediately and the webhook deactivates.report_outcome— Record what happened after a deal was acted on.