Developer Portfolio MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_developer_profileA | Get the developer's core profile: name, title, contact, summary, and availability. |
| list_projectsA | List all projects in the developer's portfolio. Args: status: Optional filter — 'Active', 'Completed', or None for all. |
| get_project_detailsB | Get detailed information about a specific project. Args: project_id: Project slug, e.g. 'developer-portfolio-mcp'. |
| search_skillsA | Search skills by keyword and optional category. Args: query: Skill name or keyword to search for (case-insensitive). category: Skill category to search in, or 'all' for every category. |
| get_contact_infoA | Get contact links and availability for scheduling interviews. |
| compare_stackB | Compare a job's required tech stack against the developer's skills. Args: required_stack: List of technologies from a job description, e.g. ['Python', 'React', 'Docker']. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| interview_prep | Generate an interview preparation brief for a specific role. Args: role: Target job title, e.g. 'Senior Python Engineer'. company: Company name for context. |
| recruiter_brief | Generate a recruiter-friendly candidate brief. Args: focus: 'technical', 'leadership', or 'full' overview. |
| project_pitch | Generate a pitch for a specific portfolio project. Args: project_id: Project slug, e.g. 'developer-portfolio-mcp'. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| resume_resource | Full developer resume in Markdown format. |
| projects_resource | Complete list of portfolio projects as JSON. |
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/minhasaatish/developer-portfolio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server