← Registry

Developer Tools

sessions.website

Provides tools for searching and inspecting GraphQL schemas, including type details, operation details, and validation.

2 endpoints11 known toolsFirst detected June 17, 2026Last detected August 29, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
sessions-dev
Version
1.0.0
Capabilities
tools
Server instructions

Sessions developer docs server. Use search_docs to find a type, operation, embed, or guidance topic; get_type / get_operation for full detail; and validate_graphql to check a GraphQL document against the public or business schema before sending it to the live API at https://go.sessions.website/api/graphql.

Known tools 4

search_docs

Search the Sessions GraphQL schemas (types, fields, root operations), the embeds catalogue, and the agent guidance for a keyword.

Inferred read-only
get_type

Return full detail for one GraphQL type from the chosen schema: description, fields (with arguments and deprecation), input fields, enum values, union/interface members, and which types reference it.

Inferred read-only
get_operation

Return full detail for one root query or mutation field — signature, description, arguments, return type, and any hand-authored examples.

Inferred read-only
validate_graphql

Parse and validate a GraphQL operation against the public or business schema.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

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

No auth detected

MCP server metadata

Name
sessions-public
Version
1.0.0
Capabilities
tools
Server instructions

Sessions public API server. Discovery tools (find_business, browse_sessions, get_session, preview_checkout) work anonymously. Viewer tools (my_registrations, cancel_registration) need a signed-in viewer — the `auth` cookie or an embed-scoped Bearer JWT. start_sign_in emails a sign-in link. When connected to a business-pinned endpoint (…/@handle/api/mcp), the business is already selected.

Known tools 7

find_business

Search Sessions businesses by name or keyword.

Inferred read-only
browse_sessions

List a business's upcoming scheduled sessions (name, time, status, price, registration counts).

Inferred read-only
get_session

Fetch full detail for one scheduled session by id (time, status, price, location, counts, and the viewer’s own registration if any).

Inferred read-only
preview_checkout

Compute the price breakdown (subtotal, discount, tax, gift-card credit, total, amount due) for registering in a session — before any payment.

Potential side effects
start_sign_in

Send a sign-in email to the given address.

Potential side effects
my_registrations

List the signed-in viewer’s session registrations (optionally filtered by session status).

Inferred read-only
cancel_registration

Cancel one of the signed-in viewer’s session registrations by its registration id (from my_registrations).

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.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.

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.