get_contents
Pack: exa · Endpoint: https://gateway.pipeworx.io/exa/mcp
Retrieve clean, parsed page contents (text) for one or more Exa result IDs or URLs. Use after search to read the full content of pages. Example: get_contents({ ids: [“https://example.com/article”] })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ids | string,array | yes | An Exa result ID or URL, or an array of them. |
items | string | no | |
_apiKey | string | no | Optional — your own Exa API key for higher limits; omit to use the shared Pipeworx key. |
Example call
curl -X POST https://gateway.pipeworx.io/exa/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_contents","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"exa": {
"url": "https://gateway.pipeworx.io/exa/mcp"
}
}
}
See Getting Started for client-specific install steps.