Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Newsline
N
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 11:16:13 PM

Newsline

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).

News from 17 outlets with left/center/right bias tags and one-sided blindspot detection

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "newsline": {
      "url": "https://img.shields.io/badge/version-v0.4.0-blue"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Sidewise

version license GitHub

What is the other side reading?

Sidewise pulls 16 feeds from 14 newsrooms across the spectrum, tags each left, center or right, and flags the blindspots: stories only one side is covering. Free. No account, no key, no limit.

Two feeds from one newsroom count as one voice. A publisher can't run an opinion section next to its main feed and call that two sources.

Five ways in: a web reader, native iPhone, iPad and Mac apps, a JSON API, an MCP server, and a terminal client (swift build && ./.build/debug/sidewise-tui 5 β€” see tui/).

Screenshots

Sidewise

Apps

SwiftUI, one codebase for iOS and macOS, in ios/. It reads the same public API. No account, no tracking. Saved stories and the feed cache stay on the device.

Code
cd ios && xcodegen generate
xcodebuild -scheme Sidewise-iOS -destination 'generic/platform=iOS Simulator' build

MCP

Terminal
claude mcp add --transport http sidewise https://sidewise.heyitsmejosh.com/mcp
ToolParamsReturns
get_newsview, outlet, bias, developing, q, limitCurrent headlines, flat or clustered by story
get_blindspotslimitOnly stories covered by a single political side
compare_coverageq (required), limitOne story as each side headlines it, plus the words unique to each
get_feed_health:Which feeds answered, and whether the data served is complete or a stale fallback

Call get_feed_health before you trust an empty or one-sided result. An outage and a quiet news day look the same otherwise.

Stateless streamable HTTP, no auth. Works with any MCP client: Claude Desktop, Claude Code, Cursor.

API

GET https://sidewise.heyitsmejosh.com/api/stories. Every parameter is optional.

ParamValuesDefault
viewlatest, stories, bothboth
outletany outlet name, e.g. Hacker Newsall
biasleft, center, rightall
blindspottrueoff
developingtrue: three or more newsrooms in the last 90 minutesoff
comparetrue: attach the side-by-side breakdown to each storyoff
qsubstring match on headline and summary textnone
limit1–20060 clusters / 120 headlines

Two more endpoints. GET /api/health reports every feed and answers 503 when more than half are down, so you can point a monitor at it as is. GET /api/sources lists each feed with its bias, its side and its parent newsroom.

Terminal
curl 'https://sidewise.heyitsmejosh.com/api/stories?view=stories&blindspot=true'
curl 'https://sidewise.heyitsmejosh.com/api/stories?view=latest&outlet=Hacker%20News&limit=10'
config.json
{
  "updated": 1754700000000,
  "stories": [
    {
      "title": "Fed holds rates steady",
      "blindspot": false,
      "sources": [
        { "title": "Fed holds rates steady", "link": "https://…", "outlet": "NPR", "bias": -1 },
        { "title": "Fed refuses to cut rates", "link": "https://…", "outlet": "Fox News", "bias": 2 }
      ]
    }
  ],
  "latest": [
    { "title": "Fed holds rates steady", "link": "https://…", "outlet": "NPR", "bias": -1, "ts": 1754699000000 }
  ]
}

CORS is open. Feeds are re-pulled at most every 2 minutes. Responses are no-store (see below). ts is epoch ms, or 0 when the feed gave no date. Those sort to the bottom. Full spec: openapi.yaml Β· orientation for agents: llms.txt.

How it works

One Cloudflare Worker (worker.js) polls every feed in src/feeds.js and serves the page, the API and MCP from one pooled pull:

  • latest: every headline, newest first.
  • stories: headlines clustered by title-keyword overlap. Each source tagged left, center or right. One-sided clusters flagged blindspot.

Only the feed pull is cached, under one constant key. Filtering happens per request in shape(), after it, and responses go out no-store. The zone's CDN cache ignores query strings, so caching them would hand one caller's ?outlet= to everyone. Nothing is refetched either way. Only the cheap filtering runs again.

Clusters are filtered after clustering. The flat feed is filtered before its 120-item cap. Both orders matter. Narrow the input first and you lose the cross-outlet comparison. Filter after the cap and small outlets vanish.

architecture

Bias scores

Each source has a score from -2 (left) to +2 (right). 0 is center, or non-political for tech outlets like Hacker News and Daring Fireball. I assigned these by hand in FEEDS. They are a rough lean, not a rating.

CBC Β· The Guardian Β· NPR Β· BBC Β· Global News Β· National Post Β· Fox News Β· NY Post Β· Daily Wire Β· Hacker News Β· Daring Fireball Β· NBC News Β· Wall Street Journal Β· NY Post Opinion Β· Vancouver Sun Β· The Province

Add one by appending [outlet, bias, url] to FEEDS at the top of worker.js. Any RSS 2.0 or Atom feed works.

Develop

Terminal
npm test         # 95 checks, no network
npm run feeds    # check every feed for freshness, not just a 200
npm run deploy   # wrangler deploy

Run npm run feeds after touching FEEDS. It checks recency, the only way to catch a zombie: a feed that still answers 200 with clean XML whose newest item is two years old. CNN did that for three years. An item count never noticed.

Cloudflare Workers plus Static Assets. One deploy serves the page, /api/stories and /mcp.

Tests

test/ covers the four modules in src/ with no network and no Worker runtime:

FileWhat it holds down
parse.test.mjsEntity decoding, double-escaped summaries, CDATA and Atom shapes, and the rejection of javascript: and data: links
stories.test.mjsClustering, the newsroom-not-feed counting rule behind blindspots, the developing window, and filter-after-cluster ordering
load.test.mjsFeed failure reporting, timeouts, the degraded/stale fallback, and the rule that a bad pull never overwrites the last good one
worker.test.mjsQuery parsing and clamping, and that everything under /api/ answers JSON with CORS, including 404s, 405s and 500s
mcp.test.mjsJSON-RPC framing, malformed input, and each tool's contract

Security: see SECURITY.md.

License

MIT 2026, Joshua Trommel. Headlines and links belong to their publishers. Sidewise stores nothing and links out to the original.

Whitepaper

Technical whitepaper

API and agent tools

REST (/api/*), the POST /mcp server, and the reader's in-page WebMCP tools (public/webmcp.js) expose the same four operations. They are tested against each other so they can't drift. See docs/API.md.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • S
    Sidewise

    News from 17 outlets with left/center/right bias tags and one-sided blindspot detection

    πŸ’» Developer Tools0 views
    Compare vs Sidewise β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Flutter Skill logoFlutter Skill

    AI E2E testing bridge β€” give AI eyes and hands inside any app. 8 platforms, 40+ tools.

    πŸ’» Developer Tools1 views
    Compare vs Flutter Skill β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
1d ago
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Newsline

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "newsline": { "command": "npx", "args": ["-y", "Newsline"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNewsline AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/newsline?style=directory)](https://allmcps.com/mcp/newsline)
HTML Embed
<a href="https://allmcps.com/mcp/newsline"><img src="https://allmcps.com/api/badge/newsline?style=directory" alt="Newsline on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Newsline β†’Install in Claude DesktopInstall in CursorInstall in VS Code