everything
Pack: newsapi · Endpoint: https://gateway.pipeworx.io/newsapi/mcp
Archive search.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
q | string | no | |
qInTitle | string | no | |
sources | string | no | |
domains | string | no | |
excludeDomains | string | no | |
from | string | no | |
to | string | no | |
language | string | no | |
sortBy | string | no | |
pageSize | number | no | |
page | number | no |
Example call
curl -X POST https://gateway.pipeworx.io/newsapi/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"everything","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"newsapi": {
"url": "https://gateway.pipeworx.io/newsapi/mcp"
}
}
}
See Getting Started for client-specific install steps.