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
# Connect this server (installs CLI if needed)
npx -y smithery mcp add LinkupPlatform/linkup-mcp-server
# Browse available tools
npx -y smithery tool list LinkupPlatform/linkup-mcp-server
# Get full schema for a tool
npx -y smithery tool get LinkupPlatform/linkup-mcp-server linkup-search
# Call a tool
npx -y smithery 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
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…
# Get full input/output schema for a tool
npx -y smithery tool get LinkupPlatform/linkup-mcp-server