This MCP server, developed by Adhika Setya Pramudita, provides tools to interact with LinkedIn's Feeds and Job API using an unofficial LinkedIn API. It enables users to retrieve feed posts, search for jobs, and analyze job matches against resumes. The implementation uses Python 3.7+ and integrates with libraries like linkedin-api and fastmcp. It's designed for easy configuration through environment variables and can be run using uvicorn. This server is particularly useful for developers building LinkedIn-integrated applications, job search tools, or AI assistants that need to access LinkedIn data and functionality.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Retrieve the recent LinkedIn feed posts. Parameters: limit (integer)
Search for jobs based on keywords and location. Parameters: keywords (string), location (string), limit (integer)
Read the contents of a specified file. Parameters: path (string)