Skip to main content

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

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

techtenstein_linkedin_mcp-1.0.1.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

techtenstein_linkedin_mcp-1.0.1-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file techtenstein_linkedin_mcp-1.0.1.tar.gz.

File metadata

  • Download URL: techtenstein_linkedin_mcp-1.0.1.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

Hashes for techtenstein_linkedin_mcp-1.0.1.tar.gz
Algorithm Hash digest
SHA256 601e591dacf46ef4dc708c583d9489b0785b98cc36b382204dc1c1da3699de6c
MD5 d0a99ed0f4af54b456f4ed542d0e75f1
BLAKE2b-256 7c47954922e2490b4b9bb495c8a2d9a49ac890c17f9dff7f07b6ef96a6d6eea8

See more details on using hashes here.

File details

Details for the file techtenstein_linkedin_mcp-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: techtenstein_linkedin_mcp-1.0.1-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

Hashes for techtenstein_linkedin_mcp-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a2a2fd753055f9496aa28631f674519bf1cc5c3fbef3bd6ca813922bc1676595
MD5 aefe8a4b90d4805d8d1c33f9bef98e4c
BLAKE2b-256 c2699f9f68238b3a0818dc4be1b8eb0c1096bb7fb5ec01815acc1c51d508edfa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page