CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Linkupplatform Linkup Mcp Server

linkupplatform/linkup-mcp-server
282 toolsauthHTTPregistry active
Summary

Connects Claude to Linkup's web search API for real-time information retrieval. Exposes two main tools: linkup-search for natural language queries with configurable depth (standard for quick facts, deep for multi-source research) and domain filtering, and linkup-fetch for extracting content from any URL with optional JavaScript rendering. Useful when you need Claude to pull current data that's outside its training cutoff, like breaking news, live prices, or recent documentation. Supports both remote HTTP deployment and local stdio, with options to restrict searches by date range, domain whitelist/blacklist, and result count. Requires a Linkup API key from app.linkup.so.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

2 tools
linkup-searchSearch the web in real time using Linkup to retrieve current information, facts, and news from trusted sources. Use this tool for: real-time data (weather, stocks, sports scores, events), breaking news, current events, recent research, product information, up-to-date prices, s...3 params

Search the web in real time using Linkup to retrieve current information, facts, and news from trusted sources. Use this tool for: real-time data (weather, stocks, sports scores, events), breaking news, current events, recent research, product information, up-to-date prices, s...

Parameters* required
depthstring
The search depth to perform. Use "standard" for queries with direct answers, "deep" for complex research requiring analysis across multiple sources.one of standard · deepdefault: standard
querystring
Natural language search query. Full questions work best, e.g., "How does the new EU AI Act affect startups?"
includeImagesboolean
Allows you to receive image results alongside text results in your search responses. When set to true, Linkup will return relevant images related to your query, each with a URL and metadata.default: false
linkup-fetchFetch a URL and return the content of the page. If you are unable to fetch the page content, might be worth trying to render the JavaScript content.4 params

Fetch a URL and return the content of the page. If you are unable to fetch the page content, might be worth trying to render the JavaScript content.

Parameters* required
urlstring
The URL to fetch.
renderJsboolean
Whether to render the JavaScript content. Only use this if explicitly asked to by the user or if the page content is not available. This will make the request slower.default: false
extractImagesboolean
Define if the images should be extracted from the page and returned in the response in a dedicated "images" field. This is useful when you need to have a list of all images found on the page for further processing or analysis.default: false
includeRawHtmlboolean
Define if the raw HTML of the page should be included in the response in a dedicated "rawHtml" field. This is useful when you need to perform custom HTML parsing, preserve specific formatting, or access elements that might be filtered out during the standard content extraction process.default: false

Linkup MCP Server

A Model Context Protocol (MCP) server that provides web search and page fetching capabilities through Linkup's advanced API. This server enables AI assistants like Claude to perform intelligent web searches with natural language queries and fetch content from any webpage, accessing real-time information from trusted sources across the web.

Features

  • 🔍 Real-time Web Search: Search the web for current information, news, and data
  • 🧠 Deep Research: Start long-running, multi-source research tasks and poll for results
  • 🌐 Page Fetching: Fetch and extract content from any webpage
  • 🎯 Natural Language Queries: Use full questions for best results
  • 📊 Flexible Search Depth:
    • standard - For queries with direct answers
    • deep - For complex research requiring analysis across multiple sources
  • 🎯 Result Filtering: Restrict by domain (includeDomains / excludeDomains), date range (fromDate / toDate), and maxResults
  • 🖼️ Image Results: Optional includeImages for search and extractImages for fetch
  • 🖥️ JavaScript Rendering: Optional JS rendering for dynamic content
  • 📄 Raw HTML: Optional includeRawHtml for fetch when you need the unprocessed page
  • ⚡ Fast: Powered by Linkup's optimized infrastructure

Installation

  • Cursor, VSCode, Claude Code, Codex, or another MCP compatible client
  • Linkup API key

Getting Your API Key

  1. Create a Linkup account for free at app.linkup.so
  2. Copy the API key from your dashboard

Remote MCP Server (recommended)

The hosted Linkup MCP server uses the Streamable HTTP transport. If your client supports remote HTTP MCP servers, you can reference the hosted endpoint directly.

