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.
Servidores relacionados
Polymarket Trading MCP
Trading intelligence tools for Polymarket prediction markets: Slippage estimation, liquidity scanning, arbitrage detection, price feeds, wallet intelligence, and portfolio risk.
FetchSERP
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
Everything Search
Perform lightning-fast local file searches on Windows using the Everything Search Engine.
Perplexity
Intelligent search, reasoning, and research capabilities powered by Perplexity's AI models.
Sketchfab
Search, view details, and download 3D models from the Sketchfab platform.
IndieStack
Search and discover 130+ curated indie SaaS tools from your AI coding assistant
Naver Directions
Provides directions, place search, and geocoding features using the Naver Maps API.
Qdrant MCP Server
Semantic code search using the Qdrant vector database and OpenAI embeddings.
Google Maps
An MCP server for interacting with the Google Maps API, designed for Google Cloud Run.
RAG Documentation MCP Server
Retrieve and process documentation using vector search to provide relevant context for AI assistants.