{
  "name": "tal-ogen-portfolio",
  "description": "Tal Ogen's portfolio as an MCP server — candidate profile, projects, and autonomous agents for hiring/HR agents, plus a contact_recruiter tool that reaches a real human.",
  "version": "1.5.0",
  "serverUrl": "https://talogen.dev/mcp",
  "transport": "streamable-http",
  "authentication": "none",
  "cost": "free",
  "tools": [
    {
      "name": "get_profile",
      "description": "Professional profile: headline, summary, about, contact, capability categories, strengths. Optional section filter."
    },
    {
      "name": "list_projects",
      "description": "Featured software projects (id, title, link, problem, tags). Optional tag and flagship_only filters."
    },
    {
      "name": "list_agents",
      "description": "Autonomous AI agents Tal Ogen has designed and built. Optional tag filter."
    },
    {
      "name": "get_project",
      "description": "Full problem/solution/result detail for one project or agent by id."
    },
    {
      "name": "contact_recruiter",
      "description": "Send Tal a message about a role or opportunity (requires reply_to email). Delivered via the Human For AI platform; a human replies."
    }
  ],
  "discovery": "https://talogen.dev/.well-known/mcp",
  "client_config": "https://talogen.dev/.well-known/mcp.json",
  "documentation": "https://talogen.dev/developers/"
}
