Skip to main content
Glama
Zolo-Ryan

MarketAuxMcpServer

by Zolo-Ryan

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

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.
    12
    104
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Experimental MCP server that integrates OpenAI and Serper APIs for news search, sentiment analysis, and email delivery.
    3
    MIT
  • F
    license
    Not graded
    quality
    F
    maintenance
    MCP server providing access to the GNews API for fetching news articles and headlines. Supports search and top headlines with advanced filtering by language, country, category, and date.
    1
    -
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for global news monitoring, media analysis and sentiment tracking via WorldNewsAPI — full-text search across 150+ countries, German/English sentiment analysis, top headlines, GL briefings, newspaper front pages and geo-search. API key required.
    15
    MIT