← Registry

AI & Machine Learning

gettoggle.uk

This MCP server provides search, recommendation, and browsing of public prompt tokens for AI image generation prompts.

1 endpoint6 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://gettoggle.uk/mcp

No auth detected

MCP server metadata

Name
toggle-catalog
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged

Known tools 6

search_tokens

Find visual prompt tokens using lexical or hybrid semantic search.

Inferred read-only
recommend_prompt_tokens

Recommend Toggle tokens for a selected word or phrase in an image prompt.

Inferred read-only
browse_tokens

Read a stable, cursor-paginated page of public prompt tokens.

Inferred read-only
get_token

Read the safe public detail and examples for one prompt token ID.

Inferred read-only
browse_categories

Read a stable, cursor-paginated page of public catalog categories.

Inferred read-only
get_category

Read one public catalog category by ID.

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

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.