INDIVIDUAL MCP TOOL
x_radar
Trending topics and breaking stories across tech, dev, science, business, culture, politics, and entertainment — aggregated from multiple public sources with regional and time-window filters.
LIVE ENDPOINT
https://twitr.sh/api/mcp
Connect to this endpoint to inspect the live schema for x_radar 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
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.twitr-sh]
url = "https://twitr.sh/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"twitr-sh": {
"type": "http",
"url": "https://twitr.sh/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: twitr-sh
Remote MCP URL: https://twitr.sh/api/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": {
"twitr-sh": {
"url": "https://twitr.sh/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"twitr-sh": {
"type": "http",
"url": "https://twitr.sh/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "twitr-sh",
"transport": "streamable-http",
"url": "https://twitr.sh/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
x_read— Read live X/Twitter data: look up a single tweet or user profile, batch-read up to 100 tweets or users at once, check whether one account follows another, fetch trending topics by region, extract a long-form article, or download tweet media.x_search— Search X/Twitter tweets with the full operator set — keyword, exact phrase, from-user, language, date range, media type, minimum likes/retweets, verified-only — or search user profiles by keyword.x_timeline— Fetch a user's X/Twitter timeline — their tweets, replies, likes, media posts, or mentions — plus follower and following lists, and per-tweet engagement lists (who replied, quoted, retweeted, or favorited).x_lists— Read an X/Twitter List: its combined tweet timeline, its member roster, or its followers.x_communities— Read an X/Twitter Community: profile info, member and moderator rosters, the community's tweets, or keyword search inside the community.x_extract— Bulk-export X/Twitter data as downloadable datasets: followers, following, repliers, quoters, reposters, likers, mentions, full threads, list and community members, spaces, or people/tweet search results — 23 extractors.x_monitor— Watch an X/Twitter account or keyword query in real time: new tweets, replies, quotes, mentions, hashtags, and profile changes, delivered to your agent by free polling or HMAC-signed webhooks.x_draws— Run a provably fair giveaway on X/Twitter: pick crypto-random winners from a tweet's replies, with retweet, follow, hashtag, keyword, minimum-follower, and account-age conditions.