AI & Machine Learning
rotative.xyz
Provides access to rotative's AI news digests, keyword-searchable archive, individual stories, and evidence-checked deep dives.
ENDPOINT 1
https://rotative.xyz/mcp
MCP server metadata
- Name
- rotative
- Version
- 1.0.0
Rotative is an evidence-first AI news feed built to be cited. get_today returns the latest day's stories (each with summaries, the original source URL, and a suggested citation). search_news searches the archive. get_story expands one story. get_deep_dive returns long-form, source-checked analyses.
Known tools 4
get_todayGet 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.
Inferred read-onlyget_storyGet one rotative story by id — a full uuid, the 8-hex id, or the id tail from a rotative.xyz/story/ URL.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.