# Linkup (verified)

Search the web in real time to get trustworthy, source-backed answers. Find the latest news and comprehensive results from the most relevant sources. Use natural language queries to quickly gather fa…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add LinkupPlatform/linkup-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list LinkupPlatform/linkup-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get LinkupPlatform/linkup-mcp-server linkup-search

# Call a tool
npx -y @smithery/cli@latest tool call LinkupPlatform/linkup-mcp-server linkup-search '{}'
```

## Direct MCP Connection

Endpoint: `https://linkup-mcp-server--linkupplatform.run.tools`

**Required config:**
- `apiKey` (query) — API key for the Linkup API. Get one from [here](https://app.linkup.so/home)

## Tools (2)

- `linkup-search` — Search the web in real time using Linkup to retrieve current information, facts, and news from trusted sources. Use thi…
- `linkup-fetch` — Fetch a URL and return the content of the page. If you are unable to fetch the page content, might be worth trying to r…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get LinkupPlatform/linkup-mcp-server <tool-name>
```

---

Source: https://github.com/LinkupPlatform/linkup-mcp-server
