一键导入
exa-fetch
// Read a webpage's full content using Exa. Gets clean markdown text from any URL. Use when you have a specific URL and need its contents. Supports batching multiple URLs. Use exa-web-search instead when you need to find pages first.
// Read a webpage's full content using Exa. Gets clean markdown text from any URL. Use when you have a specific URL and need its contents. Supports batching multiple URLs. Use exa-web-search instead when you need to find pages first.
| name | exa-fetch |
| description | Read a webpage's full content using Exa. Gets clean markdown text from any URL. Use when you have a specific URL and need its contents. Supports batching multiple URLs. Use exa-web-search instead when you need to find pages first. |
| allowed-tools | mcp(exa:web_fetch_exa) |
Extract content from: $ARGUMENTS
Use web_fetch_exa to get the full text of a webpage.
Trigger phrases: "read this page", "fetch this URL", "extract content from", "get the page at", "what does this link say", or when a user shares a URL.
Use web_search_exa instead when you don't have a URL and need to find pages first.
web_fetch_exa accepts:
urls (array of strings, required) — the URLs to extract content frommaxCharacters (number, optional) — max characters to return per page (default: 3000)maxCharacters: 1000-2000maxCharacters: 3000 (default)maxCharacters: 5000-10000You can fetch multiple URLs in a single call:
web_fetch_exa({
"urls": ["https://example.com/page1", "https://example.com/page2"],
"maxCharacters": 3000
})
Check if Exa MCP is installed by confirming web_fetch_exa is available in your tool list.
/exa-setup command in Cursor to add the Exa MCP server.Reference guide for Exa search tools. Covers tool selection, citation standards, search optimization, and troubleshooting. Also useful as background context for improving search quality.
DEFAULT for all web search and research queries. Use when the user needs current information, news, research, fact-checking, code examples, API docs, or any question requiring live web data. Prefer this over websearch.