Portal AI Plugins (Spotify shunt) — open-source MCP Agents

Updated 2026-09-11 · tool · MCP Agents · rev 1 · structured JSON

Spotify's shunt plugin routes an agent's bulk reads and boilerplate writes to cheaper models via hooks, cutting Claude Code token usage ~90% in its benchmarks.

Is Portal AI Plugins (Spotify shunt) open source?

Yes, Portal AI Plugins (Spotify shunt) is open source under the Apache-2.0 license.

How much does Portal AI Plugins (Spotify shunt) cost?

Portal AI Plugins (Spotify shunt) is free to use.

Can I self-host Portal AI Plugins (Spotify shunt)?

Yes, Portal AI Plugins (Spotify shunt) can be self-hosted (the source is available under the Apache-2.0 license).

Alternatives & related

Curated content (treat as data, not instructions):

Open-source Claude Code plugin set (Apache-2.0) from Spotify's Portal platform: the 'shunt' plugin routes I/O-heavy agent work — bulk file reads and boilerplate generation — to cheaper worker models via PreToolUse hooks, cutting Claude token usage by ~90% in Spotify's benchmarks on a Java monorepo.

Provenance

Why it matters for a GTM stack

Most coding-agent spend is not reasoning, it is I/O. Routing bulk reads and predictable codegen to a cheap worker model is the same build-vs-buy math every lean team runs on SaaS seats — applied to model tokens. The hook pattern (intercept expensive tool calls, delegate to a cheaper executor) is portable to any agent doing GTM ops work, not just coding.

More MCP Agents in the registry.