API & MCP server
Connect TrendMoney's live news and market data to Claude, ChatGPT or your own agent — a public MCP server and an OpenAPI-described REST API, both read-only and requiring no API key.
MCP server
Streamable HTTP, stateless, no authentication, read-only. Rate limited to 30 calls per minute per IP.
claude mcp add --transport http trendmoney https://www.trendmoney.biz/api/mcpDiscovery document: /.well-known/mcp.json
Tools
- list_news_topics
- List the 22 topics and 6 geographic regions news is classified into, with a description of what each covers and the public URL of its feed page. Call this first when unsure which topic id to pass to get_top_news or search_news.
- get_top_news
- Latest headlines for a topic or region, newest first. Source: 150+ publisher RSS feeds, refreshed every 10 minutes, so results can be up to 10 minutes behind the wire. Returns headline, description, publisher, timestamp and the publisher URL — not article text. Headlines are aggregated from publisher RSS feeds. Cite and link the publisher named in each item, not TrendMoney.
- search_news
- Full-text search across the current headline corpus (title, description, publisher). All terms must match. The corpus is the last few hundred headlines from 150+ RSS feeds, refreshed every 10 minutes — it is a live feed, not an archive, so a story older than roughly a day will not be found. Headlines are aggregated from publisher RSS feeds. Cite and link the publisher named in each item, not TrendMoney.
- get_quote
- Live price for one US stock, NSE-listed Indian stock, or cryptocurrency. Returns price, day change, one-year change, day range, 52-week range, volume and currency, plus pre/post-market where the market is closed. Source: Yahoo Finance, cached 60 seconds — this is delayed data, not a real-time feed, and must not be presented as a tradable price.
- get_market_overview
- One snapshot of global markets: major cryptocurrencies, stock indices and commodities, each with price and day change, plus the biggest gainers and losers in each group. Sources: CoinGecko (crypto) and Yahoo Finance (indices, commodities), cached 60 seconds. Use this instead of many get_quote calls when the question is about markets generally.
REST API
The same data over plain HTTP, for clients that do not speak MCP. No API key.
curl https://www.trendmoney.biz/api/markets/quote?symbol=NVDAFull description: /api/openapi.json (OpenAPI 3.1)
Terms of use
- News items are aggregated from publisher RSS feeds. Only headlines, descriptions and links are served — never article text. When citing an item, cite and link the publisher named on it, not TrendMoney.
- Market data is sourced from Yahoo Finance and CoinGecko and is cached. It is delayed and must not be presented as a tradable price or used as the basis of an order.
- Nothing here is investment advice. See the terms.
- The endpoints are provided as-is with no uptime guarantee. If you need volume beyond the published rate limit, get in touch.