MCP server for Techtenstein LinkedIn Enrichment API. Enrich profiles, companies, and prospect searches via Claude, Cline, and Cursor.
Project description
Techtenstein LinkedIn MCP
MCP server that gives your Claude, Cline, or Cursor session the ability to enrich LinkedIn profiles, companies, and prospect searches. Powered by the Techtenstein LinkedIn Enrichment API.
Use it for sales prospecting, recruiter sourcing, account research, or lead-scoring pipelines.
Tools exposed
linkedin_profile(profile_url)— Full profile enrichment (experience, education, skills, certifications)linkedin_company(company_url)— Firmographic enrichment (size, industry, HQ, description, updates)linkedin_search_people(keywords, location, company, title, limit)— Filtered people search
Install (Claude Desktop)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"techtenstein-linkedin": {
"command": "uvx",
"args": ["techtenstein-linkedin-mcp"],
"env": {
"TECHTENSTEIN_API_KEY": "your_key_from_techtenstein.com"
}
}
}
}
Restart Claude Desktop. All three tools will appear.
Install (Cline / VS Code)
Same config as Claude Desktop.
Install (Cursor)
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"techtenstein-linkedin": {
"command": "uvx",
"args": ["techtenstein-linkedin-mcp"],
"env": {"TECHTENSTEIN_API_KEY": "your_key"}
}
}
}
Get an API key
Free tier (10 lookups/day, no card): https://apis.techtenstein.com
Paid tiers start at $25/month for 500 lookups.
Example usage
Prospecting:
"Look up this LinkedIn profile and tell me if they're a good fit for a growth marketing role: https://linkedin.com/in/example"
Account research:
"Enrich this company for me: https://linkedin.com/company/anthropic"
Sourcing:
"Find 20 senior data engineers in Berlin at companies with 50-500 employees."
Claude will call linkedin_search_people(keywords="senior data engineer", location="Berlin", limit=20) and return a shortlist.
Response schemas
Profile
{
"name": "Jane Doe",
"headline": "Senior Growth Marketer @ Acme",
"location": "San Francisco, CA",
"current_title": "Senior Growth Marketer",
"current_company": "Acme Corp",
"experience": [{"title": "...", "company": "...", "duration": "..."}],
"education": [{"school": "...", "degree": "...", "field": "..."}],
"skills": ["SEO", "Growth", "Analytics"],
"certifications": ["Google Analytics"]
}
Company
{
"name": "Anthropic",
"industry": "Artificial Intelligence",
"size_range": "501-1000",
"employee_count": 620,
"founded": 2021,
"hq_city": "San Francisco",
"hq_country": "United States",
"website": "https://anthropic.com",
"description": "..."
}
Support
- Docs: https://apis.techtenstein.com
- Issues: https://github.com/sathvic-kollu/techtenstein-linkedin-mcp/issues
- Email: sathvic777@gmail.com
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file techtenstein_linkedin_mcp-1.0.2.tar.gz.
File metadata
- Download URL: techtenstein_linkedin_mcp-1.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58d29afc87a9c9ad2ed82ab9789e6c2482dde322acb1daa8a3f3e2475c0a71cb
|
|
| MD5 |
fe28e5acd08e1eb9470b4aa7f13a3561
|
|
| BLAKE2b-256 |
3b54897279454f3d81b0f631cd35e139394b9fd2c443c408a03202bc6ecd4a8f
|
File details
Details for the file techtenstein_linkedin_mcp-1.0.2-py3-none-any.whl.
File metadata
- Download URL: techtenstein_linkedin_mcp-1.0.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcaf81c70c48ca1ec34adf13fedbc9469b961b0a1ecc7be344d93dde49b10214
|
|
| MD5 |
5ec081fc445acb04c9a3d749ca35a1f9
|
|
| BLAKE2b-256 |
8a935094467d92cfba383f2e3889b49033fe064ca98245fb3507b160659ef4e6
|