{
  "$schema": "https://modelcontextprotocol.io/schema/server-card.json",
  "name": "codeparticles-mcp",
  "title": "Code Particles",
  "description": "Read-only MCP server over Code Particles' public site content: product portfolio, open roles, Fount editorial insights, pricing model, and company info. No authentication required. No write actions are exposed.",
  "version": "0.1.0",
  "protocolVersion": "2025-06-18",
  "url": "https://mcp.codeparticles.ke/mcp",
  "transport": "streamable-http",
  "auth": "none",
  "documentation": "https://codeparticles.ke/AGENTS.md",
  "contact": "hello@codeparticles.ke",
  "capabilities": {
    "tools": [
      "search_products",
      "get_product",
      "list_jobs",
      "get_job",
      "search_insights",
      "get_pricing_overview",
      "get_company_info"
    ]
  },
  "alternateTransports": {
    "rest": {
      "description": "Plain REST/JSON mirror of the same tools, for agent frameworks that consume OpenAPI rather than MCP.",
      "openapi": "https://mcp.codeparticles.ke/openapi.json",
      "baseUrl": "https://mcp.codeparticles.ke/api"
    }
  }
}
