1. Sign up for a [Free account on Marketaux](https://www.marketaux.com/register) 2. Verify your email account and go to dashboard 3. Get your api
MarketAuxMcpServer MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. 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.
Once MarketAuxMcpServer is connected, these are the calls the assistant has available:
market_aux_news_search — Execute the search using market aux search all apiinputs — - symbolsentity_types — industriescountries — languagepublished_before — published_afterTools — The Tools tool exposed by this serverConfiguration — The Configuration tool exposed by this serverContributing — The Contributing tool exposed by this serverDisclaimer — This is not officially associated with Marketaux api. It is a third party implementation of the api with a MCP ServerYou will need one environment variable: MARKETAUX_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MarketAuxMcpServer's toolset — market_aux_news_search, inputs, entity_types and 6 more — is a fair guide to whether it matches your workflow. It is maintained by Zolo-Ryan; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MarketAuxMcpServer's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| market_aux_news_search | Execute the search using market aux search all api |
| inputs | - symbols |
| entity_types | industries |
| countries | language |
| published_before | published_after |
| Tools | The Tools tool exposed by this server. |
| Configuration | The Configuration tool exposed by this server. |
| Contributing | The Contributing tool exposed by this server. |
| Disclaimer | This is not officially associated with Marketaux api. It is a third party implementation of the api with a MCP Server. |
{
"mcpServers": {
"newsmcp": {
"command": "node",
"args": [
"C:\\Path\\To\\Your\\project\\NewsMCP\\build\\index.js"
],
"env": {
"MARKETAUX_API_KEY": "Your-API-TOKEN"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MARKETAUX_API_KEY | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.