INDIVIDUAL MCP TOOL
verify_code
KROK 2 rezervácie: over 6-miestny kód, ktorý zákazník dostal e-mailom (vypýtaj si ho od neho).
LIVE ENDPOINT
https://sos-battery.sk/mcp
Connect to this endpoint to inspect the live schema for verify_code and invoke it with your own arguments.
Indexed 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 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.sos-battery-mcp]
url = "https://sos-battery.sk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sos-battery-mcp": {
"type": "http",
"url": "https://sos-battery.sk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sos-battery-mcp
Remote MCP URL: https://sos-battery.sk/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": {
"sos-battery-mcp": {
"url": "https://sos-battery.sk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sos-battery-mcp": {
"type": "http",
"url": "https://sos-battery.sk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sos-battery-mcp",
"transport": "streamable-http",
"url": "https://sos-battery.sk/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_batteries— Vyhľadá batérie a produkty v e-shope S.get_product— Detail produktu podľa slugu (z search_batteries): popis, parametre, EAN a ponuky jednotlivých partnerov s cenami.list_collections— Zoznam produktových kolekcií (kategórií) e-shopu s popisom a počtom produktov.get_collection— Produkty jednej kolekcie podľa slugu (z list_collections).get_partners— Partnerské servisy a miesta, kde si zákazník vie rezervovať výmenu batérie.get_partner_reviews— Recenzie a hodnotenie partnerského servisu (len z overených rezervácií).request_verification— KROK 1 rezervácie: pošle 6-miestny overovací kód na e-mail zákazníka.request_booking— KROK 3 rezervácie: vytvorí ČAKAJÚCU rezerváciu výmeny batérie u partnera (token z verify_code; customer_email MUSÍ byť overený e-mail).