MT Newswires MCP Server
Remote MCP server from MT Newswires delivering real-time global financial news across equities, fixed income, commodities, FX, and macro for AI agents.
MT Newswires is a provider-hosted MCP server that gives AI agents access to MT Newswires' real-time global financial news feed. The service covers equities, fixed income, commodities, FX, and macroeconomic events, with original reporting across more than 45,000 securities and roughly 28,000 stories per month from MT Newswires' global newsroom. The MCP service is delivered via the viaNexus / BlueSkyAPI backend at https://vast-mcp.blueskyapi.com/mcp.
The server is designed to plug into Claude (and other MCP clients) as a custom connector. Once connected, an agent can search recent news, fetch full story content, and set up persistent "rules" that filter the stream for tickers, sectors, or topics of interest. This makes it suitable for live market monitoring, research workflows, and event-driven analysis where freshness and provenance matter.
Access requires an active MT Newswires subscription. There is no public GitHub repo to self-host; the server is operated by MT Newswires and partners, and integration is gated by credentials provided after contacting MT Newswires.
Tools
| Tool | Description |
|---|---|
current_date |
Returns the current date, used to anchor relative time queries (e.g. "news from this week"). |
search |
Searches MT Newswires for stories by ticker, company, sector, keyword, or date range. |
fetch |
Fetches the full content of a specific story or article returned from search. |
create_rule |
Creates a persistent filter rule that captures matching stories (e.g. all news for a ticker or sector). |
create_rules |
Batch version of create_rule; creates multiple rules in one call. |
delete_rule |
Deletes a previously created rule. |
Prerequisites
- Active MT Newswires subscription / agreement (contact MT Newswires to enable MCP access)
- An MCP-capable client (Claude.ai with admin access for Connectors, Claude Desktop, or Claude Code)
Server URL
https://vast-mcp.blueskyapi.com/mcp
Transport: Streamable HTTP.
Connect in Claude.ai (custom connector)
For organization owners:
- Open Settings > Connectors
- Click Add custom connector
- Paste the integration URL provided by MT Newswires (
https://vast-mcp.blueskyapi.com/mcp) - Name it (e.g.
MT Newswires) and click Add - Complete the OAuth / credential flow when prompted
Connect via Claude Code CLI
claude mcp add --transport http mtnewswire https://vast-mcp.blueskyapi.com/mcp
Claude Desktop / generic MCP client config
{
"mcpServers": {
"mtnewswires": {
"transport": {
"type": "http",
"url": "https://vast-mcp.blueskyapi.com/mcp"
}
}
}
}
Documentation and support: console.blueskyapi.com/docs, support email support@vianexus.com.
- Monitor breaking news on specific tickers (e.g.
TSLA,NVDA) and have the agent summarize likely price impact - Track a multi-position portfolio by creating per-ticker rules and asking the agent for a daily roll-up
- Survey sector developments (e.g. fixed income, energy, semis) and summarize material moves and catalysts
- Pull earnings-related stories and corporate event reactions to support investment research notes
- Watch macroeconomic releases (CPI, Fed, jobs) and let the agent flag stories that move risk assets
- "Search MT Newswires for Tesla news in the last 48 hours and summarize anything that could move the stock."
- "Create rules to monitor AAPL, MSFT, NVDA, AMZN, and GOOGL, then give me a morning brief of overnight headlines."
- "Fetch the full text of the latest MT Newswires story on the FOMC decision and extract the key takeaways."
- "What are the top fixed income headlines today? Group them by theme."
- "Delete the rule I set up for oil sector news and create a new one for natural gas instead."
- Official MT Newswires feed: institutional-grade reporting across equities, fixed income, FX, commodities, and macro
- Broad coverage (45,000+ securities, ~28,000 original stories/month) with low-latency, structured output suited to agents
- Includes persistent rules so an agent can maintain ongoing watchlists, not just one-shot searches
- Remote, provider-hosted server, no self-hosting or local install required
- Gated behind a paid MT Newswires subscription; you must contact the vendor to enable MCP access
- No public GitHub repo or open tool schema; documentation is limited to the provider's docs and partner pages
- Tooling is news-focused only: no pricing, fundamentals, or order management capabilities
- LSEG (Refinitiv) MCP connector for Claude: broader market data and news from a major institutional vendor
- Moody's MCP connector for Claude: credit, ratings, and risk-oriented content
- viaNexus financial data MCP: same underlying platform, exposes additional financial datasets beyond MT Newswires