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. ๐Ÿ”’ Delivery
  3. Claw Tsaver
Claw Tsaver logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 5:18:00 PM

Claw Tsaver

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
mcptoken-optimizationopenclawdeveloper-tools

Reduces oversized MCP responses by storing full results locally and returning previews with on-demand expansion handles.

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
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

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": {
    "yang1bai-claw-tsaver": {
      "command": "uvx",
      "args": [
        "--from"
      ]
    }
  }
}

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

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Delivery

Overview

Yang1Bai/claw-tsaver MCP server proxies calls between OpenClaw and downstream MCP servers, intercepting responses that exceed a configurable token threshold. It stores oversized content in local SQLite and returns a compact preview plus a handle that can be expanded when the model needs the full result. Reach for it when fetch, browser, or similar tools frequently return large HTML or JSON payloads. The README reports a reduction from 11,507 to 104 returned tokens in a Wikipedia fetch test.

Use cases

โ€ขCompress large fetch responses before they reach the model
โ€ขProxy downstream MCP servers used by OpenClaw
โ€ขExpand stored HTML or JSON only when needed
โ€ขMonitor local token savings with the dashboard

Key features

โ€ขConfigurable token threshold
โ€ขSQLite storage for oversized responses
โ€ขPreview and on-demand expansion handles
โ€ขDownstream MCP server forwarding
โ€ขOptional local savings dashboard

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Claw Tsaver.

Extracted Tool Capabilities
Configurable token threshold
SQLite storage for oversized responses
Preview and on-demand expansion handles
Downstream MCP server forwarding
Optional local savings dashboard

How Claw Tsaver works

What Yang1Bai/claw-tsaver MCP server does

Yang1Bai/claw-tsaver MCP server is a local MCP proxy for OpenClaw setups. It sits between the client and downstream MCP servers such as fetch-based tools, forwards tool calls, and examines the returned content. Responses above the configured size threshold are stored locally instead of being sent to the model in full.

For an oversized response, the proxy returns a compact result containing a beginning preview, an ending preview, and a handle for later expansion. The model can call expand_content with that handle to retrieve the stored content. Responses below the threshold are not described as being compressed or rewritten.

The project is intended to reduce context usage from large HTML or JSON results. Its documented benchmark reduced a Wikipedia fetch from 11,507 original tokens to 104 returned tokens, or 99.1 percent saved. That measurement was made with OpenClaw, Claude Sonnet 4.6, and mcp-server-fetch.

How it works

Yang1Bai/claw-tsaver MCP server receives a tool call from OpenClaw and forwards it to the configured downstream server. It counts the returned content with a token-counting step and compares the result with compression_threshold_tokens. When the threshold is exceeded, the complete response is written to a local SQLite database. Only the preview fields and expansion handle are returned to the client.

A later expand_content call uses the handle to return the full stored response. This lazy-expansion flow lets the model decide whether the complete payload is necessary rather than automatically placing it in the conversation context.

Setup and configuration

The documented setup uses uv. The first run of claw-tsaver-mcp creates a configuration template under ~/.claw-tsaver/config.json. The configuration contains a downstream_servers list, where each entry defines a name, command, and argument list for a downstream MCP server. It also accepts compression_threshold_tokens; the example sets this value to 500.

OpenClaw registers the proxy as an MCP server with uvx --from git+https://github.com/Yang1Bai/claw-tsaver claw-tsaver-mcp. After adding the entry to ~/.openclaw/openclaw.json, the README instructs users to restart the OpenClaw gateway.

An optional local dashboard can be started with uvx --from git+https://github.com/Yang1Bai/claw-tsaver claw-tsaver-dashboard. The dashboard is available at http://localhost:7878 and displays token-saving statistics.

Tools and capabilities

Yang1Bai/claw-tsaver MCP server provides the proxy behavior and the documented expand_content operation. Its capabilities include:

  • Forwarding calls to configured downstream MCP servers.
  • Detecting responses above a token threshold.
  • Saving full oversized responses in local SQLite storage.
  • Returning head and tail previews with expansion handles.
  • Expanding stored content on demand.
  • Showing local token-saving statistics through the optional dashboard.

Limitations and notes

The current release covers lazy expansion and the local dashboard. Tool routing and conversation-history compression are listed as roadmap items, so they should not be treated as available features. The README documents OpenClaw integration and a Claude-based benchmark, but does not establish compatibility with every MCP client.

The proxy does not eliminate the cost of retrieving the full result: calling expand_content returns the complete stored content. Its main benefit applies when the model can work from the preview and does not need expansion. The provided material does not specify retention, cleanup, encryption, or remote storage behavior for the SQLite database.

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

Related MCP Servers

View all in Delivery View all alternatives
  • MCP Architect logoMCP Architect

    Gives any AI assistant real architectural understanding of a codebase: tech-stack overview, internal dependency graph with cycle detection, risk hotspots, and module summaries. Local, zero-config, no API keys. uvx mcp-architect.

    ๐Ÿ”’ Delivery3 views
    Compare vs MCP Architect โ†’
  • Reactuse logoReactuse

    MCP server for the ReactUse library โ€” 110+ React Hooks (TypeScript-first, SSR-compatible, tree-shakable). Lets AI assistants discover hook signatures, demos, and usage patterns directly from the docs.

    ๐Ÿ”’ Delivery4 views
    Compare vs Reactuse โ†’
  • Warp Agent MCP logoWarp Agent MCP

    Book real LTL/FTL/van/box-truck freight through the Warp network. 20 tools, in-chat login, Stripe-charged bookings, real carrier dispatch. Live demo at wearewarp.com/agents/mcp.

    ๐Ÿ”’ Delivery2 views
    Compare vs Warp Agent MCP โ†’
  • Qa Probe logoQa Probe

    Probes your live API and classifies why each endpoint failed (root cause + evidence + calibrated confidence) over MCP, so your AI assistant debugs from evidence instead of guessing. Deterministic rules, no black box. Works with FastAPI, Express, Next.js, tRPC, and GraphQL. npm i -g qa-probe

    ๐Ÿ”’ Delivery2 views
    Compare vs Qa Probe โ†’

Adoption & maintenance

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

GitHub stars
1
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

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

Frequently Asked Questions about Claw Tsaver

Install uv, then register `uvx --from git+https://github.com/Yang1Bai/claw-tsaver claw-tsaver-mcp` as an MCP server in OpenClaw.

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

Technical Specs & Signals

Category๐Ÿ”’Delivery
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
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 commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 20, 2026
47Quality signal: Fair ยท 47/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 & tools24/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev ยท --from (PyPI)

โ˜… 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 โ€” 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 ๐Ÿ”’ Delivery โ†’Alternatives to Claw Tsaver โ†’Install in Claude DesktopInstall in CursorInstall in VS Code