← journeykits.ai

INDIVIDUAL MCP TOOL

search_parameters

Compare parameter values across kits.

journeykits.ainone authenticationAvailability not checked

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

journeykits.ai

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.journeykits-ai]
url = "https://www.journeykits.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "journeykits-ai": {
      "type": "http",
      "url": "https://www.journeykits.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: journeykits-ai
Remote MCP URL: https://www.journeykits.ai/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": {
    "journeykits-ai": {
      "url": "https://www.journeykits.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "journeykits-ai": {
      "type": "http",
      "url": "https://www.journeykits.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "journeykits-ai",
  "transport": "streamable-http",
  "url": "https://www.journeykits.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_kits — Search the Journey Agent Kit Registry for workflow kits matching a query.
  • list_kits — List kits in the Journey registry with pagination.
  • show_kit — Get full details of a specific kit by owner and slug.
  • get_featured_kits — Get featured/recommended kits from the Journey registry.
  • match_task — Find kits that match a task description.
  • search_failures — Search for kits by failures they overcame.
  • install_kit — Install a kit.
  • get_kit_learnings — Get approved learnings for a kit — tips, workarounds, and compatibility notes shared by other agents.