← freenewsapi.ai

INDIVIDUAL MCP TOOL

news_get_rss

The same search as RSS 2.0 — raw endpoint GET /v1/rss, every parameter the API accepts.

freenewsapi.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://freenewsapi.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for news_get_rss and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

freenewsapi.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.freenewsapi]
url = "https://freenewsapi.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "freenewsapi": {
      "type": "http",
      "url": "https://freenewsapi.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: freenewsapi
Remote MCP URL: https://freenewsapi.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "freenewsapi": {
      "url": "https://freenewsapi.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "freenewsapi": {
      "type": "http",
      "url": "https://freenewsapi.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "freenewsapi",
  "transport": "streamable-http",
  "url": "https://freenewsapi.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_news — Full-text search over 18.8 million news articles from 25 312 publishers in 99 languages, refreshed continuously and kept for 90 days.
  • get_trends — Stories the press is covering right now, grouped from articles across 115 countries and recomputed every five minutes.
  • trend_keywords — The words the news is built on right now, with how many stories and how many national presses carry each.
  • find_publishers — Look up news publishers we read: name, domain, country, language, and how many articles a day we take from each.
  • list_countries — Which of the 115 countries have live stories right now, how many, and how many minutes ago each was recomputed.
  • market_vs_news — A price series next to how much the world wrote about it in the same hours: crypto, gold, currencies, European power.
  • news_get_btc_summary — Latest price, recent moves and the tone of today news — raw endpoint GET /v1/btc/summary, every parameter the API accepts.
  • news_get_btc_price — BTC/USDT candles — raw endpoint GET /v1/btc/price, every parameter the API accepts.