MCP server for comprehensive market and financial news search with advanced filtering by symbols, industries, countries, and date ranges.
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.