
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
sprout-mcp
Advanced tools
Drop your Opus bill 80%. Model-tiered content pipeline for MCP — cheap models seed work, expensive models verify it.
Sprout routes tasks to the right model tier automatically. Haiku drafts, Sonnet fact-checks, Opus verifies. Every chunk tracks provenance, confidence, and cost.
uvx sprout-mcp
Or add to Claude Code's MCP config (~/.claude/settings.json):
{
"mcpServers": {
"sprout": {
"command": "uvx",
"args": ["sprout-mcp"]
}
}
}
Haiku (seed) → Sonnet (watered) → Opus (sprouted)
Draft Fact-check Verify
$0.005/M $0.015/M $0.075/M
Instead of running everything through Opus at $75/M output tokens, most work stays at Haiku's $5/M. Only the final verification — typically 10-20% of total work — touches Opus.
| Tool | Description |
|---|---|
submit_chunk | Store content with provenance (model, task type, sources) |
get_review_queue | List chunks needing review, filtered by confidence/project |
mark_reviewed | Promote (seed→watered→sprouted) or reject chunks |
recommend_model | Get model recommendation for a task type |
get_stats | Dashboard of chunk counts, confidence levels, token usage |
export_chunks | Export verified chunks as JSON |
opus_test | Generate structured review summary for batch verification |
schedule_task | Schedule tasks to run at a specific time or delay |
list_scheduled | View pending scheduled tasks |
cancel_scheduled | Cancel a pending scheduled task |
configure_routing | Add/update routing rules at runtime |
get_cost_report | Estimated spend per model with real pricing |
retry_on_error | Track failed attempts with backoff guidance |
| Variable | Default | Description |
|---|---|---|
SPROUT_DB_PATH | ~/.sprout/sprout.db | SQLite database location |
SPROUT_CONFIG | (none) | Path to JSON config file for custom routes and pricing |
SPROUT_MAX_RETRIES | 3 | Max retry attempts before giving up |
SPROUT_RETRY_BACKOFF | 2.0 | Exponential backoff base (seconds) |
Create a JSON file and point SPROUT_CONFIG at it:
{
"routes": {
"code_review": { "tier": "sonnet", "reason": "Code analysis needs reasoning" },
"translation": { "tier": "haiku", "reason": "Straightforward language task" }
},
"pricing": {
"custom-model": 10.00
}
}
| Task Type | Tier | Why |
|---|---|---|
biography_synthesis | haiku | Factual summarization |
council_description | haiku | Historical summarization |
document_synopsis | haiku | Content summarization |
json_validation | haiku | Structural verification |
summarization | haiku | General summarization |
data_extraction | haiku | Structured extraction |
fact_check_first_pass | sonnet | Cross-reference claims |
code_review | sonnet | Code analysis |
fact_check_final | opus | Deep factual verification |
theological_analysis | opus | Domain expertise required |
complex_analysis | opus | Deep reasoning required |
Unknown task types default to haiku — start cheap, escalate if needed.
You: Use recommend_model for "biography_synthesis"
Sprout: biography_synthesis → haiku-4.5 (Factual summarization)
You: Use submit_chunk to store the Haiku output
Sprout: Stored chunk abc12345 [seed] for person-001.biography
You: Use get_review_queue to see what needs fact-checking
Sprout: 1 chunk pending review
You: Use mark_reviewed to promote after Sonnet fact-checks it
Sprout: Chunk abc12345 → watered (verified by sonnet-4.6)
You: Use get_cost_report
Sprout: haiku-4.5: ~1,300 tokens (1 chunk) — $0.0065
Total: $0.0065
git clone https://github.com/mepsopti/sprout-mcp.git
cd sprout-mcp
uv sync --extra dev
uv run pytest
If Sprout saves you money on your AI bill, consider buying me a coffee:
MIT
mcp-name: io.github.mepsopti/sprout-mcp
FAQs
Model-tiered content pipeline MCP server — cheap models seed, expensive models verify
The pypi package sprout-mcp receives a total of 34 weekly downloads. As such, sprout-mcp popularity was classified as not popular.
We found that sprout-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.