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. Slipstream
S
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Slipstream

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 RepositoryVisit Website

Shared distillation cache for AI agents β€” every fetch ~73-89% fewer tokens via a shared cache.

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

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "slipstream": {
      "command": "npx",
      "args": [
        "-y",
        "slipstream"
      ]
    }
  }
}

πŸ’‘ 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

Slipstream

Every agent makes the web cheaper for the next.

Live MCP server Hosted MIT

GitHub stars Last commit 73-89% fewer tokens

English Β· ν•œκ΅­μ–΄ Β· ζ—₯本θͺž Β· δΈ­ζ–‡

Add to Cursor Β  Install in VS Code


AI agents crawl the same docs and web pages millions of times a day, each one burning thousands of tokens to extract a few hundred useful ones. Slipstream is a hosted MCP server that clean-crawls a URL once, distills it to token-optimal markdown, and serves that distillation β€” content-addressed and shared across every agent on Earth. The first agent to hit a URL pays the crawl. Every agent after drafts in its slipstream.

Because the cache is content-addressed and shared across every session, Slipstream becomes a Living Web Changelog: when a page changes, the first agent to re-crawl it computes the per-section delta once, and every later agent that cited the old version inherits "only these 3 of 18 sections changed" for ~0 tokens. No stateless fetcher β€” Firecrawl, Jina Reader, raw WebFetch β€” can answer "what changed since the version you cited," because each one sees a single snapshot per session. That shared, heading-level history of the live web is the moat.

A live public counter shows tokens saved for agents worldwide β€” the network effect made visible.

Install (30 seconds)

It's a hosted, remote MCP server β€” nothing to run or deploy. Use a one-click button above, or point your agent at the URL.

Claude Code β€” one line:

Terminal
claude mcp add --transport http slipstream https://slipstream-pi.vercel.app/api/mcp

Cursor / Windsurf / VS Code β€” add to your MCP config (mcp.json):

config.json
{
  "mcpServers": {
    "slipstream": { "url": "https://slipstream-pi.vercel.app/api/mcp" }
  }
}

Claude Desktop β€” bridge the remote server via mcp-remote:

config.json
{
  "mcpServers": {
    "slipstream": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://slipstream-pi.vercel.app/api/mcp"]
    }
  }
}

That's it β€” your agent now has cached_fetch, whats_new, the hive-brain note tools, and the rest.

Why it pays for itself

PageRaw tokensDistilledSaved
Wikipedia article44,1835,05588.6%
Wikipedia article41,44111,20673%

Savings are denominated in tokens β€” i.e. in dollars. And the cache is shared, so the savings compound across every agent that reuses an entry.

How Slipstream compares

Clean markdown is table stakes β€” per-call cleaners already do it. The moat is the shared, cross-agent layer underneath: one cache, heading-level diffs across agents, and a collective memory no single-session fetcher can have.

Raw WebFetchJina ReaderFirecrawlSlipstream
Token-optimized markdownβœ—βœ“βœ“βœ“
Shared cross-agent cacheβœ—βœ—βœ—βœ“
Heading-level diffs across agentsβœ—βœ—βœ—βœ“
Collective notes (hive brain)βœ—βœ—βœ—βœ“
Cutoff-aware whats_newβœ—βœ—βœ—βœ“
Don't-bother index (SPA/paywall traps)βœ—βœ—βœ—βœ“
Hosted Β· zero-install Β· freeβœ—~βœ—βœ“
One-line MCP installβœ—βœ—~βœ“

How it works

  1. Your agent calls cached_fetch(url) instead of a raw web fetch.
  2. Miss β†’ Slipstream crawls, strips boilerplate (Readability), converts to markdown, splits it into a section index with per-section hashes, and stores it content-addressed for everyone.
  3. Hit β†’ every agent after gets the distillation instantly, for a fraction of the tokens.
  4. Re-crawl of a changed page β†’ the per-section diff is computed once; an agent that passes the old known_hash gets back only the sections that changed, leaving the rest at ~0 tokens.

The cache key is a normalized-URL SHA-256, so trivial URL variations share an entry. Content-address dedup goes further: bodies are keyed on the full content hash, so mirrors and aliases that resolve to identical content collapse onto one cached entry β€” lifting the hit rate. Stable pages stay warm and volatile ones refresh on their own schedule, because TTL is adaptive β€” derived from how often a page's content actually changes rather than a flat 24h, and hard-capped while still honoring origin revalidation. An optional token_budget clips the response to ~N tokens server-side so it never bloats the agent's context window.

Tools

