llms.txt Content
# LinkMCP
> MCP server that connects LinkedIn to AI assistants. Qualify leads, read posts, manage messages, grow your network, and publish content — all through natural language.
LinkMCP is an MCP (Model Context Protocol) server that gives AI assistants like Claude, ChatGPT, Cursor, and Windsurf full access to LinkedIn. Users connect their LinkedIn account, generate an access token, and configure their AI client. After that, the AI can look up profiles, read posts, send messages, search for people, and more.
No code required. Just describe what you want in plain English.
## Pages
- [Home](https://app.linkmcp.io): Landing page with product overview, use cases, pricing, and FAQ
- [Sign in](https://app.linkmcp.io/login): Authentication page
- [llms-full.txt](https://app.linkmcp.io/llms-full.txt): Full documentation with all tool details
## MCP Tools (24 total)
### Profile & Company
- **linkedin_get_profile**: Get a LinkedIn person profile by URL, public ID (slug), or URN.
- **linkedin_get_company**: Get a LinkedIn company profile by URL, slug, or numeric ID.
- **linkedin_bulk_get_profiles**: Fetch slim LinkedIn profiles in bulk (up to 10). Returns per-item results with error tracking — never stops on first error.
- **linkedin_bulk_get_companies**: Fetch slim LinkedIn company profiles in bulk (up to 10). Returns per-item results with error tracking — never stops on first error.
### Posts & Engagement
- **linkedin_get_person_posts**: Get a person's recent LinkedIn posts by profile URL, public ID (slug), or URN. Returns up to ~50 posts with text, engagement counts, and post URL.
- **linkedin_get_company_posts**: Get a company's recent LinkedIn posts by company URL, slug, or numeric ID. Returns up to ~30 posts with text, engagement counts, and post URL.
- **linkedin_get_post_comments**: Get comments on a LinkedIn post. Provide activityUrn (from linkedin_get_person_posts) or a post URL.
- **linkedin_get_post_reactions**: Get reactions on a LinkedIn post. Provi