Integrations
News search, in the stack you already use.
Agent frameworks, automation tools and the SDKs you already ship. Each one works today, and each page shows exactly how.
Agents and workflows
Give your agent a news search tool.
- MCP serverNews search as tools for Claude, Cursor, VS Code, Codex and any MCP client.Remote server · one click
- LangChainA news search tool and retriever for LangChain agents, in Python and JavaScript.langchain-exa, pointed at typesearch
- Vercel AI SDKA news search tool for generateText, streamText and agents.A tool() over the HTTP API
- LlamaIndexNews search as a tool for LlamaIndex agents and workflows.A FunctionTool over the HTTP API
- n8nNews in your workflows, and as a tool for the AI Agent node.The HTTP Request node
SDKs
Keep the SDK you have. Change where it points.
- Exa SDKsexa-py, exa-js and the tools built on them that let you set the base URL, such as langchain-exa.Change the base URL and the key
- Tako SDKThe Tako SDK, Python and JavaScript, against our compatibility layer.Change the host and the key
- Perplexity SDKThe Perplexity Search API SDK, Python and JavaScript, against our compatibility layer.Change the base URL and the key
Any language
Everything above is built on the same API.
LangChain, today
Two lines, if you already use the Exa tools.
langchain-exa lets you set the base URL. Point it at typesearch, use a typesearch key, and the same code searches our news index. The text of each page is billed per page, on top of the search.
How to set it upimport osfrom langchain_exa import ExaSearchResultssearch = ExaSearchResults(exa_api_key=os.environ["TYPESEARCH_API_KEY"],exa_base_url="https://api.typesearch.ai/compat/exa",)search.invoke({"query": "EU AI Act enforcement", "num_results": 5})
Missing yours?
Tell us which framework or tool you use. The HTTP API works from all of them in the meantime.
Your stack, with fresh news.
Get a key in a minute, with $5 in free credit.