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
A MCP Server Implementation that integrates the Marketaux api providing search based on entity, countries, industries, symbols etc.
Add this in your claude_desktop_config.json file
{
"mcpServers": {
"newsmcp": {
"command": "node",
"args": [
"C:\\Path\\To\\Your\\project\\NewsMCP\\build\\index.js"
],
"env": {
"MARKETAUX_API_KEY": "Your-API-TOKEN"
}
}
}
}
Contributions are welcomed! Please free to submit a PR.
Only the Free Tier endpoint is implemented.
Added to awesome-mcp-servers
This is not officially associated with Marketaux api. It is a third party implementation of the api with a MCP Server.
Install via CLI
npx mdskills install Zolo-Ryan/marketauxmcpserverMarketaux MCP Server is a free, open-source AI agent skill. 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
Install Marketaux MCP Server with a single command:
npx mdskills install Zolo-Ryan/marketauxmcpserverThis downloads the skill files into your project and your AI agent picks them up automatically.
Marketaux MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.