read_feed
Pack: us-news-feeds · Endpoint: https://gateway.pipeworx.io/us-news-feeds/mcp
Read a curated US news, politics & government feed by its id (from list_feeds). Returns normalized items (title, link, published, summary). Optionally filter items by keyword.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
feed | string | yes | Curated feed id (from list_feeds). |
query | string | no | Keyword filter over item title/summary. |
limit | number | no | Max items (1-50, default 20). |
Example call
curl -X POST https://gateway.pipeworx.io/us-news-feeds/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"read_feed","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"us-news-feeds": {
"url": "https://gateway.pipeworx.io/us-news-feeds/mcp"
}
}
}
See Getting Started for client-specific install steps.