{"server":"janisheck-mcp-server","version":"2.0.0","description":"MCP server for Joey Janisheck — professional profile, blog content, and AI-powered candidate evaluation","usage":"This endpoint implements the Model Context Protocol (MCP). Use POST with JSON-RPC 2.0 requests.","documentation":"Visit /mcp-docs for interactive documentation and testing.","discovery":{"llms_txt":"https://www.janisheck.com/llms.txt","ai_json":"https://www.janisheck.com/.well-known/ai.json","mcp_json":"https://www.janisheck.com/.well-known/mcp.json"},"resources":{"profile":"Professional profile data (summary, skills, experience, projects, recommendations, availability)","blog":"Blog posts from janisheck.com (261 articles)"},"tools":{"evaluateFit":{"description":"Send a job description, get a structured AI-powered match analysis","inputSchema":{"type":"object","properties":{"jobDescription":{"type":"string","description":"The full job description or role requirements to evaluate against"}},"required":["jobDescription"]}},"searchProjects":{"description":"Search projects by technology or industry","inputSchema":{"type":"object","properties":{"technology":{"type":"string","description":"Technology to filter by (e.g., 'React', 'Solana', 'AI')"},"industry":{"type":"string","description":"Industry to filter by (e.g., 'sports', 'political', 'blockchain')"}}}},"searchBlog":{"description":"Search blog posts by keyword","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"The search query"}},"required":["query"]}},"getContactInfo":{"description":"Get Joey's contact information and current availability status","inputSchema":{"type":"object","properties":{}}}},"example":{"jsonrpc":"2.0","method":"tools/call","params":{"name":"evaluateFit","args":{"jobDescription":"Senior Full-Stack Engineer with AI/LLM experience..."}},"id":1}}