Server data from the Official MCP Registry
Search the web in real time to get trustworthy, source-backed answers. Find the latest news and co…
Search the web in real time to get trustworthy, source-backed answers. Find the latest news and co…
Remote endpoints: streamable-http: https://server.smithery.ai/@LinkupPlatform/linkup-mcp-server/mcp
Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
6 files analyzed · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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.
standard - For queries with direct answersdeep - For complex research requiring analysis across multiple sourcesThe 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.
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"
}
}
}
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 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
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:
linkup-mcp-server.mcpb from releases (or use the curl command above)You can also run the MCP server locally over the stdio transport.
{
"mcpServers": {
// ... other MCP servers
"linkup": {
"command": "npx",
"args": [
"-y",
"linkup-mcp-server",
"apiKey=LINKUP_API_KEY"
]
}
}
}
{
"servers": {
// ... other MCP servers
"linkup": {
"command": "npx",
"type": "stdio",
"args": [
"-y",
"linkup-mcp-server",
"apiKey=LINKUP_API_KEY"
]
}
}
}
[mcp_servers.linkup]
command = "npx"
args = ["-y", "linkup-mcp-server", "apiKey=LINKUP_API_KEY"]
enabled = true
Once configured, you can ask your AI agent to search the web or fetch webpage content:
Search Examples:
Fetch Examples:
linkup-searchSearch 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"Use cases:
linkup-fetchFetch and extract content from any webpage URL.
Parameters:
url (required): The URL to fetch content from.renderJs (optional): Whether to render JavaScript content (default: false). Enable this for dynamic pages that load content via JavaScript. Note: This makes the request slower.Use cases:
# Install dependencies
npm install
npm run dev
This starts the local Streamable HTTP server at http://localhost:2121/mcp.
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
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.
MIT
If you have issues, contact us via email at support@linkup.so or join our Discord server.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.