# Margin Levers — Pricing

> Customer profitability analysis for B2B SaaS companies. Upload customer data, identify profit drag, get AI-powered action plans.

Website: https://marginlevers.com
Last updated: 2026-04-27

## Access

Growth access is available at https://marginlevers.com/pricing. Standard trial: 14 days free (credit card required, no charge during trial). Beta founding members (25 slots): 60 days free, then $249/mo. OSS program (25 slots): 180 days free (verified open-source companies only), then $249/mo with extended limits (5,000 customers, 100 analyses). Trial auto-converts unless cancelled.

## Tiers

| | Growth | Enterprise |
|---|---|---|
| **Price** | $249/mo | $749/mo |
| **Max customers per analysis** | 2,500 | Custom |
| **Saved analyses** | 50 | Unlimited |
| **AI insights per month** | 20 (applies to `/api/v1/insights`; board deck, scenarios, and implementation kits use a separate daily budget) | Unlimited |
| **PDF exports per month** | Unlimited (no watermark) | Unlimited |
| **Teams** | Up to 10 team members | Custom |
| **API access** | Yes | Yes |
| **Priority support** | Yes | Yes |

## Growth Tier — $249/mo

Full price: $249/mo for all subscribers.
Standard trial: 14 days free (credit card required, no charge during trial). Beta founding members (25 slots): 60 days free, then $249/mo. OSS program (25 slots): 180 days free (verified open-source companies only), then $249/mo with extended limits (5,000 customers, 100 analyses).

### Available now

- AI-powered executive summaries and action plans
- Named customer action lists with specific recommendations
- Board-ready PDF reports (no watermark)
- One-click AI board deck (AI-generated profitability briefing PDF, McKinsey-style — ready in under 30 seconds)
- Profit simulator / scenario modeling
- Monthly profit tracking with outcome attribution
- AI implementation kits (email templates, scripts)
- Strategy board with ROI tracking
- AI customer data enrichment
- Full benchmark access (distributions + filters)
- Team collaboration (up to 10 team members)
- Executive sharing (PII-masked board links)
- API access (Bearer token authentication)

### Unlocks as you use it

- Period comparison across analyses — after 2 analyses run
- Trends dashboard — after 2 analyses saved over time

**Limits:**
- 2,500 customers per analysis
- 50 saved analyses
- 20 AI insights per month (trial users: 5/week drip, cumulative)
- Unlimited PDF exports
- 32,000 max tokens per AI request

## Enterprise Tier — $749/mo

Custom limits, dedicated support. Contact sales@marginlevers.com.

## Free API Tools (No Auth Required)

Three stateless analysis endpoints are available to any agent or developer — no signup, no API key, no authentication.

| Endpoint | Method | Description |
|----------|--------|-------------|
| `/api/v1/free/analyze` | POST | Full profit curve analysis — metrics, A-F segments, chart data |
| `/api/v1/free/segments` | POST | Segment breakdown only — A-F labels with counts and GPM |
| `/api/v1/free/health` | GET | Service status, API version, available endpoints |

**Limits:** 5 requests/day/IP, max 250 customers, 1MB body. No data stored. Pure computation — no AI.

**Request format (analyze/segments):**
```json
{ "customers": [{ "id": "cust-1", "revenue": 50000, "cost": 20000 }, ...] }
```

For AI insights, saved analyses, PDF exports, and the MCP server, upgrade to Growth.

## API and MCP Access (Growth & Enterprise)

Available on Growth and Enterprise tiers. Margin Levers is agent-ready: all discovery endpoints follow open standards so AI agents can find, authenticate, and call the API or MCP server programmatically without human interaction.

- MCP Server: https://mcp.marginlevers.com/mcp (JSON-RPC 2.0, Codemode enabled)
- MCP Metadata: https://mcp.marginlevers.com/.well-known/mcp.json
- Agent Card (capabilities + auth): https://marginlevers.com/.well-known/agent.json
- API Catalog (RFC 9727): https://marginlevers.com/.well-known/api-catalog
- OAuth Server Metadata (RFC 8414): https://marginlevers.com/.well-known/oauth-authorization-server
- OAuth Protected Resource (RFC 9728): https://marginlevers.com/.well-known/oauth-protected-resource
- Authentication: Bearer token
- OpenAPI spec: https://marginlevers.com/api/v1/openapi.json
- Integration guide: https://marginlevers.com/agents
- Request an API key: https://marginlevers.com/pricing

### MCP Features (Growth and Enterprise)

- Codemode: single `code` tool that composes async JS functions -- 92% fewer tokens than individual tools
- Multi-turn sessions with automatic analysisId resolution (24h TTL)
- Sandboxed code execution (no network access, 30s timeout)
- Rate limit: 120 requests/minute per API key

## FAQ

**How does pricing work?**
Monthly subscription billed via Stripe. Cancel anytime — access continues until end of billing period. No annual contracts required.

**Which plan is right for me?**
Standard trial: 14 days free (credit card required, no charge during trial). Beta founding members (25 slots): 60 days free, then $249/mo. OSS program (25 slots): 180 days free (verified open-source companies only), then $249/mo with extended limits (5,000 customers, 100 analyses).

**What are the limits?**
Growth: 2,500 customers, 50 analyses, 20 AI insights/month, unlimited PDFs. See tier table above for full details.

**Can I cancel?**
Yes, cancel anytime. No penalties. Access continues through end of billing period.

**How is usage calculated?**
"Customers" = unique customer IDs in your uploaded CSV. "AI insights" = AI-generated executive summaries, action plans, and segment analyses. "PDF exports" = generated PDF reports. Usage resets monthly.

**What AI model powers the insights?**
All AI insights use our highest-capability AI model. The free /try demo uses a standard AI model.

**Is my data secure?**
Free /try flow: customer names are masked before processing and the analysis is not saved to your account unless you choose to save it. Authenticated users: data encrypted at rest in Supabase. SOC 2 Type II compliant infrastructure.

**Where is my data stored?**
All data is stored in the United States (Supabase US region, Vercel US edge network). Data never leaves the US. No multi-region or EU hosting is available at this time.

**What is "Profit Drag"?**
The total margin destroyed by unprofitable customers annually. Research shows 20%+ of customers typically destroy profit. Your P&L aggregates hide this number — Margin Levers exposes it.

## Related Documents

- Product overview: https://marginlevers.com/llms.txt
- Agent Card: https://marginlevers.com/.well-known/agent.json
- Methodology: https://marginlevers.com/methodology
- Security: https://marginlevers.com/security
