← vigotime.com
INDIVIDUAL MCP TOOL
solve_status
Status eines Solve-Jobs (pending/running/completed/failed) inkl.
LIVE ENDPOINT
https://api.vigotime.com/mcp
Connect to this endpoint to inspect the live schema for solve_status 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.vigotime-planner]
url = "https://api.vigotime.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vigotime-planner": {
"type": "http",
"url": "https://api.vigotime.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vigotime-planner
Remote MCP URL: https://api.vigotime.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": {
"vigotime-planner": {
"url": "https://api.vigotime.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vigotime-planner": {
"type": "http",
"url": "https://api.vigotime.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vigotime-planner",
"transport": "streamable-http",
"url": "https://api.vigotime.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
solve_submit— Reicht einen Dienstplan-Solve-Job ein.solve_result— Ergebnis eines fertigen Solve-Jobs: assignments [{employee_id, shift_id, date}], unassigned_shifts mit Begründung, Statistiken.account_balance— Aktuelles Token-Guthaben der eigenen Organisation (Solves kosten Tokens).service_info— Build-Stand des laufenden Planner-Service: version (fortlaufende Build-Nummer), gitCommit, buildTime (UTC).example_payload— Ein sofort lauffähiger Beispiel-Payload für solve_submit.