{"name":"au.com.nexwin/nexwin","slug":"nexwin","title":"Nexwin","description":"Check bookings, review calls and chats, and manage appointments in your Nexwin AI receptionist.","url":"https://mcp.market/server/nexwin","rating":null,"grade":"C","score":56,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-24T05:05:42.357Z","last_ok_at":"2026-09-24T05:05:42.357Z","latency_ms":1321},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://nexwin.com.au/chatgpt-claude-app.html","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.nexwin.com.au/mcp"}],"packages":[],"tools":[{"name":"about_nexwin","description":"Explains 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"cancel_booking","description":"Cancels 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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"appointmentId":{"type":"string","description":"From get_bookings"}},"required":["appointmentId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"create_booking","description":"Creates 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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"teamMemberId":{"type":"string","description":"From list_team_members"},"title":{"type":"string"},"startTime":{"type":"string","description":"ISO 8601 with UTC offset, e.g. 2026-09-20T14:00:00+10:00"},"endTime":{"type":"string","description":"ISO 8601 with UTC offset, e.g. 2026-09-20T15:00:00+10:00"},"timezone":{"type":"string","description":"IANA timezone, e.g. Australia/Sydney — use the team member's timezone from list_team_members"},"meetingType":{"type":"string","enum":["online","in_person"]},"customerName":{"type":"string"},"customerEmail":{"type":"string"},"customerPhone":{"type":"string"},"meetingAddress":{"type":"string","description":"For in_person bookings"}},"required":["teamMemberId","title","startTime","endTime","timezone","meetingType","customerName"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_account_usage_summary","description":"Plan, subscription status, minutes/messages used this period, and wallet balance for the connected Nexwin account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_bookings","description":"Lists 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"startDate":{"type":"string","description":"YYYY-MM-DD, business-local"},"endDate":{"type":"string","description":"YYYY-MM-DD, business-local"},"status":{"type":"string","enum":["scheduled","confirmed","canceled","completed"]}},"required":["startDate","endDate"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_call_chat_detail","description":"Fetches the full transcript and detail for one call or chat, by id. Requires a connected account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"channel":{"type":"string","enum":["call","chat"]},"id":{"type":"string","description":"The callId or chatId from get_call_chat_history"}},"required":["channel","id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_call_chat_history","description":"Lists recent calls or chats for the connected Nexwin account in a date range, without full transcripts. Requires a connected account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"channel":{"type":"string","enum":["call","chat"]},"startDate":{"type":"string","description":"YYYY-MM-DD"},"endDate":{"type":"string","description":"YYYY-MM-DD"},"limit":{"type":"integer","minimum":1,"maximum":25}},"required":["channel","startDate","endDate"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_team_members","description":"Lists 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"reschedule_booking","description":"Moves an existing booking (appointmentId from get_bookings) to a new time and emails the customer about the change. Executes immediately.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"appointmentId":{"type":"string","description":"From get_bookings"},"startTime":{"type":"string","description":"ISO 8601 with UTC offset, e.g. 2026-09-20T14:00:00+10:00"},"endTime":{"type":"string","description":"ISO 8601 with UTC offset, e.g. 2026-09-20T15:00:00+10:00"},"timezone":{"type":"string","description":"IANA timezone; defaults to the booking’s existing timezone"}},"required":["appointmentId","startTime","endTime"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":56,"grade":"C","scanned_at":"2026-09-24T05:03:15.886Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-24T05:03:15.853Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 4554ms"]},"poisoning":{"score":15,"max":15,"notes":["9 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.nexwin.com.au/mcp","reachable":true,"authRequired":false,"latencyMs":4554,"serverInfo":{"name":"nexwin","version":"0.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://nexwin.com.au/images/logo/nexwin-logo.svg","source":"registry"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}