← Registry

General Tools

nexwin.com.au

Provides general-purpose tools through the Model Context Protocol.

1 endpoint9 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://mcp.nexwin.com.au/mcp

No auth detected

MCP server metadata

Name
nexwin
Version
0.1.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

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

about_nexwin

Explains what Nexwin is and how to sign up.

Inferred read-only
get_bookings

Lists the connected Nexwin account's appointments/bookings in a date range (max 30 days, first 25 results).

Inferred read-only
list_team_members

Lists the connected Nexwin account's active team members with their teamMemberId and timezone.

Inferred read-only
get_call_chat_history

Lists recent calls or chats for the connected Nexwin account in a date range, without full transcripts.

Inferred read-only
get_call_chat_detail

Fetches the full transcript and detail for one call or chat, by id.

Inferred read-only
get_account_usage_summary

Plan, subscription status, minutes/messages used this period, and wallet balance for the connected Nexwin account.

Inferred read-only
create_booking

Creates a new appointment on the connected Nexwin account and emails the customer a confirmation.

Inferred read-only
reschedule_booking

Moves an existing booking (appointmentId from get_bookings) to a new time and emails the customer about the change.

Inferred read-only
cancel_booking

Cancels a booking (appointmentId from get_bookings) by PERMANENTLY DELETING it — it will not appear afterwards, even as canceled.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.