Model-tiered content pipeline β cheap models seed, expensive models verify
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
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.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
Or add to Claude Code's MCP config (~/.claude/settings.json):
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:
| 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.
If Sprout saves you money on your AI bill, consider buying me a coffee:
MIT
mcp-name: io.github.mepsopti/sprout-mcp
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sprout-mcp)<a href="https://allmcps.com/mcp/sprout-mcp"><img src="https://allmcps.com/api/badge/sprout-mcp?style=directory" alt="Sprout MCP on AllMCPs" /></a>