ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Breadcrumb Generator with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automatically generates text, JSON-LD schema, and HTML breadcrumbs from URL paths.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 3 capabilities

The complete Breadcrumb Generator capability set.

These are the exact actions your AI can choose when you ask it to work with Breadcrumb Generator.

Capability set01 / 01

01-03

3 capabilities in this set.

Part of 3 available through Breadcrumb Generator.

  1. 01

    Generate text breadcrumb

    Generates a plain text breadcrumb

  2. 02

    Generate JSON ld schema

    Generates a JSON-LD schema for BreadcrumbList

  3. 03

    Generate HTML breadcrumb

    Generates an HTML breadcrumb snippet

Observed, not estimated

653ms average. Fast in production.

Breadcrumb Generator is checked daily against the live service.

Daily averagePeak 924ms
Aug 20Today
Fastest day
483ms
Slowest day
924ms
14-day trend
Slowing+18%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 3 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Breadcrumb Generator, so you can see the experience inside your AI.

It does not authenticate your account with Breadcrumb Generator. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Breadcrumb Generator Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_bPgv0m82CVdqa5bdFTxCUpkMAW4p6WFCN3uGLIJI/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Breadcrumb Generator capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "breadcrumb-generator-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_bPgv0m82CVdqa5bdFTxCUpkMAW4p6WFCN3uGLIJI/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Breadcrumb Generator owners ask.

  • 01

    What formats can the breadcrumb generator produce?

    It produces three formats: plain text for simple visual trails, JSON-LD schema for SEO optimization, and semantic HTML5 markup for web navigation.

  • 02

    How do I provide the URL path?

    You simply pass the URL path string (e.g., '/products/electronics/mobile') as the urlPath parameter to any of the available capabilities.

  • 03

    Does the HTML output include links?

    Yes, the generate_html_breadcrumb capability generates an unordered list where each segment (except the current page) is wrapped in a relative anchor tag.