← gettoggle.uk
INDIVIDUAL MCP TOOL
get_token
Read the safe public detail and examples for one prompt token ID.
LIVE ENDPOINT
https://gettoggle.uk/mcp
Connect to this endpoint to inspect the live schema for get_token and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.toggle-catalog]
url = "https://gettoggle.uk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"toggle-catalog": {
"type": "http",
"url": "https://gettoggle.uk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: toggle-catalog
Remote MCP URL: https://gettoggle.uk/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": {
"toggle-catalog": {
"url": "https://gettoggle.uk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"toggle-catalog": {
"type": "http",
"url": "https://gettoggle.uk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "toggle-catalog",
"transport": "streamable-http",
"url": "https://gettoggle.uk/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_tokens— Find visual prompt tokens using lexical or hybrid semantic search.recommend_prompt_tokens— Recommend Toggle tokens for a selected word or phrase in an image prompt.browse_tokens— Read a stable, cursor-paginated page of public prompt tokens.browse_categories— Read a stable, cursor-paginated page of public catalog categories.get_category— Read one public catalog category by ID.