One MCP URL
Paste the MCP Server URI into ChatGPT custom apps or another MCP client and choose No Auth.
Connect your AI client to StockNews.AI with an MCP Server URI and give it read-only tools for stock news, company context, and market data.
Builder example
GET https://stocknews.ai/api/news?symbol=SPY&type=market&limit=10https://stocknews.ai/api/mcp?api_key=sn_live_your_api_keyWhat you get
MCP gives AI agents a simple way to call StockNews.AI tools without writing a custom integration first.
Paste the MCP Server URI into ChatGPT custom apps or another MCP client and choose No Auth.
The server describes available read-only tools so an AI client can discover and call them.
MCP calls can access analyzed stock news, semantic news search, quotes, company context, and other agent tools.
Tool calls use the same account API key and quota model as REST access.
How it works
Create or open your StockNews.AI API key from the API console.
Paste the MCP URL into your AI client and set authentication to No Auth.
Ask your AI agent to find, compare, summarize, or research market-moving stock news.
Sample signal fields
JSON{
"symbol": "LDOS",
"sentimentRating": "verybullish",
"eventName": "Mass Contract",
"importanceScore": 90,
"sentimentScore": 85,
"relevanceScore": 95,
"summary": "Leidos was awarded a $2.7 billion contract...",
"startPrice": 128.33,
"sourcesJson": [
{ "source": "PRNewswire", "sourceUrl": "..." },
{ "source": "Reuters", "sourceUrl": "..." }
]
}FAQ
Yes. The MCP server exposes tool names, descriptions, schemas, and instructions so the client can discover how to use them.
No. Use the MCP URL with your API key in the query string and select No Auth in the custom app setup.
No. REST is still the primary production interface. MCP is an AI-agent entry point for interactive tool use.
More builder pages
Build trading agents, research assistants, and dashboards on top of structured stock news signals instead of raw headlines.
Give your AI agent clean financial news context so it can reason about what matters instead of spending tokens cleaning raw articles.
Feed your trading bot cleaner news signals so it can focus on ranking opportunities, researching catalysts, and testing outcomes.
Get sentiment and reasoning on market-moving stock news, plus enough source context for users and AI agents to verify the signal.