← sessions.website

INDIVIDUAL MCP TOOL

start_sign_in

Send a sign-in email to the given address.

sessions.websitenone authenticationAvailability not checked

LIVE ENDPOINT

https://go.sessions.website/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for start_sign_in and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent server

sessions.website

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.sessions-public]
url = "https://go.sessions.website/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sessions-public": {
      "type": "http",
      "url": "https://go.sessions.website/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sessions-public
Remote MCP URL: https://go.sessions.website/api/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": {
    "sessions-public": {
      "url": "https://go.sessions.website/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sessions-public": {
      "type": "http",
      "url": "https://go.sessions.website/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sessions-public",
  "transport": "streamable-http",
  "url": "https://go.sessions.website/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • find_business — Search Sessions businesses by name or keyword.
  • browse_sessions — List a business's upcoming scheduled sessions (name, time, status, price, registration counts).
  • get_session — Fetch full detail for one scheduled session by id (time, status, price, location, counts, and the viewer’s own registration if any).
  • preview_checkout — Compute the price breakdown (subtotal, discount, tax, gift-card credit, total, amount due) for registering in a session — before any payment.
  • my_registrations — List the signed-in viewer’s session registrations (optionally filtered by session status).
  • cancel_registration — Cancel one of the signed-in viewer’s session registrations by its registration id (from my_registrations).