Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Io.Github.Sathvic Kollu/Techtenstein Linkedin

БесплатноНе проверен

MCP server that enriches LinkedIn profiles, companies, and enables people search using the Techtenstein LinkedIn Enrichment API.

GitHubEmbed

Описание

MCP server that enriches LinkedIn profiles, companies, and enables people search using the Techtenstein LinkedIn Enrichment API.

README

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

from github.com/sathvic-kollu/techtenstein-linkedin-mcp

Установка Io.Github.Sathvic Kollu/Techtenstein Linkedin

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/sathvic-kollu/techtenstein-linkedin-mcp

FAQ

Io.Github.Sathvic Kollu/Techtenstein Linkedin MCP бесплатный?

Да, Io.Github.Sathvic Kollu/Techtenstein Linkedin MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Io.Github.Sathvic Kollu/Techtenstein Linkedin?

Нет, Io.Github.Sathvic Kollu/Techtenstein Linkedin работает без API-ключей и переменных окружения.

Io.Github.Sathvic Kollu/Techtenstein Linkedin — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Io.Github.Sathvic Kollu/Techtenstein Linkedin в Claude Desktop, Claude Code или Cursor?

Открой Io.Github.Sathvic Kollu/Techtenstein Linkedin на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Io.Github.Sathvic Kollu/Techtenstein Linkedin with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development