mcp-linkedin
by adhikasp
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LINKEDIN_EMAIL | Yes | Your LinkedIn email address | |
LINKEDIN_PASSWORD | Yes | Your LinkedIn password |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_feed_posts | Retrieve LinkedIn feed posts. :return: List of feed post details |
search_jobs | Search for jobs on LinkedIn. :param keywords: Job search keywords :param limit: Maximum number of job results :param location: Optional location filter :return: List of job details |