Marketaux
Search for market news and financial data by entity, country, industry, or symbol using the Marketaux API.
Marketaux MCP Server
A MCP Server Implementation that integrates the Marketaux api providing search based on entity, countries, industries, symbols etc.
Tools
- market_aux_news_search
- Execute the search using market aux search all api
- inputs:
- symbols
- entity_types
- industries
- countries
- language
- published_before
- published_after
- published_on
Configuration
Getting an API key
- Sign up for a Free account on Marketaux
- Verify your email account and go to dashboard
- Get your api token from there
Setting up MCP server
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"
}
}
}
}
Contributing
Contributions are welcomed! Please free to submit a PR.
Only the Free Tier endpoint is implemented.
Added to awesome-mcp-servers
Disclaimer
This is not officially associated with Marketaux api. It is a third party implementation of the api with a MCP Server.
Related Servers
Agntic AI for Research Papers
Search and extract information about research papers from arXiv.
Jina AI MCP Tools
Integrates with Jina AI APIs for web reading, search, and fact-checking.
Mastra Docs Server
Provides AI assistants with direct access to Mastra.ai's complete knowledge base.
SearXNG
A Model Context Protocol Server for SearXNG
Knowledge Vault Search
Search a personal knowledge vault using hybrid semantic and keyword matching.
NYTimes Article Search
Search for New York Times articles from the last 30 days using a keyword.
Deep Research
Generates in-depth research reports using powerful AI models.
SearchAPI Agent
An MCP agent that integrates various search tools using the SearchAPI service. Requires SearchAPI and Google API keys.
NullBR MCP Server
A server for searching and retrieving movie and media resource information via the MCP protocol.
WolframAlpha LLM
Answer math and other queries using the WolframAlpha LLM API.