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.neuratech]
url = "https://www.neuratech.ch/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"neuratech": {
"type": "http",
"url": "https://www.neuratech.ch/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: neuratech
Remote MCP URL: https://www.neuratech.ch/api/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": {
"neuratech": {
"url": "https://www.neuratech.ch/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"neuratech": {
"type": "http",
"url": "https://www.neuratech.ch/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "neuratech",
"transport": "streamable-http",
"url": "https://www.neuratech.ch/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_appointment_slots— Find available 30-minute appointment slots in Europe/Zurich.prepare_appointment_booking— Prepare an appointment booking.submit_appointment_booking— Submit a previously prepared appointment booking.prepare_callback_request— Prepare a callback request.submit_callback_request— Submit a previously prepared callback request.submit_offer_request— Submit a previously prepared offer request.assess_ai_maturity— Score an organization's AI readiness from four 0-100 axes (data, systems, team, goal) plus industry + process.