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.
관련 서버
PBS API
Access Australian Pharmaceutical Benefits Scheme data for medicine information, pricing, and availability. Built with Python and FastAPI.
Copus
Search human-curated content recommendations from real people who explain why resources are valuable - The Internet Treasure Map
MCP Web Search Tool
A server for real-time web search using pluggable providers, powered by the Brave Search API.
Eventbrite
Interact with the Eventbrite API to search for events, get event details, and retrieve venue information.
Search1API
One API for Search, Crawling, and Sitemaps
People Data Labs
Access person, company, school, location, job title, and skill data using the People Data Labs API.
USDA api
This server allow you to ask questions with way more accurate nutrition facts.
MCP Gemini Grounded Search
A Go-based MCP server providing grounded search functionality using Google's Gemini API.
Agentic News
AI-powered news intelligence — 21 tools for personalized monitoring, briefings, and semantic search
Plex MCP Server
Search your Plex media library. Supports OAuth and static token authentication.