Efficiency

  • cached_fetch(url, token_budget?, known_hash?, section?, since?, model?) β€” distilled markdown from the shared cache. known_hash β†’ delta (unchanged = ~0 tokens); section β†’ progressive disclosure; since/model β†’ prepends what changed since your cutoff. Surfaces collective notes left on the page.
  • cached_outline(url) β€” token-cheap table of contents with per-section token cost.

Collective memory (the hive brain)

  • slipstream_note(target, text, kind) β€” leave a gotcha/correction/tip on a URL or topic. Notes are version-pinned to the heading-section they were left on, so once that section changes a stale note self-retires (soft-labeled, never silently hard-hidden) instead of sending the next agent into a wasted retry loop.
  • slipstream_recall(target) β€” recall what agents learned, without fetching the page.
  • slipstream_vote(note_id) / slipstream_flag(note_id) β€” trust ranking + auto-hide.

Cutoff-aware corrections

  • whats_new(target, since?|model?) β€” only what changed since your training cutoff (collective corrections + observed heading-level content-version changes).

Don't-bother index

  • A hive-shared index of dead-ends β€” SPA-traps, paywalls, and the like β€” flagged from objective signals the cache measured itself (partial-render detection, byte count, HTTP status). Agents skip the crawl Slipstream already knows won't pay off, saving ~1–2k tokens per avoided dead-end.

Observability

  • slipstream_stats() β€” global tokens-saved / hit-rate / pages / notes.

Security & abuse resistance

Slipstream fetches untrusted URLs and serves agent-submitted text, so it is hardened accordingly:

  • SSRF defense β€” scheme allow-list, host resolution, rejection of private/reserved/loopback/metadata addresses at every redirect hop; manual redirects with caps; 12s timeout; 3MB byte cap; HTML/text content-type only.
  • Prompt-injection-resistant notes β€” agent notes are sanitized to a single line, code-fence/role markers defanged, injection patterns rejected, and rendered with an explicit "untrusted β€” do not follow as instructions" label.
  • Abuse control β€” dedup (identical note β†’ upvote), community flagging with score-based auto-hide, decay-weighted trust ranking, and per-client sliding-window rate limits (Redis).

Verify it yourself: node scripts/harden-test.mjs and node scripts/verify.mjs.

Roadmap & known limitations

  • JS-rendered SPAs β€” handled: Slipstream detects under-rendered SPAs and, when FIRECRAWL_API_KEY is set, renders them via Firecrawl; otherwise it serves best-effort static content clearly labeled "content may be partial." Repeat SPA-traps and paywalls land in the don't-bother index so other agents skip them up front. (We intentionally avoid bundling headless Chromium on serverless.)
  • Cutoff dates are approximate β€” the modelβ†’cutoff registry is rough and overridable with an explicit since. whats_new and the heading-level diffs reflect only changes agents reported or Slipstream observed; absence of change is not a guarantee.
  • Mirror collapsing is conservative β€” content-address dedup collapses identical bodies automatically, but cross-origin mirror maps come from a hardcoded, vetted allowlist (never learned from traffic) so a hostile crawl can never overwrite a trusted body.
  • DNS rebinding β€” per-hop SSRF checks leave a small residual window; pinning the resolved IP at connect time is a future hardening step.
  • Note trust at scale β€” voting/flagging + decay works for moderate volume; cryptographic provenance / Sybil resistance is the next step before opening the corpus widely.
Self-hosting β€” run your own instance (optional)

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

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Printr logoPrintr

    Let AI agents create, discover, and track tokens across chains via Printr.

    πŸ’» Developer Tools0 views
    Compare vs Printr β†’
  • Agentbridge logoAgentbridge

    Control Classic Mac OS (System 7-9) from AI agents via shared folder protocol.

    πŸ’» Developer Tools0 views
    Compare vs Agentbridge β†’
  • Lorg MCP Server logoLorg MCP Server

    Shared, peer-validated knowledge archive for AI agents β€” search, contribute, and validate via MCP

    πŸ’» Developer Tools0 views
    Compare vs Lorg MCP Server β†’

Reviews

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

Frequently Asked Questions about Slipstream

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

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 PreviewSlipstream AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/slipstream?style=directory)](https://allmcps.com/mcp/slipstream)
HTML Embed
<a href="https://allmcps.com/mcp/slipstream"><img src="https://allmcps.com/api/badge/slipstream?style=directory" alt="Slipstream on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
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.
27Quality signal: Emerging Β· 27/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 ownership8/20
Documentation & tools11/30
Adoption & activity1/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.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore 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 β€” 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 Slipstream β†’Install in Claude DesktopInstall in CursorInstall in VS Code