Skip to main content
Glama

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.

Disclaimer

This is not officially associated with Marketaux api. It is a third party implementation of the api with a MCP Server.

-
security - not tested
F
license - not found
-
quality - not tested

A MCP Server Implementation that integrates the Marketaux api providing search based on entity, countries, industries, symbols etc.

  1. Tools
    1. Configuration
      1. Getting an API key
      2. Setting up MCP server
    2. Contributing
      1. Disclaimer

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          An MCP server implementation that integrates the SearxNG API, providing web search capabilities.
          Last updated -
          2
          566
          107
          JavaScript
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          This MCP server utilizes DuckDuckGo for web searches, providing structured search results with metadata and features like smart content classification and language detection, facilitating easy integration with AI clients supporting the MCP protocol.
          Last updated -
          1
          25
          1
          JavaScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          The Search MCP Server enables seamless integration of network and local search capabilities in tools like Claude Desktop and Cursor, utilizing the Brave Search API for high-concurrency and asynchronous requests.
          Last updated -
          1
          52
          Python
          MIT License
          • Linux
        • -
          security
          F
          license
          -
          quality
          An MCP server that integrates with SerpApi to retrieve search results from multiple search engines including Google, Bing, Yahoo, and others, enabling fast access to both live and archived search data.
          Last updated -
          Python

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zolo-Ryan/MarketAuxMcpServer'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server