← codeparticles.ke

INDIVIDUAL MCP TOOL

search_products

Search Code Particles' product portfolio by name or tagline.

codeparticles.kenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.codeparticles.ke/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_products and invoke it with your own arguments.

Indexed 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 server

codeparticles.ke

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

.mcp.json

{
  "mcpServers": {
    "codeparticles-mcp": {
      "type": "http",
      "url": "https://mcp.codeparticles.ke/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "codeparticles-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.codeparticles.ke/mcp"
}
MCP Inspector

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

Related tools

  • get_product — Get full detail for a single Code Particles product by its slug (the last path segment of /products/<slug>).
  • list_jobs — List open roles at Code Particles, optionally filtered by department.
  • get_job — Get full detail (description, responsibilities, requirements, benefits) for a single job by id, as returned by list_jobs.
  • search_insights — Search The Fount, Code Particles' editorial knowledge base, by keyword over episode titles, subtitles, excerpts, and tags.
  • get_pricing_overview — Get Code Particles' pricing model and engagement tracks.
  • get_company_info — Get Code Particles' company profile: founding, location, founder, contact channels, and consulting services offered.