Summary
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.
Available Actions(3)
get_feed_posts
Retrieve recent LinkedIn feed posts. Parameters: limit (integer)
search_jobs
Search for jobs based on keywords and location. Parameters: keywords (string), location (string), limit (integer)
read_file
Read the contents of a specified file. Parameters: path (string)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论