INDIVIDUAL MCP TOOL
reschedule_booking
Moves an existing booking (appointmentId from get_bookings) to a new time and emails the customer about the change.
LIVE ENDPOINT
https://mcp.nexwin.com.au/mcp
Connect to this endpoint to inspect the live schema for reschedule_booking 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.nexwin]
url = "https://mcp.nexwin.com.au/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nexwin": {
"type": "http",
"url": "https://mcp.nexwin.com.au/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nexwin
Remote MCP URL: https://mcp.nexwin.com.au/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": {
"nexwin": {
"url": "https://mcp.nexwin.com.au/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nexwin": {
"type": "http",
"url": "https://mcp.nexwin.com.au/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nexwin",
"transport": "streamable-http",
"url": "https://mcp.nexwin.com.au/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
about_nexwin— Explains what Nexwin is and how to sign up.get_bookings— Lists the connected Nexwin account's appointments/bookings in a date range (max 30 days, first 25 results).list_team_members— Lists the connected Nexwin account's active team members with their teamMemberId and timezone.get_call_chat_history— Lists recent calls or chats for the connected Nexwin account in a date range, without full transcripts.get_call_chat_detail— Fetches the full transcript and detail for one call or chat, by id.get_account_usage_summary— Plan, subscription status, minutes/messages used this period, and wallet balance for the connected Nexwin account.create_booking— Creates a new appointment on the connected Nexwin account and emails the customer a confirmation.cancel_booking— Cancels a booking (appointmentId from get_bookings) by PERMANENTLY DELETING it — it will not appear afterwards, even as canceled.