Developer Tools
sessions.website
Provides tools for searching and inspecting GraphQL schemas, including type details, operation details, and validation.
ENDPOINT 1
https://go.sessions.website/build/api/mcp
MCP server metadata
- Name
- sessions-dev
- Version
- 1.0.0
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_docsSearch the Sessions GraphQL schemas (types, fields, root operations), the embeds catalogue, and the agent guidance for a keyword.
Inferred read-onlyget_typeReturn 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-onlyget_operationReturn full detail for one root query or mutation field — signature, description, arguments, return type, and any hand-authored examples.
Inferred read-onlyvalidate_graphqlParse and validate a GraphQL operation against the public or business schema.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- sessions-public
- Version
- 1.0.0
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
browse_sessionsList a business's upcoming scheduled sessions (name, time, status, price, registration counts).
Inferred read-onlyget_sessionFetch full detail for one scheduled session by id (time, status, price, location, counts, and the viewer’s own registration if any).
Inferred read-onlypreview_checkoutCompute the price breakdown (subtotal, discount, tax, gift-card credit, total, amount due) for registering in a session — before any payment.
Potential side effectsmy_registrationsList the signed-in viewer’s session registrations (optionally filtered by session status).
Inferred read-onlycancel_registrationCancel one of the signed-in viewer’s session registrations by its registration id (from my_registrations).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.