Linkup Company Research MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINKUP_API_KEY | Yes | Your Linkup API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| company_overviewA | Get a comprehensive overview of a company. Researches the company's website, LinkedIn, and press coverage to provide detailed information about what they do, their industry, size, and business model. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON include_images: Include relevant company images (logos, office, products) max_results: Maximum number of sources to consider (1-50) |
| company_productsA | Get information about a company's products and services. Researches the company's product pages, pricing, and documentation to provide detailed information about their offerings, pricing models, and use cases. Args: company_name: The name of the company to research product_name: Optional filter for a specific product output_format: "answer" for natural language with sources, "structured" for JSON max_results: Maximum number of sources to consider (1-50) |
| company_business_modelA | Get information about a company's business model. Researches how the company makes money, their revenue streams, unit economics, and go-to-market strategy. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON max_results: Maximum number of sources to consider (1-50) |
| company_target_marketA | Get information about a company's target market. Researches the company's ideal customer profile, customer segments, geographic markets, and vertical focus. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON max_results: Maximum number of sources to consider (1-50) |
| company_financialsA | Get financial information about a company. Researches revenue, profitability, key business metrics (ARR, MRR, GMV, NRR), and financial health indicators. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON from_date: Start date for financial news (YYYY-MM-DD) to_date: End date for financial news (YYYY-MM-DD) max_results: Maximum sources to consider (1-50) |
| company_fundingA | Get funding and valuation information about a company. Researches funding history, funding rounds, valuation, and investors through Crunchbase, PitchBook, press releases, and financial news. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON from_date: Start date for funding news (YYYY-MM-DD) to_date: End date for funding news (YYYY-MM-DD) max_results: Maximum sources to consider (1-50) |
| company_leadershipB | Get information about a company's leadership team. Identifies CEO, C-suite executives, founders, board members, key hires, and notable departures. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON include_images: Include executive headshots max_results: Maximum sources to consider (1-50) |
| company_cultureB | Get information about a company's culture and employer reputation. Researches Glassdoor ratings, employer awards, culture attributes, work policy (remote/hybrid/in-office), and benefits. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON max_results: Maximum sources to consider (1-50) |
| company_clientsA | Find known clients, customers, and case studies for a company. Researches customer pages, case studies, press releases, and review sites to identify verified customers and their use cases. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON max_results: Maximum sources to consider (1-50) |
| company_partnershipsA | Find partnerships, integrations, and strategic alliances for a company. Researches partner pages, integration marketplaces, press releases, and partner programs to map the company's ecosystem. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON max_results: Maximum sources to consider (1-50) |
| company_technologyA | Research a company's technology stack, patents, and technical approach. Analyzes engineering blogs, job postings, tech detection tools, patents, and open source contributions to understand technical capabilities. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON max_results: Maximum sources to consider (1-50) |
| competitive_landscapeA | Analyze a company's competitive position in their market. Identifies competitors, market positioning, differentiators, and competitive advantages through research of industry reports, review sites, and company materials. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON include_images: Include competitor logos and comparison visuals max_results: Maximum sources to consider (1-50) |
| company_marketA | Get information about the market and industry context for a company. Researches industry classification, market size (TAM/SAM/SOM), industry growth rate, market trends, and regulatory environment. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON max_results: Maximum sources to consider (1-50) |
| company_newsA | Get the latest news and developments about a company. Searches news sources, press releases, and publications for recent coverage including product launches, funding, partnerships, and M&A activity. Args: company_name: The name of the company to research topic: Optional topic filter (e.g., 'funding', 'product launch', 'partnerships') output_format: "answer" for natural language with sources, "structured" for JSON from_date: Start date for news (YYYY-MM-DD format) to_date: End date for news (YYYY-MM-DD format) include_domains: Comma-separated domains to include (e.g., "techcrunch.com,reuters.com") exclude_domains: Comma-separated domains to exclude max_results: Maximum number of news items (1-50) |
| company_strategyA | Get information about a company's strategic direction. Researches growth strategy, expansion plans (geographic, product, vertical), M&A history, acquisition rumors, and IPO signals. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON max_results: Maximum sources to consider (1-50) |
| company_risksA | Assess risk factors for a company. Researches competitive risks, regulatory risks, legal exposure, key person dependency, customer concentration, technology risks, and market risks. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON max_results: Maximum sources to consider (1-50) |
| company_esgA | Get ESG and reputation information about a company. Researches ESG initiatives, sustainability commitments, environmental programs, social initiatives, governance, controversies, and brand perception. Args: company_name: The name of the company to research output_format: "answer" for natural language with sources, "structured" for JSON max_results: Maximum sources to consider (1-50) |
| research_companyA | Comprehensive company research using parallel tool calls. Use this tool for vague queries like "research [company]" or "tell me about [company]". Calls 3 specialized tools in parallel (overview, funding, competitors) and combines the results into a complete company profile. This is faster than Claude calling 5-6 tools sequentially for general research. Args: company_name: The name of the company to research max_results: Maximum number of sources per tool (1-50) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/shauryajain21/Linkup-MCP-Company-Research'
If you have feedback or need assistance with the MCP directory API, please join our Discord server