trackmcp
Back to directory
Zolo-Ryan

MarketAuxMcpServer

View on GitHub

Marketaux

5 stars TypeScriptOthers Updated Jul 5, 2026

Documentation

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

    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.

    Frequently asked questions

    What is MarketAuxMcpServer?

    MarketAuxMcpServer is Marketaux

    How do I install MarketAuxMcpServer?

    Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

    Is MarketAuxMcpServer open source?

    Yes — it is hosted on GitHub at https://github.com/Zolo-Ryan/MarketAuxMcpServer and has 5 stars.

    Related MCP tools

    Run your own MCP server? See who uses it and what to fix.

    Measure it with TrackMCP