Back to Catalog

MarketAuxMcpServer

Zolo-Ryan/MarketAuxMcpServer
🔗 Latest commit:a14f20d
🕒 Updated:Sep 9, 2025, 01:06 PM
TypeScript
Finance

MCP server from Zolo-Ryan/MarketAuxMcpServer

MCP Trust Score
Based on our comprehensive evaluation criteria
🤖 Evaluated by gemini-2.5-flashFix
Trust Score40/100
GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:1
👥 Contributors:1
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
🤖 Evaluated by gemini-2.5-flashFix
{
  "newsmcp": {
    "command": "node",
    "args": [
      "C:\\Path\\To\\Your\\project\\NewsMCP\\build\\index.js"
    ],
    "env": {
      "MARKETAUX_API_KEY": "Your-API-TOKEN"
    }
  }
}
MCP Protocol Support
Implemented MCP protocol features
🤖 Evaluated by gemini-2.5-flashFix
Tools:
Prompts:
Resources:
Sampling:
Roots:
Logging:
STDIO Transport:
HTTP Transport:
OAuth2 Auth:
Dependencies
3 dependencies
Libraries and frameworks used by this MCP server
🤖 Evaluated by gemini-2.5-flashFix
Add Quality Badge
Show your MCP trust score in your README
Trust Score Badge
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/Zolo-Ryan/MarketAuxMcpServer)](https://archestra.ai/mcp-catalog/zolo-ryan__marketauxmcpserver)
README.md

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.

MarketAuxMcpServer MCP Server | Documentation & Integration | Archestra