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.
İlgili Sunucular
Japan postalcode MCP
An MCP server for searching Japanese postal codes.
展会大数据服务
Query comprehensive exhibition information, including enterprise participation records, venue details, and exhibition search.
PaperMCP 智能学术论文检索系统
An academic paper search server powered by the OpenAlex API.
StatPearls
Fetches peer-reviewed medical and disease information from StatPearls.
Zefix Search
Company search in Swiss Central Business Name Index (zefix.ch)
OriginSelect MCP Server
Discover ethical, origin-verified products from the US and Canada by country, category, or brand.
IACR ePrint Archive
Search and retrieve cryptographic research papers from the IACR Cryptology ePrint Archive.
Parquet MCP Server
An MCP server for web and similarity search, designed for Claude Desktop. It integrates with various external embedding and API services.
LLM Jukebox
Enables LLMs to search, download, and extract information from YouTube music videos.
DevRag
Free local RAG for Claude Code - Save tokens & time with vector search. Indexes markdown docs and finds relevant info without reading entire files (40x fewer tokens, 15x faster).