Boost Boss is the only ad network built natively into the Model Context Protocol. Your server adds three lines. Claude Desktop, Cursor, Cline, and every MCP host renders the rest.
Start as a publisher →No interruption. No latency. The user always gets your tool result before they see the ad.
npm install to first impression in under 10 minutes.Add three lines: install @boostbossai/lumi-mcp, init with your publisher ID, attach to a tool handler.
Your existing tool output is unchanged. Boost Boss appends a sponsored block — never replaces, never delays.
Boost Boss attaches relevant ads to tool responses. You earn on every impression and every click.
import { LumiMCP } from '@boostbossai/lumi-mcp'; const lumi = new LumiMCP({ publisherId: 'pub_xxx' }); // Inside any existing tool handler: const ad = await lumi.fetchAd({ context: request.params.name }); return { content: [...result, ad.toMCPBlock()] };
That's it. The MCP host renders the ad payload natively. Full docs →
Numbers are illustrative for a moderately active MCP server. Actual revenue depends on tool-call volume, fill rate, advertiser demand, and your audience composition. CPMs vary; developer-tooling traffic typically sits at the high end.
No. Ads are appended, not substituted. Your tool's primary output is unchanged — the host renders your tool result first, the sponsored block second.
A clearly labeled sponsored block in the tool response, rendered by the host (Claude Desktop, Cursor, etc.). The user always sees both the answer and the disclosure — there's no hidden injection.
Yes. Category-level blocks (e.g., no recruiting ads) and domain-level blocks (e.g., never these specific competitors) — all controlled from your publisher dashboard.
Yes — both transports are supported. @boostbossai/lumi-mcp auto-detects which one your server uses; the SDK works identically across both.
Boost Boss operates within MCP's public protocol — we don't require Anthropic's approval. We follow MCP disclosure norms strictly: every sponsored block is labeled, never disguised as tool output.