Mavvrixx.aiMavvrixx.ai Start Free Pilot →
Platform Partner Journey

From API Key to Full Financial Infrastructure — In 10 Stages

How gig platforms, neobanks, EWA providers, and fintechs embed The Indie Suite™ and become a financial intelligence distribution layer for their workers.

Start Your Free Pilot → ← Platform Overview
10 Stages. Fully Self-Serve.

Every platform partner goes through the same journey — from discovering the gap to becoming a Pioneer. Each stage unlocks the next.

1

Discovery — The Platform Gap

/platforms

The problem every platform faces: You hold rich activity data on your workers — earnings, tenure, performance, reliability. Yet your workers are locked out of financial products that would make them more loyal, more productive, and more financially resilient.

Banks see no income. Insurers see no employment record. Landlords reject them. Lenders decline them. The data that could change everything sits siloed in your platform — and regulations prevent you from becoming a financial institution to act on it.

❌ Without Mavvrixx

Workers feel financially invisible. Churn to find better platforms. Your data creates zero financial value for them.

✅ With Mavvrixx MAP

Workers get IndieID™, IndieScore™, IndieShield™, IndieATM™ — inside your platform. You earn rev-share on every transaction. Zero financial institution overhead.

2

Plan Selection

/platforms/plans

Four tiers to match your scale. All start with a free, unlimited sandbox:

Sandbox (Free)

Unlimited API calls, full MAP tools, test workers, MavvrixxWidget.js. No card required.

Growth ($0.15/active worker/month)

Production access, up to 50K workers, widget + full API + rev-share activated.

Scale (Custom)

50K+ workers, white-label option, dedicated SLA, revenue share negotiated, priority support.

Enterprise / MAP (Custom)

Full MAP agentic embed, co-brand, AI-native integration, strategic partnership.

2B

Revenue Share Activation New

Partners opt-in during onboarding

The distribution flywheel: Every Indie Suite transaction by a worker on your platform generates revenue share for you. No financial institution overhead — you're a distribution layer, not a financial product provider.

  • 15% rev-share on IndieShield™ premiums originated via your platform
  • 20% rev-share on IndieATM™ advance fees originated via your platform
  • $8 per IndieID™ credential claimed via your platform
  • $12 per IndieScore™ report requested via your platform

💡 Example: 10,000 active workers

If 20% claim IndieID™ → $16,000. If 15% get IndieShield™ ($35/mo avg premium, 15% rev-share) → $7,875/mo recurring. If 5% use IndieATM™ ($200 avg advance, 3% fee, 20% share) → $600/mo. Total Year 1 potential: ~$100K+ on 10K workers.

3

Instant Dashboard

/platforms/try → /partners/platforms

API key issued in under 60 seconds. plt_sandbox_* prefix for testing, plt_live_* prefix for production. Your platformId is live immediately.

// Platform ID issued on signup
const platformId = "plt_sandbox_a1b2c3d4";
const apiKey = "mcp_test_xxxxxxxxxxxxxxxxxxxx";

// Initialize widget
MavvrixxWidget.init({
  platformId: platformId,
  workerId: "w_your_worker_id",
  products: ["indiescore", "indieshield", "indieatm"],
  theme: "light"
});
4

API Documentation & Integration

mavvrixx.ai/map.html

12 MAP tools available via JSON-RPC 2.0 (MCP 2024-11-05). Every tool is worker-consent-gated.

ToolWhat it returnsUse case
indieid.verifyidentity_verified, iid_number, vocationWorker onboarding verification
indiescore.getscore (300–850), 5 factors, gradeWorker financial health display
indieshield.signalcoverage_gaps, risk_class, income_stabilityInsurance product matching
vault.get116-field Avatar profile (consent-gated)Full worker financial picture
catalog.quotePre-matched product quotesIn-platform insurance/financial product offers
indieid.consent-tokenSigned consent token for data queryAll B2B queries require this first
// MavvrixxWidget.js — drop-in embed
<script src="https://mavvrixx.ai/js/widget.js"></script>
<div id="mavvrixx-widget"></div>
<script>
MavvrixxWidget.init({
  platformId: "plt_live_your_id",
  workerId: currentUser.id,
  products: ["indiescore", "indieshield", "indieatm", "indieid"],
  theme: "light",
  onReady: (w) => console.log("Mavvrixx ready", w),
  onTransaction: (evt) => analytics.track("mvx_transaction", evt)
});
</script>
4B

