Sidewise
Server Details
News from 17 outlets with left/center/right bias tags and one-sided blindspot detection
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- nulljosh/sidewise
- GitHub Stars
- 1
- Server Listing
- Newsline MCP Server
TDQS
Scored across 4 tools
Each tool targets a distinct facet: news retrieval, cross-outlet wording comparison, one-sided story detection, and feed health diagnostics. Potential overlap between get_news with view=stories and compare_coverage is mitigated by clearly splitting headline grouping from side-by-side wording analysis.
All four tool names follow a consistent snake_case verb_noun pattern. Three use the get_ prefix (get_news, get_blindspots, get_feed_health) and compare_coverage uses the same verb-first style with a clear object.
Four tools is a well-scoped size for a news bias analysis server. Every tool has a distinct responsibility and the set feels intentionally curated rather than sparse or bloated.
The tool surface covers the full workflow of the domain: retrieving the news, comparing differing coverage of the same event, finding coverage blindspots, and verifying data freshness. There are no obvious pipeline dead ends or major missing operations.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- Added
compare_coverage - Added
get_feed_health - Changed
get_news1 field changed- added
Input schema / properties / developingAdded value: +{ + "description": "Only stories several newsrooms picked up in the last 90 minutes.", + "type": "boolean" +}
1 tool update
- Changed
get_news1 field changed- changed
Input schema / properties / outlet / enumPrevious value: -[ - "CBC", - "The Guardian", - "CNN", - "NPR", - "BBC", - "Global News", - "National Post", - "Fox News", - "NY Post", - "Daily Wire", - "Hacker News", - "Daring Fireball", - "NBC News", - "Wall Street Journal", - "New York Post Opinion", - "Vancouver Sun", - "The Province" -]New value: +[ + "CBC", + "The Guardian", + "NPR", + "BBC", + "Global News", + "National Post", + "Fox News", + "NY Post", + "Daily Wire", + "Hacker News", + "Daring Fireball", + "NBC News", + "Wall Street Journal", + "New York Post Opinion", + "Vancouver Sun", + "The Province" +]
2 tool updates
- First observed
get_blindspots - First observed
get_news
Related MCP Connectors
Neutral, bias-scored news for AI agents: compare left/right media-bias framing, fact-check receipts.
Grounded, attributed news: what happened, which outlets reported it, and how many covered it.
Span-grounded audits of how US outlets covered the same story, quotes checkable at the source.
Live world news deduplicated into story events, with corroboration counts and source links.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceReal-time news events, clustered by AI from hundreds of sources, classified by topic and geography, ranked by importance.43MIT
- AlicenseAqualityAmaintenanceRead-only, source-linked news intelligence for AI agents: search The Neural Ledger's stories, retrieve story details with citations and revision history, and resolve related entities and assets. It is an evidence layer, not a trading or execution service.82MIT
- FlicenseNot gradedqualityDmaintenanceAggregates news from 7 APIs and unlimited RSS feeds with AI-powered bias removal and synthesis. Provides over 7,300 free daily requests with conversation-aware caching and 25 comprehensive news analysis tools.1-
- AlicenseNot gradedqualityCmaintenanceProvides real-time trending topics, news headlines, article summaries, and full-text extraction for AI assistants across 250+ countries and categories.232 npmISC
Glama MCP Gateway
Add one secure layer between your agents and this server.