extract

Pack: tavily · Endpoint: https://gateway.pipeworx.io/tavily/mcp

Extract clean article text from one or more URLs. Strips boilerplate/navigation and returns the readable raw content of each page — ideal for feeding source pages into an LLM. Example: extract({ urls: “https://example.com/article” })

Parameters

NameTypeRequiredDescription
urlsstring,arrayyesA single URL string, or an array of URL strings, to extract clean text from.
itemsstringno
_apiKeystringnoOptional — your own Tavily API key for higher limits; omit to use the shared Pipeworx key.

Example call

curl -X POST https://gateway.pipeworx.io/tavily/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"extract","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "tavily": {
      "url": "https://gateway.pipeworx.io/tavily/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 3, 2026