← Registry

Developer Tools

codeparticles.ke

Provides access to Code Particles' product portfolio, job listings, and editorial insights through search and detail endpoints.

1 endpoint7 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://mcp.codeparticles.ke/mcp

No auth detected

MCP server metadata

Name
codeparticles-mcp
Version
0.1.0
Capabilities
tools
Server instructions

Read-only tools over Code Particles' public site content: products, jobs, Fount insights, pricing model, and company info. No authentication required. No write actions are exposed.

Known tools 7

search_products

Search Code Particles' product portfolio by name or tagline.

Inferred read-only
get_product

Get full detail for a single Code Particles product by its slug (the last path segment of /products/<slug>).

Inferred read-only
list_jobs

List open roles at Code Particles, optionally filtered by department.

Inferred read-only
get_job

Get full detail (description, responsibilities, requirements, benefits) for a single job by id, as returned by list_jobs.

Inferred read-only
search_insights

Search The Fount, Code Particles' editorial knowledge base, by keyword over episode titles, subtitles, excerpts, and tags.

Inferred read-only
get_pricing_overview

Get Code Particles' pricing model and engagement tracks.

Inferred read-only
get_company_info

Get Code Particles' company profile: founding, location, founder, contact channels, and consulting services offered.

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for codeparticles.ke was fetched 2026-08-21T12:28:17.184Z.

Trust status Trusted

codeparticles.ke is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.