com.thechrisgrey/mcp
https://mcp.thechrisgrey.comskills: {'id': 'search_blog', 'name': 'search_blog', 'description': "Search Christian Perez's blog on thechrisgrey.com for posts matching a keyword or short phrase. Returns up to 5 matching posts ordered by relevance with title, excerpt, and URL. Use get_blog_post afterward to fetch the full body of a specific post by slug.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_blog_post', 'name': 'get_blog_post', 'description': "Retrieve the full text of a single Christian Perez blog post by slug. Returns title, publication date, tags, series, excerpt, and the full post body as plain text. Use search_blog first if you don't already know the slug.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'ask_alti', 'name': 'ask_alti', 'description': "Ask Alti, Christian Perez's AI agent, a single question about Christian — his work at Altivum, The Vector Podcast, his book 'Beyond the Assessment', his military service as a Green Beret, or his AWS / Applied AI engineering practice. Returns a concise 2-4 sentence reply grounded in Christian's published writing and autobiography. Does NOT answer general knowledge questions.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 1532.9ms; conformance: pass
How to connect
https://mcp.thechrisgrey.com
curl -X POST https://mcp.thechrisgrey.com \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'