MAP / AI Agent Integration Switching-Cost Moat

MCP 2024-11-05 transport

For platforms with AI agents or AI-native product flows — MAP plugs directly into your LLM orchestration layer as an MCP server. Your AI agent gains access to Mavvrixx's full financial intelligence stack.

// Claude / OpenAI tool use — MAP as MCP server
POST https://mavvrixx.ai/api/v1/mcp
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "indiescore.get",
    "arguments": {
      "workerId": "w_abc123",
      "consentToken": "ctkn_..."
    }
  }
}

Compatible with: Claude (Anthropic), OpenAI Assistants, LangChain, CrewAI, Agentforce, Vertex AI, and any MCP-compatible agent framework.

5

Sandbox Testing

/platforms/try

Unlimited sandbox API calls with pre-built test worker profiles. Simulate real scenarios:

  • High-earning freelancer — platform tenure 3 yrs, income diversity 4 clients, IndieScore 740
  • New rideshare driver — tenure 2 months, single platform income, IndieScore 510
  • Multi-app gig worker — 3 platforms, variable income, IndieScore 620
  • Creative professional — Upwork/Fiverr, international clients, IndieScore 680

Widget live preview, MAP tool explorer, and revenue share calculator all available in Test Drive at /platforms/try.

6

Consent Architecture

Worker-initiated, platform-facilitated

How worker consent works: Every MAP tool call requires a valid consent token issued by the worker. The platform facilitates the consent UI — Mavvrixx provides a pre-built consent widget or you build your own using the consent token API.

  • Worker sees clear "What Mavvrixx can see" disclosure before consenting
  • Consent is scoped: worker selects which tools can access which data
  • Consent tokens expire (configurable: 1 hour to 30 days)
  • Worker can revoke at any time via their Mavvrixx app
  • Platform earns rev-share only on consented transactions — no dark patterns

🔒 Compliance positioning

Mavvrixx is not a financial institution. Platform is a distribution layer only. Mavvrixx holds all financial product relationships. Worker consent is individual. Platform earns referral / rev-share — not financial product revenue. This structure is compatible with FCRA, GLBA, and EU GDPR frameworks.

7

Go-Live

Production key activated

Upgrade from sandbox to production in one click. Your plt_live_* key activates immediately. First live worker session can happen within hours of go-live.

Go-live checklist:

  • Widget embedded in your worker-facing UI ✓
  • Consent flow tested with 5+ test workers ✓
  • Webhook endpoint configured for transaction events ✓
  • Revenue share bank account verified ✓
  • MAP tools tested in your agent framework (if using 4B) ✓
8

Live Partner Dashboard

/partners/platforms

Real-time platform intelligence. Track what matters:

Worker Metrics

Active workers this month, widget sessions, consent rate, product uptake by type.

Revenue Share

Monthly earnings by product category, cumulative rev-share, payment schedule, projections.

API Usage

Tool calls by type, error rates, latency, quota usage.

Worker Outcomes

IndieScore distribution across your worker base, coverage gap rates, financial health trends.

9

Scale

50K+ workers, white-label option

Beyond 50K workers, the Scale tier unlocks:

  • White-label option — "Powered by Mavvrixx" → your brand. Workers see your platform name on financial products.
  • Custom rev-share rates — negotiated based on volume and product mix
  • Dedicated SLA — 99.9% uptime guarantee, named account manager
  • Batch consent flows — bulk worker onboarding, CSV import, webhook automation
  • Custom Vault fields — add platform-specific data points to worker profiles
10

Pioneer Partner Top Tier

Strategic partnership

Platforms reaching 10,000+ monthly active workers on Mavvrixx unlock Pioneer status:

  • "Mavvrixx Pioneer Partner" badge — visible to workers, signals financial care
  • Co-marketing: joint press release, case study, MAP showcase listing
  • Product co-development input — shape Mavvrixx's platform roadmap
  • Early access to new MAP tools and Vault capabilities
  • Custom rev-share structure — volume bonuses on IndieATM™ and IndieShield™

🚀 What Pioneer means for your workers

Your platform becomes one of the few places in the world where independent workers have full financial infrastructure — identity, score, insurance, advances — built into the product they already use every day. That's a retention moat and a mission statement at the same time.

Ready to Start Your Free Pilot?

Sandbox is free, unlimited, and live in under 60 seconds. No commitment. No financial institution overhead.

Start Your Free Pilot →