StockNews.AI
MCP server

MCP stock news server for ChatGPT and AI agents

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

REST API and MCP access

Agent-ready
REST request
GET https://stocknews.ai/api/news?symbol=SPY&type=market&limit=10
MCP server URI
https://stocknews.ai/api/mcp?api_key=sn_live_your_api_key

What you get

Structured news signals for agents.

MCP gives AI agents a simple way to call StockNews.AI tools without writing a custom integration first.

Best when you want ChatGPT or another MCP client to call financial news tools directly during a conversation.
The REST API remains the best path for production apps, scheduled jobs, and dashboards.

One MCP URL

Paste the MCP Server URI into ChatGPT custom apps or another MCP client and choose No Auth.

Tool discovery

The server describes available read-only tools so an AI client can discover and call them.

Same news intelligence

MCP calls can access analyzed stock news, semantic news search, quotes, company context, and other agent tools.

Quota-aware access

Tool calls use the same account API key and quota model as REST access.

How it works

From financial news to AI decisions.

Step 1

Create

Create or open your StockNews.AI API key from the API console.

Step 2

Connect

Paste the MCP URL into your AI client and set authentication to No Auth.

Step 3

Ask

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

Common builder questions.

Does ChatGPT know which tools are available?

Yes. The MCP server exposes tool names, descriptions, schemas, and instructions so the client can discover how to use them.

Do I need OAuth to connect ChatGPT?

No. Use the MCP URL with your API key in the query string and select No Auth in the custom app setup.

Is MCP replacing the REST API?

No. REST is still the primary production interface. MCP is an AI-agent entry point for interactive tool use.