If your client supports custom HTTP headers, prefer sending your API key in Authorization: Bearer LINKUP_API_KEY instead of putting it in the URL. The ?apiKey=... query parameter remains supported for clients that cannot send custom headers.

Cursor

Install MCP Server

In your ~/.cursor/mcp.json file, add the following:

{
  "mcpServers": {
    // ... other MCP servers
    "linkup": {
      "type": "http",
      "url": "https://mcp.linkup.so/mcp?apiKey=LINKUP_API_KEY"
    }
  }
}

VSCode

Add this to your VS Code MCP config file. See VS Code MCP docs for more info.

{
  "servers": {
    // ... other MCP servers
    "linkup": {
      "url": "https://mcp.linkup.so/mcp?apiKey=LINKUP_API_KEY",
      "type": "http"
    }
  }
}

Codex

Codex supports both remote HTTP MCP servers and custom HTTP headers via config.toml.

Using a bearer token from the environment:

[mcp_servers.linkup]
url = "https://mcp.linkup.so/mcp"
bearer_token_env_var = "LINKUP_API_KEY"
enabled = true

Or, if you prefer to keep using the query parameter:

[mcp_servers.linkup]
url = "https://mcp.linkup.so/mcp?apiKey=LINKUP_API_KEY"
enabled = true

MCP Bundle (recommended for Claude Desktop)

Download the pre-built MCP bundle, a self-contained package that works across compatible MCP clients such as Claude Desktop. MCP Bundles are developed by Anthropic. See the MCP Bundles repository for more information.

Quick Download:

curl -L -o linkup-mcp-server.mcpb https://github.com/LinkupPlatform/linkup-mcp-server/releases/latest/download/linkup-mcp-server.mcpb

Installation:

  1. Download linkup-mcp-server.mcpb from releases (or use the curl command above)
  2. Click on the file to install
  3. Configure your API key when prompted

Local MCP Server

You can also run the MCP server locally over the stdio transport.

Cursor

Install MCP Server

{
  "mcpServers": {
    // ... other MCP servers
    "linkup": {
      "command": "npx",
      "args": [
        "-y",
        "linkup-mcp-server",
        "apiKey=LINKUP_API_KEY"
      ]
    }
  }
}

VSCode

{
  "servers": {
    // ... other MCP servers
    "linkup": {
      "command": "npx",
      "type": "stdio",
      "args": [
        "-y",
        "linkup-mcp-server",
        "apiKey=LINKUP_API_KEY"
      ]
    }
  }
}

Codex

[mcp_servers.linkup]
command = "npx"
args = ["-y", "linkup-mcp-server", "apiKey=LINKUP_API_KEY"]
enabled = true

Usage

Once configured, you can ask your AI agent to search the web or fetch webpage content:

Search Examples:

  • "Search the web for the latest news about AI developments"
  • "What's the current weather in Tokyo?"
  • "Find information about the new EU AI Act and how it affects startups"
  • "Search for the latest stock price of NVIDIA"

Research Examples:

  • "Compare the 2024 cloud revenue growth of Microsoft, Amazon, and Google."

Research is a long-running operation (typically several minutes). The agent starts a task with linkup-research, then polls linkup-get-research with the returned task id until the status is completed or failed.

Fetch Examples:

  • "Fetch the content from https://example.com/article"
  • "Get the content of this blog post: https://blog.example.com/post and make a summary of it"
  • "Fetch https://example.com with JavaScript rendering enabled"

Search Depths

  • Standard Search: Best for queries with direct answers (weather, stock prices, simple facts)
  • Deep Search: Best for complex research requiring analysis across multiple sources (comprehensive guides, comparative analysis, in-depth research)

Tools Available

linkup-search

Search the web in real time using Linkup to retrieve current information, facts, and news from trusted sources.

