← sessions.website
INDIVIDUAL MCP TOOL
validate_graphql
Parse and validate a GraphQL operation against the public or business schema.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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-website]
url = "https://go.sessions.website/build/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sessions-website": {
"type": "http",
"url": "https://go.sessions.website/build/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sessions-website
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-website": {
"url": "https://go.sessions.website/build/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sessions-website": {
"type": "http",
"url": "https://go.sessions.website/build/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sessions-website",
"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.
Related tools
search_docs— Search the Sessions GraphQL schemas (types, fields, root operations), the embeds catalogue, and the agent guidance for a keyword.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.get_operation— Return full detail for one root query or mutation field — signature, description, arguments, return type, and any hand-authored examples.