{
  "markdown": "<!-- mcp-name: io.github.sathvic-kollu/techtenstein-linkedin -->\n\n# Techtenstein LinkedIn MCP\n\nMCP server that gives your Claude, Cline, or Cursor session the ability to enrich\nLinkedIn profiles, companies, and prospect searches. Powered by the\n[Techtenstein LinkedIn Enrichment API](https://apis.techtenstein.com).\n\nUse it for sales prospecting, recruiter sourcing, account research, or lead-scoring pipelines.\n\n## Tools exposed\n\n- `linkedin_profile(profile_url)` — Full profile enrichment (experience, education, skills, certifications)\n- `linkedin_company(company_url)` — Firmographic enrichment (size, industry, HQ, description, updates)\n- `linkedin_search_people(keywords, location, company, title, limit)` — Filtered people search\n\n## Install (Claude Desktop)\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"techtenstein-linkedin\": {\n      \"command\": \"uvx\",\n      \"args\": [\"techtenstein-linkedin-mcp\"],\n      \"env\": {\n        \"TECHTENSTEIN_API_KEY\": \"your_key_from_techtenstein.com\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop. All three tools will appear.\n\n## Install (Cline / VS Code)\n\nSame config as Claude Desktop.\n\n## Install (Cursor)\n\nAdd to `~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"techtenstein-linkedin\": {\n      \"command\": \"uvx\",\n      \"args\": [\"techtenstein-linkedin-mcp\"],\n      \"env\": {\"TECHTENSTEIN_API_KEY\": \"your_key\"}\n    }\n  }\n}\n```\n\n## Get an API key\n\nFree tier (10 lookups/day, no card): https://apis.techtenstein.com\n\nPaid tiers start at $25/month for 500 lookups.\n\n## Example usage\n\nProspecting:\n\n> \"Look up this LinkedIn profile and tell me if they're a good fit for a growth marketing role: https://linkedin.com/in/example\"\n\nAccount research:\n\n> \"Enrich this company for me: https://linkedin.com/company/anthropic\"\n\nSourcing:\n\n> \"Find 20 senior data engineers in Berlin at companies with 50-500 employees.\"\n\nClaude will call `linkedin_search_people(keywords=\"senior data engineer\", location=\"Berlin\", limit=20)` and return a shortlist.\n\n## Response schemas\n\n### Profile\n\n```json\n{\n  \"name\": \"Jane Doe\",\n  \"headline\": \"Senior Growth Marketer @ Acme\",\n  \"location\": \"San Francisco, CA\",\n  \"current_title\": \"Senior Growth Marketer\",\n  \"current_company\": \"Acme Corp\",\n  \"experience\": [{\"title\": \"...\", \"company\": \"...\", \"duration\": \"...\"}],\n  \"education\": [{\"school\": \"...\", \"degree\": \"...\", \"field\": \"...\"}],\n  \"skills\": [\"SEO\", \"Growth\", \"Analytics\"],\n  \"certifications\": [\"Google Analytics\"]\n}\n```\n\n### Company\n\n```json\n{\n  \"name\": \"Anthropic\",\n  \"industry\": \"Artificial Intelligence\",\n  \"size_range\": \"501-1000\",\n  \"employee_count\": 620,\n  \"founded\": 2021,\n  \"hq_city\": \"San Francisco\",\n  \"hq_country\": \"United States\",\n  \"website\": \"https://anthropic.com\",\n  \"description\": \"...\"\n}\n```\n\n## Support\n\n- Docs: https://apis.techtenstein.com\n- Issues: https://github.com/sathvic-kollu/techtenstein-linkedin-mcp/issues\n- Email: sathvic777@gmail.com\n\n## License\n\nMIT\n",
  "bytes": 2970,
  "sha": "686122f47b1837c62be626f4daa18ad8c99a093d904d7d018de5459348bca09b",
  "repo_slug": "sathvic-kollu/techtenstein-linkedin-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sathvic_kollu_techtenstein_lin_5b00900a/readme"
}