Marketaux MCP Server

Marketaux MCP Server

MCP server integrating Marketaux news search API for contextual information retrieval.

4
Stars
4
Forks
4
Watchers
1
Issues
Marketaux MCP Server implements a Model Context Protocol (MCP) server that connects to the Marketaux news API, enabling contextual search based on entities, countries, industries, and symbols. It provides a standardized interface for AI models to retrieve news content relevant to various input parameters using the Marketaux API. The tool supports configurable options such as symbols, industries, language, and publication timestamps, delivering dynamic news search results. Environment configuration is enabled through API keys and customizable server setup.

Key Features

Integrates with Marketaux news API
Supports entity, symbol, industry, country, and language filters
Implements Model Context Protocol server
Customizable via claude_desktop_config.json
Handles API authentication through environment variables
Time range filtering with published_before, published_after, published_on
Command-line argument configuration
Compatible with Claude Desktop
Facilitates contextual information delivery for models
Community contributions supported

Use Cases

Retrieving relevant news for financial analysis models
Enhancing conversational AI with up-to-date news context
Providing entity-based news search for context enrichment
Supporting research tools with news filtered by industries and countries
Integrating news search in desktop AI assistants
Creating dashboards for news monitoring by symbols or sectors
Automating news ingestion workflows for enterprise AI
Enabling natural language applications to supply contextually appropriate news
Tailoring content feeds for specific market entities or topics
Improving fact-based responses in generative models using real-time news

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

  1. Sign up for a Free account on Marketaux
  2. Verify your email account and go to dashboard
  3. Get your api token from there

Setting up MCP server

Add this in your claude_desktop_config.json file

json
{
    "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

Star History Chart

Repository Owner

Zolo-Ryan
Zolo-Ryan

User

Repository Details

Language TypeScript
Default Branch main
Size 6 KB
Contributors 1
MCP Verified Nov 12, 2025

Programming Languages

TypeScript
100%

Tags

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • NYTimes Article Search MCP Server

    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

    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

    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

    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

    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

    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?

    Be as detailed as possible for better results