Nexwin MCP server
Check bookings, review calls and chats, and manage appointments in your Nexwin AI receptionist.
Little public usage data yet
Reviews
Write oneNobody has reviewed Nexwin yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Nexwin tools (9, 2 write)
write = sends, deletes, buys or postsabout_nexwinFreeExplains what Nexwin is and how to sign up. Use when the user asks what Nexwin is, what it does, or how to get started — no account connection needed.
cancel_bookingwrite actionFreeCancels a booking (appointmentId from get_bookings) by PERMANENTLY DELETING it — it will not appear afterwards, even as canceled. Also removes its Zoom meeting and calendar event and emails the customer a cancellation. Executes immediately and cannot be undone.
create_bookingwrite actionFreeCreates a new appointment on the connected Nexwin account and emails the customer a confirmation. Executes immediately. Get teamMemberId and timezone from list_team_members first. Online bookings require customerEmail and create a Zoom meeting; in-person bookings need customerEmail or customerPhone. Fails if the team member is already booked at that time.
get_account_usage_summaryFreePlan, subscription status, minutes/messages used this period, and wallet balance for the connected Nexwin account.
get_bookingsFreeLists the connected Nexwin account's appointments/bookings in a date range (max 30 days, first 25 results). Each booking includes its appointmentId and teamMemberId (needed for reschedule_booking and cancel_booking), exact ISO startTime/endTime, and timezone. Requires a connected account.
get_call_chat_detailFreeFetches the full transcript and detail for one call or chat, by id. Requires a connected account.
get_call_chat_historyFreeLists recent calls or chats for the connected Nexwin account in a date range, without full transcripts. Requires a connected account.
list_team_membersFreeLists the connected Nexwin account's active team members with their teamMemberId and timezone. Call this before create_booking to get a real teamMemberId and the timezone to book in. Requires a connected account.
reschedule_bookingFreeMoves an existing booking (appointmentId from get_bookings) to a new time and emails the customer about the change. Executes immediately.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 4554ms17/20
- Tool poisoning9 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http nexwin https://mcp.nexwin.com.au/mcp
Nexwin: common questions
- Is Nexwin MCP server safe?
- With care: it is graded C, so read the findings first (56/100). Read the Nexwin safety report
- How do I install Nexwin?
- It runs remotely at mcp.nexwin.com.au. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Nexwin need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Nexwin maintained?
- The latest release is v1.0.0.
- Is Nexwin up?
- 100% of our last 1 checks got an answer. We check remote servers about four times a day.