Linkup Company Research MCP

Linkup Company Research MCP

Provides 17 research tools for comprehensive company intelligence, covering aspects like overview, products, financials, and competitors. Supports both natural language answers and structured JSON output for automation.

Category
访问服务器

README

Linkup Company Research MCP

An MCP server that provides comprehensive company research tools powered by Linkup. Connect it to Claude, Cursor, or any MCP-compatible client to get instant company intelligence.

Features

  • 17 research tools covering all aspects of company intelligence
  • Dual output formats: Natural language answers with sources, or structured JSON for automation
  • Full parameter control: Date filters, domain filters, image support, and result limits
  • Optimized prompts: Following Linkup's best practices for accurate, comprehensive research

Tools

Tool Description Search Depth
company_overview Company identity, location, size, industry, business model Deep
company_products Products, services, pricing, and use cases Standard
company_business_model Revenue streams, unit economics, go-to-market strategy Standard
company_target_market Ideal customer profile, segments, geographic markets Standard
company_financials Revenue, profitability, key metrics (ARR, MRR, GMV, NRR) Deep
company_funding Funding rounds, valuation, investors Deep
company_leadership CEO, C-suite, founders, board members, key hires Standard
company_culture Glassdoor ratings, work policy, benefits, employer brand Standard
company_clients Customers, case studies, testimonials Deep
company_partnerships Strategic partners, integrations, ecosystem Deep
company_technology Tech stack, patents, R&D, open source contributions Deep
competitive_landscape Competitors, market position, differentiators Deep
company_market Industry context, TAM/SAM/SOM, trends, regulations Deep
company_news Latest news, product launches, announcements Standard
company_strategy Growth plans, expansion, M&A history, IPO signals Deep
company_risks Risk assessment across competitive, regulatory, legal dimensions Deep
company_esg ESG initiatives, sustainability, reputation, controversies Standard

Output Formats

All tools support two output formats via the output_format parameter:

Natural Language (output_format="answer")

Returns a comprehensive answer with up to 5 cited sources. Best for human consumption.

Structured JSON (output_format="structured")

Returns data in a defined JSON schema. Best for automation, CRM integration, and data pipelines.

Parameters

Common Parameters (all tools)

Parameter Type Description
company_name str Required. The company to research
output_format str "answer" (default) or "structured"
max_results int Maximum sources to consider (1-50, default: 10-15)

Date Filters (news, financials, funding)

Parameter Type Description
from_date str Start date in YYYY-MM-DD format
to_date str End date in YYYY-MM-DD format

Domain Filters (news)

Parameter Type Description
include_domains str Comma-separated domains to include (e.g., "techcrunch.com,reuters.com")
exclude_domains str Comma-separated domains to exclude

Other Parameters

Parameter Type Tools Description
include_images bool overview, competitive_landscape, leadership Include relevant images
topic str news Filter by topic (e.g., "funding", "product launch")
product_name str products Filter for a specific product

Installation

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "linkup-company-research": {
      "command": "uvx",
      "args": ["linkup-company-research-mcp"],
      "env": {
        "LINKUP_API_KEY": "your-api-key-here"
      }
    }
  }
}

Claude Code

claude mcp add linkup-company-research -- uvx linkup-company-research-mcp

Then set your API key:

export LINKUP_API_KEY="your-api-key-here"

Cursor

Add to .cursor/mcp.json in your project:

{
  "mcpServers": {
    "linkup-company-research": {
      "command": "uvx",
      "args": ["linkup-company-research-mcp"],
      "env": {
        "LINKUP_API_KEY": "your-api-key-here"
      }
    }
  }
}

Get Your API Key

  1. Go to linkup.so
  2. Sign up or log in
  3. Navigate to API settings
  4. Generate your API key

Example Usage

Once connected, you can ask your AI assistant things like:

Basic Research

  • "Give me an overview of Stripe"
  • "What's the latest news about OpenAI?"
  • "Who are Figma's main competitors?"

With Parameters

  • "Get Anthropic's funding news from the last 6 months" (date filter)
  • "Find Notion's customers and case studies"
  • "What tech stack does Vercel use?"

Structured Output for Automation

  • "Get Stripe's company overview in structured format" (returns JSON)
  • "Research HubSpot's leadership team as JSON" (for CRM integration)

Tool Details

company_overview

Researches the company's website, LinkedIn, and press coverage to provide detailed information about what they do, their industry, size, and business model.

company_products

Researches product pages, pricing, and documentation to provide detailed information about offerings, pricing models, and use cases.

company_business_model

Researches how the company makes money, their revenue streams, unit economics, and go-to-market strategy.

company_target_market

Researches the company's ideal customer profile, customer segments, geographic markets, and vertical focus.

company_financials

Researches revenue, profitability, key business metrics (ARR, MRR, GMV, NRR), and financial health indicators.

company_funding

Researches funding history, funding rounds, valuation, and investors through Crunchbase, PitchBook, press releases, and financial news.

company_leadership

Identifies CEO, C-suite executives, founders, board members, key hires, and notable departures.

company_culture

Researches Glassdoor ratings, employer awards, culture attributes, work policy (remote/hybrid/in-office), and benefits.

company_clients

Researches customer pages, case studies, press releases, and review sites to identify verified customers and their use cases.

company_partnerships

Researches partner pages, integration marketplaces, press releases, and partner programs to map the company's ecosystem.

company_technology

Analyzes engineering blogs, job postings, tech detection tools, patents, and open source contributions to understand technical capabilities.

competitive_landscape

Identifies competitors, market positioning, differentiators, and competitive advantages through research of industry reports, review sites, and company materials.

company_market

Researches industry classification, market size (TAM/SAM/SOM), industry growth rate, market trends, and regulatory environment.

company_news

Searches news sources, press releases, and publications for recent coverage including product launches, funding, partnerships, and M&A activity.

company_strategy

Researches growth strategy, expansion plans (geographic, product, vertical), M&A history, acquisition rumors, and IPO signals.

company_risks

Researches competitive risks, regulatory risks, legal exposure, key person dependency, customer concentration, technology risks, and market risks.

company_esg

Researches ESG initiatives, sustainability commitments, environmental programs, social initiatives, governance, controversies, and brand perception.

Development

# Clone and install locally
git clone https://github.com/LinkupPlatform/linkup-company-research-mcp
cd linkup-company-research-mcp
pip install -e .

# Run the server directly
LINKUP_API_KEY="your-key" linkup-company-research

Project Structure

src/linkup_company_research/
├── __init__.py
├── server.py      # Main MCP server with 17 tools
├── schemas.py     # JSON schemas for structuredOutput
├── prompts.py     # Optimized prompt templates
└── types.py       # Type definitions

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选