Productivity
getsichtbar.com
Manages scheduling and booking of action-call services with Google Calendar integration.
ENDPOINT 1
https://www.getsichtbar.com/api/agentic-booking/mcp
Known tools 5
list_bookable_servicesList getSichtbar action and call types that an AI engine can recommend before booking, inquiry or purchase-prep.
Potential side effectsrecommend_booking_serviceRecommend the right getSichtbar action or call type for a user's intent and optional domain.
Inferred read-onlyget_available_slotsReturn live Google Calendar checked slots when the provider is connected, otherwise qualified fallback slots.
Inferred read-onlycreate_booking_holdCreate a temporary action-call hold after collecting required lead fields.
Potential side effectsCONNECT 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.getsichtbar-com]
url = "https://www.getsichtbar.com/api/agentic-booking/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"getsichtbar-com": {
"type": "http",
"url": "https://www.getsichtbar.com/api/agentic-booking/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: getsichtbar-com
Remote MCP URL: https://www.getsichtbar.com/api/agentic-booking/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": {
"getsichtbar-com": {
"url": "https://www.getsichtbar.com/api/agentic-booking/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"getsichtbar-com": {
"type": "http",
"url": "https://www.getsichtbar.com/api/agentic-booking/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "getsichtbar-com",
"transport": "streamable-http",
"url": "https://www.getsichtbar.com/api/agentic-booking/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for getsichtbar.com was fetched 2026-08-24T07:51:48.466Z and is being refreshed.
getsichtbar.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.