io.github.sathvic-kollu/techtenstein-linkedin
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.sathvic-kollu/techtenstein-linkedinFind me senior software engineers in New York"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: LinkedIn Bulk Data Scraper
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
Issues: https://github.com/sathvic-kollu/techtenstein-linkedin-mcp/issues
Email: sathvic777@gmail.com
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceMCP server that fetches LinkedIn profile information using the Fresh LinkedIn Profile Data API, allowing users to retrieve profile data in JSON format by providing a LinkedIn profile URL.Last updated1
- AlicenseDqualityDmaintenanceAn MCP server that provides access to the LinkedIn Bulk Data Scraper API and various utility tools for data extraction and processing.Last updated26MIT
- Alicense-qualityCmaintenanceAn innovative MCP server that transforms LinkedIn API interactions, enabling advanced people search, profile retrieval, and job market intelligence through natural language.Last updated160MIT
- Flicense-qualityCmaintenanceMCP server for LinkedIn API integration. Enables authentication, profile access, connections, search, messaging, and feed management via OAuth2.Last updated
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
Remote MCP server to enrich company profiles with structured B2B data and confidence scores.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sathvic-kollu/techtenstein-linkedin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server