Marketaux MCP Server
MCP server integrating Marketaux news search API for contextual information retrieval.
Key Features
Use Cases
README
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.
Star History
Repository Owner
User
Repository Details
Programming Languages
Tags
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
NYTimes Article Search MCP Server
Search New York Times articles via a Model Context Protocol server.
NYTimes Article Search MCP Server is a TypeScript-based implementation of the Model Context Protocol that enables searching for New York Times articles from the past 30 days using keywords. It integrates with the official New York Times API and exposes a tool for streamlined article queries. Designed for use with systems like Claude Desktop, it includes support for installation via Smithery and provides development utilities such as an inspector for debugging MCP communication. The server handles MCP requests over stdio and securely accesses the NYT API via environment variables.
- ⭐ 15
- MCP
- angheljf/nyt
MCP Claude Hacker News
Seamless Hacker News integration for Claude Desktop via Model Context Protocol.
MCP Claude Hacker News is an MCP server that enables Claude Desktop to access, browse, and interact with Hacker News content. It allows users to view the latest, top, and best-rated stories, retrieve detailed information, and read story comments in a clean, structured format. Designed for easy integration, it supports both manual launch and automated startup with Claude Desktop.
- ⭐ 9
- MCP
- imprvhub/mcp-claude-hackernews
Google News MCP Server
A Model Context Protocol server providing Google News search with smart categorization and multi-language support.
Implements a Model Context Protocol (MCP) server that integrates with SerpAPI to deliver advanced Google News search capabilities. Automatically categorizes news results, supports various languages and regions, and provides multiple search options such as query-based and topic search. Features robust error handling and flexible response types to suit diverse application needs.
- ⭐ 93
- MCP
- ChanMeng666/server-google-news
Brave Search MCP Server
MCP integration for web, image, news, video, and local search via Brave Search API.
Implements a Model Context Protocol server that connects with the Brave Search API, enabling AI systems to perform comprehensive web, image, news, video, and local points of interest searches. Provides standardized MCP tools for various search types, each supporting advanced filtering parameters. Designed for easy integration in context-aware model interfaces such as Claude Code.
- ⭐ 86
- MCP
- mikechao/brave-search-mcp
Dappier MCP Server
Real-time web search and premium data access for AI agents via Model Context Protocol.
Dappier MCP Server enables fast, real-time web search and access to premium data sources, including news, financial markets, sports, and weather, for AI agents using the Model Context Protocol (MCP). It integrates seamlessly with tools like Claude Desktop and Cursor, allowing users to enhance their AI workflows with up-to-date, trusted information. Simple installation and configuration are provided for multiple platforms, leveraging API keys for secure access. The solution supports deployment via Smithery and direct installation with 'uv', facilitating rapid setup for developers.
- ⭐ 35
- MCP
- DappierAI/dappier-mcp
Job Searchoor MCP Server
A Model Context Protocol server for advanced job searching and filtering.
Job Searchoor MCP Server provides a Model Context Protocol (MCP) implementation designed for job search functionality. It enables users or AI agents to retrieve available job listings with powerful filtering capabilities, such as time-based search, keyword inclusion/exclusion, and remote job filtering. It is designed for integration with systems like Claude Desktop, making job data accessible and queryable in standardized ways.
- ⭐ 53
- MCP
- 0xDAEF0F/job-searchoor
Didn't find tool you were looking for?