Summary
Market news arrives already narrowed to what you asked about.
The filters that matter for finance — symbol, industry, country, date window — are arguments on the search rather than things you apply afterwards, so a question about one holding does not return the whole wire.
What it is
A third-party wrapper around the Marketaux financial news API, exposing its search as a single tool with the API's own filters as arguments. It is not built by Marketaux.
What you get
- News search by ticker symbol, so coverage arrives already scoped to the companies you hold or watch
- Filtering by entity type, industry and country in the same request
- A language filter, for reading one market's coverage in one language
- Date filtering three ways — before, after, or on a given day — for reconstructing what was published around an event
- The free-tier search endpoint, which is the part of the API this server implements
Requirements
A Marketaux account and the API token from its dashboard, plus Node to build and run the server locally. A free tier is enough: the free-tier endpoint is the one implemented here.
