Marketaux Connector for AI agents.
10 live capabilities
Get real-time stock market sentiment and global financial news analysis.
Waiting for input…
Why people use Marketaux
Marketaux for Real-Time Stock Market Sentiment Analysis
With this Connector, you just tell your agent what you need. Instead of hunting, you get a summarized report on a ticker's sentiment or a list of what's trending in a specific industry. You go from browsing to knowing in seconds.
What Vinkius changes
You get a direct line to real-time financial intelligence without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Sentiment check on a dipping tech stock
An analyst needs to know why a tech stock is dipping.
- Real-world use case 02
Verifying trading windows
A trader wants to know if the NYSE is open before placing a trade.
- Real-world use case 03
Researching hot sectors
A researcher wants to see what's hot in the energy sector.
Complete set · 10capabilities
The complete Marketaux capability set.
These are the exact actions your AI can choose when you ask it to work with Marketaux.
01—04
4 capabilities in this set.
Part of 10 available through Marketaux.
- 01 Capability
Get entities
Get_entities pulls information on specific companies or organizations tracked by the platform. This provides deeper context on market players.
- 02 Capability
Get indices
Get_indices lists major market benchmarks like the S&P 500 or other global indices. This gives you a broader view of the market landscape.
- 03 Capability
Get latest news
Get_latest_news pulls the most recent headlines for a specific stock or keyword. It helps you stay updated on breaking news without manual searching.
- 04 Capability
Get sentiment analysis
Get_sentiment_analysis identifies whether news for a ticker is leaning positive or negative. It helps you understand the market mood instantly.
05—07
3 capabilities in this set.
Part of 10 available through Marketaux.
- 05 Capability
Get stock market status
Get_stock_market_status checks if major global exchanges are currently open or closed. This ensures you are looking at active market data.
- 06 Capability
Get symbols
Get_symbols lists all supported stock tickers for your research. It makes it easy to find the right symbols to query.
- 07 Capability
Get trending news
Get_trending_news shows what is currently moving the needle in the financial world. It helps you find the most active stories.
08—10
3 capabilities in this set.
Part of 10 available through Marketaux.
- 08 Capability
List industries
List_industries provides a list of various sectors for your research. It helps you narrow down your investment focus.
- 09 Capability
Search exchanges
Search_exchanges locates specific stock markets and trading venues globally. This is useful for finding international market data.
- 10 Capability
Search news
Search_news queries the entire news feed for specific keywords or languages. It allows you to find relevant news across different regions.
Set up in minutes
One URL. Then ask Marketaux to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Marketaux from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GcJ45oD7O4dA8DfHlcd3SRvHc3eIHXHXqTkbtwvz/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Marketaux, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Marketaux for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GcJ45oD7O4dA8DfHlcd3SRvHc3eIHXHXqTkbtwvz/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Marketaux URL.
- Step 03
Save and start
Save the connection and enable Marketaux in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"marketaux": {
"url": "https://edge.vinkius.com/vk_preview_GcJ45oD7O4dA8DfHlcd3SRvHc3eIHXHXqTkbtwvz/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Marketaux
Open Agent mode in chat and ask: "Using Marketaux, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"marketaux": {
"url": "https://edge.vinkius.com/vk_preview_GcJ45oD7O4dA8DfHlcd3SRvHc3eIHXHXqTkbtwvz/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Marketaux
Ask Copilot: "Using Marketaux, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"marketaux": {
"url": "https://edge.vinkius.com/vk_preview_GcJ45oD7O4dA8DfHlcd3SRvHc3eIHXHXqTkbtwvz/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Marketaux
Open Cascade and ask: "Using Marketaux, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"marketaux": {
"url": "https://edge.vinkius.com/vk_preview_GcJ45oD7O4dA8DfHlcd3SRvHc3eIHXHXqTkbtwvz/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Marketaux
Ask Cline: "Using Marketaux, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add marketaux --transport http "https://edge.vinkius.com/vk_preview_GcJ45oD7O4dA8DfHlcd3SRvHc3eIHXHXqTkbtwvz/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Marketaux
Ask Claude: "Using Marketaux, show me...". 10 tools are ready
Where the request belongs
Work Marketaux can move forward.
For the hedge fund analyst who needs to synthesize sentiment across 50 symbols in minutes, or the retail investor who's tired of missing the 'why' behind a price drop.
Investment Analyst
Summarizing daily news for specific tickers to prepare for morning briefings.
Portfolio Manager
Checking the status of global indices and trending news to adjust risk exposure.
Financial Content Creator
Finding trending financial topics to stay ahead of the curve on social media.
When one Connector is not enough
Carry the request into a workflow.
Combine Marketaux with the systems that finish the task.
View all recipesConnectors for Stock Screening by Sentiment
Stock fundamentals pulled, news sentiment scored, screener results in your spreadsheet , find undervalued stocks without the noise
Track Startup Exits and IPOs Using MCP
Acquisitions tracked, IPOs monitored, exit multiples calculated , know when your sector is heating up before the market prices it in
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAlpha Vantage
Access real-time and historical stock market data, financial statements, and economic indicators directly from your AI agent.
IEX Cloud
Access real-time and historical financial data, stock quotes, crypto, and market metrics directly from your AI agent.
Polygon.io
Access real-time and historical financial data for stocks, crypto, forex, and indices directly within your AI agent.
Finnhub
Access real-time financial data. audit stocks, crypto, and market news via AI.
Twelve Data
Access real-time stock quotes, crypto prices, forex rates, and technical indicators via AI.
Ape Wisdom
Track trending stocks and cryptocurrencies based on social media sentiment from Reddit and 4chan.
Bring your own AI
Change the model, client or framework. Keep Marketaux connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Marketaux.
The practical details behind the request, access and result.
Can Marketaux MCP help me track stock sentiment?
Yes, it pulls in news and applies sentiment analysis to help you see if the current headlines are leaning positive or negative for a specific ticker.
Does Marketaux MCP support global markets?
It does, allowing you to search for news, check exchange statuses, and view global indices from around the world.
How do I use Marketaux MCP to find trending topics?
You can just ask your agent to show you the trending news, and it will pull the most active financial stories currently moving the market.
Can I use Marketaux MCP to see which industries are being tracked?
Yes, you can ask for a list of industries to see the different sectors available for your research and analysis.
Is Marketaux MCP good for real-time updates?
It's designed for real-time intelligence, letting you check the current status of markets and get the latest news as it happens.
How do I find my Marketaux API Token?
Log in to your Marketaux account and navigate to the Dashboard to see your API Token.
What stock symbols are supported?
Marketaux supports most major global stock symbols. You can use the get_symbols capability to search for specific ones.
Is the sentiment analysis accurate?
Marketaux uses advanced AI to score news sentiment. Your token is encrypted at rest and injected securely at runtime.
One connection away
Give your agent a direct line to Marketaux.
Connect Marketaux once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available