LinkedIn MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | Yes | Host address for the MCP server. | 0.0.0.0 |
| MCP_PORT | Yes | Port for the MCP server. | 8050 |
| COOKIE_DIR | Yes | Directory path where cookies are stored. | |
| MCP_TIMEOUT | Yes | Timeout in seconds for MCP operations. | 150 |
| MCP_TRANSPORT | Yes | Transport protocol to use: 'sse', 'stdio', or 'streamable-http'. | |
| LINKEDIN_USER_1 | Yes | LinkedIn username for the first account. | |
| LINKEDIN_USER_2 | No | LinkedIn username for a second account (optional). | |
| LINKEDIN_PASSWORD_1 | Yes | LinkedIn password for the first account. | |
| LINKEDIN_PASSWORD_2 | No | LinkedIn password for a second account (optional). |
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 |
|---|---|
| linkedin_profileA | In 2019 I commenced my learning on Artificial Intelligence and Deep Learning and related technologies and participated in several Kaggle competitions. I dedicate my weekends to my pet projects for UK charities which promote well-being and meditation.", "summary": "", "industry_name": "Software Engineer at Onepoint Consulting", "geo_location": "London Area, United Kingdom", "linkedin_profile_url": "https://www.linkedin.com/in/gil-palma-fernandes", "experiences": [ { "institution_name": "Onepoint Consulting · Full-time", "linkedin_url": "https://www.linkedin.com/company/309728/", "website": "", "industry": "", "type": "", "headquarters": "", ... |
| profile_searchA | Search for LinkedIn profiles by name. Args: name: The name to search for Returns: A list of LinkedIn profiles as dictionaries Example output in case of success: [ { "person_name": "Gil Fernandes", "person_linkedin_url": "https://www.linkedin.com/in/gil-palma-fernandes/", "profile_id": "gil-palma-fernandes", "title": "Software Engineer at Onepoint Consulting" }, { "person_name": "Gil Fernandes", "person_linkedin_url": "https://www.linkedin.com/in/gil-fernandes-a7578334a/", "profile_id": "gil-fernandes-a7578334a", "title": "Passionate Holistic Therapist and Dynamic Team Leader with over 12 years of experience across diverse care settings. Skilled in crisis management and dedicated to fostering well-being in every aspect of care!" } ... Example output in case of error: { "error": "Error searching profiles: Error searching profiles" } |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| profile_search_by_name | Returns a prompt that you can use to search for a LinkedIn profile by name. |
| profile_experiences_by_profile_id | Returns a prompt that you can use to list the experiences of a LinkedIn profile by profile id. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| british_english_resource | Used to define a specific language and behaviour for the MCP. |
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/rcreech93/linkedin_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server