jakegaylor-com-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (default 3000) | |
| LLM_MODEL | No | Model override (default openai/gpt-5.4-nano on OpenRouter, gpt-5.4-nano on OpenAI) | |
| EMAIL_FROM | No | From-address for Resend (domain must be verified in Resend) | |
| A2A_BASE_URL | No | Public base URL baked into the agent card (default https://ai.jakegaylor.com) | |
| POSTHOG_HOST | No | PostHog endpoint (default https://us.i.posthog.com) | |
| OPENAI_API_KEY | No | LLM for about-jake via OpenAI directly (fallback) | |
| RESEND_API_KEY | No | Email via Resend SMTP (preferred when set) | |
| MAILGUN_API_KEY | No | Email via Mailgun (fallback when Resend is not configured) | |
| POSTHOG_API_KEY | No | Server-side agent-traffic analytics (card fetches, MCP/A2A requests, skill routing); analytics are disabled without it | |
| OPENROUTER_API_KEY | No | LLM for about-jake via OpenRouter (preferred when set) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_resume_textA | Get the resume text of the candidate Jake Gaylor |
| get_resume_urlB | Get the resume URL of the candidate Jake Gaylor |
| get_linkedin_urlA | Get the LinkedIn URL of the candidate Jake Gaylor |
| get_github_urlA | Get the GitHub URL of the candidate Jake Gaylor |
| get_website_urlB | Get the website URL of the candidate Jake Gaylor |
| get_website_textC | Get the website text of the candidate Jake Gaylor |
| generate_interview_questionsC | Generate tailored interview questions for Jake Gaylor |
| assess_role_fitC | Assess Jake Gaylor's fit for a specific role based on job description |
| get_candidate_preferencesC | Structured screening and logistics data for Jake Gaylor: role types, level, location, relocation, remote preference, work authorization, compensation stance, availability, and machine-readable resume links. Returns JSON. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| get_candidate_background | Get information about Jake Gaylor's experience, skills, and background |
| assess_tech_proficiency | Assess Jake Gaylor's proficiency in specific technologies |
| generate_phone_screen | Generate interview questions for Jake Gaylor based on specific technical areas |
| summarize_career_highlights | Generate a summary of Jake Gaylor's career highlights |
| evaluate_job_fit | Evaluate if Jake Gaylor is a good fit for a specific role |
| assess_product_collaboration | Understand how Jake Gaylor collaborates on product vision and feature prioritization |
| assess_startup_fit | Assess Jake Gaylor's fit for a startup or small team environment |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Jake Gaylor Resume Text | |
| Jake Gaylor Resume URL | |
| Jake Gaylor LinkedIn Profile URL | |
| Jake Gaylor GitHub Profile URL | |
| Jake Gaylor Website URL | |
| Jake Gaylor Website Text |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jhgaylor/ai-jakegaylor-com'
If you have feedback or need assistance with the MCP directory API, please join our Discord server