← rotative.xyz

INDIVIDUAL MCP TOOL

search_news

Keyword search across rotative's published AI news archive.

rotative.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://rotative.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_news 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

rotative.xyz

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.rotative]
url = "https://rotative.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rotative": {
      "type": "http",
      "url": "https://rotative.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rotative
Remote MCP URL: https://rotative.xyz/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": {
    "rotative": {
      "url": "https://rotative.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_today — Get rotative's latest AI news digest: every story published on the most recent day (or a given date), each with short + long summaries, the original source URL, topics, a canonical rotative.xyz link, and a suggested citation.
  • get_story — Get one rotative story by id — a full uuid, the 8-hex id, or the id tail from a rotative.xyz/story/ URL.
  • get_deep_dive — Get rotative's evidence-checked long-form deep dives.