A MCP Server Implementation that integrates the Marketaux api providing search based on entity, countries, industries, symbols etc. - marketauxnewssearch - Execute the search using market aux search all api - entitytypes - industries - countries - publishedbefore - publishedafter - publishedon 1. Sign up for a Free account on Marketaux 2. Verify your email account and go to dashboard 3. Get your a
Add this skill
npx mdskills install Zolo-Ryan/marketauxmcpserverProvides market news search via Marketaux API with clear setup but overly broad permissions
1# Marketaux MCP Server2A MCP Server Implementation that integrates the [Marketaux api](https://www.marketaux.com/documentation) providing search based on entity, countries, industries, symbols etc.34### Tools56- market_aux_news_search7 - Execute the search using market aux search all api8 - inputs:9 - symbols10 - entity_types11 - industries12 - countries13 - language14 - published_before15 - published_after16 - published_on171819### Configuration20#### Getting an API key21221. Sign up for a [Free account on Marketaux](https://www.marketaux.com/register)232. Verify your email account and go to dashboard243. Get your api token from there2526#### Setting up MCP server2728Add this in your `claude_desktop_config.json` file2930```json31{32 "mcpServers": {33 "newsmcp": {34 "command": "node",35 "args": [36 "C:\\Path\\To\\Your\\project\\NewsMCP\\build\\index.js"37 ],38 "env": {39 "MARKETAUX_API_KEY": "Your-API-TOKEN"40 }41 }42 }43}44```4546### Contributing4748Contributions are welcomed! Please free to submit a PR.4950> Only the Free Tier endpoint is implemented.5152> Added to [awesome-mcp-servers](https://github.com/punkpeye/awesome-mcp-servers/pull/925)53### Disclaimer5455This is not officially associated with Marketaux api. It is a third party implementation of the api with a MCP Server.56
Full transparency — inspect the skill content before installing.