1. Conduid
  2. Developer Tools
  3. zolo-ryan/MarketAuxMcpServer
MCP server · Developer Tools

zolo-ryan/MarketAuxMcpServer

MCP server for comprehensive market and financial news search with advanced filtering by symbols, industries, countries, and date ranges.

Unclaimed last commit a year ago devtools
37Low

Scored 4 months ago · breakdown

About zolo-ryan/MarketAuxMcpServer

zolo-ryan/MarketAuxMcpServer is an MCP server published by Zolo-Ryan in the Developer Tools category: mCP server for comprehensive market and financial news search with advanced filtering by symbols, industries, countries, and date ranges. It has been installed 0 times through Conduid.

The repository has 4 stars and 4 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx marketauxmcpserver

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about zolo-ryan/MarketAuxMcpServer

Powered by Claude · Grounded in docs

I know everything about zolo-ryan/MarketAuxMcpServer. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

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

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About zolo-ryan/MarketAuxMcpServer

How do I install zolo-ryan/MarketAuxMcpServer?

Run npx marketauxmcpserver, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is zolo-ryan/MarketAuxMcpServer safe to use with an AI agent?

Its trust score is 37 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is zolo-ryan/MarketAuxMcpServer still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.