General Tools
nexwin.com.au
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://mcp.nexwin.com.au/mcp
MCP server metadata
- Name
- nexwin
- Version
- 0.1.0
Tools for the Nexwin AI receptionist platform. about_nexwin needs no account. All other tools require the user to connect their Nexwin account first.
Known tools 9
get_bookingsLists the connected Nexwin account's appointments/bookings in a date range (max 30 days, first 25 results).
Inferred read-onlylist_team_membersLists the connected Nexwin account's active team members with their teamMemberId and timezone.
Inferred read-onlyget_call_chat_historyLists recent calls or chats for the connected Nexwin account in a date range, without full transcripts.
Inferred read-onlyget_call_chat_detailFetches the full transcript and detail for one call or chat, by id.
Inferred read-onlyget_account_usage_summaryPlan, subscription status, minutes/messages used this period, and wallet balance for the connected Nexwin account.
Inferred read-onlycreate_bookingCreates a new appointment on the connected Nexwin account and emails the customer a confirmation.
Inferred read-onlyreschedule_bookingMoves an existing booking (appointmentId from get_bookings) to a new time and emails the customer about the change.
Inferred read-onlycancel_bookingCancels a booking (appointmentId from get_bookings) by PERMANENTLY DELETING it — it will not appear afterwards, even as canceled.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.