Parameters:

  • query (required): Natural language search query. Full questions work best.
  • depth (optional): Search depth - "standard" (default) or "deep".
  • includeImages (optional, default false): Return relevant images alongside text results, each with a URL and metadata.
  • includeDomains (optional): Array of domains to restrict results to, e.g. ["bbc.com", "reuters.com"]. Max 100 domains.
  • excludeDomains (optional): Array of domains to exclude from results, e.g. ["reddit.com", "quora.com"].
  • fromDate (optional): Only include content published on or after this date. Format YYYY-MM-DD.
  • toDate (optional): Only include content published on or before this date. Format YYYY-MM-DD.
  • maxResults (optional): Maximum number of results to return (positive integer).

Use cases:

  • Real-time data (weather, stocks, sports scores, events)
  • Breaking news and current events
  • Recent research and publications
  • Product information and up-to-date prices
  • Schedules and availability
  • Any information not available in the AI's knowledge base

linkup-research

Submits an autonomous Linkup research task: an agent that investigates the web to answer questions a single search query cannot resolve, returning a synthesized, cited answer. Use for verified answers to precise questions, focused investigations of a defined subject, or broad multi-angle reports. This is async and long-running (can take several minutes): it returns immediately with a task id and status rather than the final result. Use linkup-get-research to poll for completion.

Parameters:

  • query (required): Natural language research question. Detailed, full questions work best.
  • mode (optional): Controls the type of investigation. Use "answer" for a precise, evidence-backed answer, "investigate" for a focused report on one subject, or "research" for a structured report across many topics. Omit to let Linkup classify the question.
  • reasoningDepth (optional): How much reasoning effort the task spends, trading latency for coverage. Use "S" for light coverage, "M" for balanced, "L" (default) for thorough, or "XL" for exhaustive.
  • includeDomains (optional): Array of domains to restrict results to, e.g. ["bbc.com", "reuters.com"]. Recommended; max 100 domains.
  • excludeDomains (optional): Array of domains to exclude from results, e.g. ["reddit.com", "quora.com"].
  • fromDate (optional): Only include content published on or after this date. Format YYYY-MM-DD.
  • toDate (optional): Only include content published on or before this date. Format YYYY-MM-DD.

Use cases:

  • Comprehensive research reports and comparative analysis
  • Investigations that require synthesizing many sources
  • Complex questions where a quick search is insufficient

linkup-get-research

Retrieve the current state of a research task started with linkup-research.

Parameters:

  • id (required): The research task id returned by linkup-research.

Behavior:

  • Returns the task object with its status (pending, processing, completed, failed).
  • While pending/processing, keep polling every few seconds until a terminal state; faster than once per second is rate-limited.
  • When completed, the result is in the output field; when failed, the reason is in the error field.

linkup-fetch

Fetch and extract content from any webpage URL.

Parameters:

  • url (required): The URL to fetch content from.
  • renderJs (optional, default false): Whether to render JavaScript content. Enable for dynamic pages that load content via JavaScript. Note: makes the request slower.
  • extractImages (optional, default false): Extract images found on the page and return them in a dedicated images field. Useful when you need a list of all images for further processing or analysis.
  • includeRawHtml (optional, default false): Include the page's raw HTML in a dedicated rawHtml field. Useful for custom HTML parsing, preserving specific formatting, or accessing elements that might be filtered out during standard content extraction.

Use cases:

  • Retrieve page content for analysis or summarization
  • Extract article content from news sites
  • Get documentation from technical websites
  • Fetch blog posts and written content

Development

Prerequisites

  • Node.js >= 24.0.0
  • npm

Setup

# Install dependencies
npm install

Running the HTTP Server

npm run dev

This starts the local Streamable HTTP server at http://localhost:2121/mcp.

Running with the stdio Transport

npm run build:stdio
npm run start:stdio -- apiKey=YOUR_API_KEY

For local development, you can also pass the key via environment variable:

LINKUP_API_KEY=YOUR_API_KEY npm run start:stdio

Testing with MCP Inspector

npm run build:stdio
npm run inspector -- apiKey=YOUR_API_KEY

This will open the MCP Inspector in your browser where you can test the search tool interactively.

License

MIT

Links

  • Linkup Website
  • Linkup Documentation
  • Model Context Protocol

Support

If you have issues, contact us via email at support@linkup.so or join our Discord server.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
AuthRequired
UpdatedOct 27, 2025
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3