Web search,
native to your agent.
Exalink is the MCP server that links Exa’s neural web search to Claude, Cursor, Windsurf, and every MCP-compatible client. No API juggling, no orchestration code — just install and search.
{
"tool": "exalink.web_search",
"arguments": {
"query": "Latest open source LLMs",
"num_results": 4,
"latency": "auto"
}
}Designed to make your Agent smarter
{
"mcpServers": {
"exalink": {
"command": "npx",
"args": ["-y", "exalink-mcp"],
"env": {
"EXA_API_KEY": "ex_…"
}
}
}
}Drop-in for every MCP client your agent uses.
Configure once in your client of choice — Claude Desktop, Cursor, Windsurf, Cline, Continue — and every agent session inherits live web search.
Use Exalink →Highlights, not haystacks.
Exa's Contents API returns only the relevant excerpts from each page. Cut up to 80% of the tokens your agent would otherwise burn parsing full HTML.
Use Exalink →450ms search. 10s deep research.
Pick the latency you need on every call. Fast mode for snappy autocomplete, Deep mode for multi-step research that mirrors how a human would investigate.
Use Exalink →Eight tools your agent inherits.
Every MCP-compatible client gets the same tool surface. Install once, and your agent can pick the right tool for the question.
Neural web search over the open internet, returns ranked results with token-efficient highlights.
Search across arXiv, biorxiv, and peer-reviewed corpora. Built for citation-grade research agents.
Deep dive on any company — founding info, leadership, recent news, financials, hiring signals.
Fetch and parse a specific URL. Returns clean markdown content, ready for the model to consume.
Search X/Twitter posts and threads. Useful for sentiment, breaking news, and dev signal.
Search LinkedIn profiles and company pages for GTM, recruiting, and research agents.
Given a URL, return semantically similar pages. The agent's version of "more like this".
Search GitHub repos, issues, PRs, and code. Lets coding agents pull live context from the open ecosystem.
One protocol, every agent.
The Model Context Protocol is the open standard for connecting AI clients to external tools. Exalink is a local MCP server that sits in front of Exa’s search API — so any agent that speaks MCP can search the web with zero glue code.
Read the MCP spec →Claude, Cursor, Windsurf, or any MCP-compatible host running on the user's machine.
Local process. Translates JSON-RPC tool calls into Exa API requests, streams results back.
Neural web search at the edge. 450ms median. Returns ranked results with token-efficient highlights.
Works wherever your agent already lives.
Two lines of JSON.
Your agent goes online.
Drop the snippet into your MCP-compatible client’s config, restart, and Exa search becomes a first-class tool your agent can call.
{
"mcpServers": {
"exalink": {
"command": "npx",
"args": ["-y", "exalink-mcp"],
"env": { "EXA_API_KEY": "your_exa_api_key" }
}
}
}
