Developer Tools
codeparticles.ke
Provides access to Code Particles' product portfolio, job listings, and editorial insights through search and detail endpoints.
ENDPOINT 1
https://mcp.codeparticles.ke/mcp
MCP server metadata
- Name
- codeparticles-mcp
- Version
- 0.1.0
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
get_productGet full detail for a single Code Particles product by its slug (the last path segment of /products/<slug>).
Inferred read-onlyget_jobGet full detail (description, responsibilities, requirements, benefits) for a single job by id, as returned by list_jobs.
Inferred read-onlysearch_insightsSearch The Fount, Code Particles' editorial knowledge base, by keyword over episode titles, subtitles, excerpts, and tags.
Inferred read-onlyget_company_infoGet Code Particles' company profile: founding, location, founder, contact channels, and consulting services offered.
Inferred read-onlyCONNECT 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.
codeparticles.ke is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.