MAP PROTOCOL LIVE DEMO

Your AI Agent.
19 Mavvrixx Tools.
One Config.

Point your AI agent at Mavvrixx in under 5 minutes. Every tool your platform needs — consent-gated, worker-controlled, production-ready.

✓ MCP-compatible ✓ FCRA-aware signals ✓ Worker-controlled consent ✓ 47ms avg response ✓ Production-ready

The One Config

One JSON block. Your agent gains access to 19 Mavvrixx tools instantly — income verification, IndieScore signals, Vault access, and more.

//  ~/.config/claude/claude_desktop_config.json
{
  "mcpServers": {
    "mavvrixx": {
      "command": "npx",
      "args": ["-y", "@mavvrixx/map-sdk"],
      "env": {
        "MAVVRIXX_API_KEY": "mcp_live_your_key_here"
      }
    }
  }
}
// Salesforce Agentforce — Apex
MavvrixxMCPClient client = new MavvrixxMCPClient('mcp_live_your_key_here');

// Fetch IndieScore signal — consent-gated, FCRA-aware
IndieScoreResult result = client.getIndieScoreSignal(consentToken);
// → Tier: B, Decision: approve, income_stability: high

// Verify employer via IndiVerify
VerifyResult verify = client.verifyEmployer(consentToken, employerId);

// Pull Vault income summary
IncomeSummary income = client.getVaultIncomeSummary(consentToken);
from mavvrixx_map import MavvrixxToolkit
from langchain.agents import initialize_agent, AgentType

toolkit = MavvrixxToolkit(api_key="mcp_live_your_key_here")
tools = toolkit.get_tools()  # Returns all 19 MAP tools

agent = initialize_agent(
    tools,
    llm,
    agent=AgentType.STRUCTURED_CHAT_ZERO_SHOT_REACT_DESCRIPTION,
    verbose=True
)

# Your agent can now call any of the 19 MAP tools natively
result = agent.run("Verify income stability for consent token ict_demo_abc123")
import mavvrixx_map as mvx

# Initialize with your API key
client = mvx.Client(api_key="mcp_live_your_key_here")

# IndieScore signal — FCRA-aware, consent-gated
signal = client.indiescore.signal(
    consent_token="ict_demo_abc123",
    use_case="mortgage_underwriting"
)

# Response: tier, signal, income data, gap flags
print(signal.tier)          # "B"
print(signal.signal)        # "approve"
print(signal.processing_ms) # 47

# All 19 tools available on the client
tools = client.list_tools()  # Returns MAP tool registry
Ready to integrate? Get Your API Key →

19 Tools. One Integration.

Every tool your AI agent needs — from income signals to consent-gated Vault access. Plug in once, unlock everything.

Member Tools

JWT Auth
vault.get JWT

Retrieve worker's Vault documents and financial records with full consent trail.

vault.addDocument JWT

Add documents to a worker's personal Vault — tax records, contracts, certifications.

vault.gaps JWT

Identify coverage and documentation gaps in a worker's Vault profile.

brain.chat JWT

AI financial advisor powered by worker's own data — personalized, context-aware.

catalog.list JWT

List matched insurance and financial products from Mavvrixx catalog for a worker.

catalog.quote JWT

Generate real-time quotes for products from the Mavvrixx partner catalog.

indiescore.get JWT

Fetch a worker's full IndieScore — their independent work credibility score.

indieid.consent-token JWT

Generate a scoped, time-limited consent token for third-party data access.

recommendations JWT

AI-powered product and coverage recommendations based on worker's profile and gaps.

user.profile JWT

Access worker's profile, vocation, income class, and platform metadata.

B2B Tools

API Key
indieid.verify API Key

Verify a worker's IndieID identity — KYC-grade, privacy-preserving, instant.

indiescore.signal API Key

FCRA-compliant IndieScore signal for underwriting, lending, and access decisions.

indieshield.signal API Key

Coverage signal — worker's insurance status, active products, and gap flags.

vault.income.summary API Key

Consent-gated income summary — trailing 12-month income, stability classification.

indiescore.trend API Key

Score trajectory over time — rising, stable, or declining — for dynamic risk models.

catalog.match API Key

Match your products to Mavvrixx worker segments — precision targeting via API.

indieverify.employer API Key

Verify gig platform engagement and client relationships — consent-gated employment proof.

vault.gaps API Key

B2B view of coverage gaps in a worker's profile — consent-scoped, FCRA-aware.

notifications.trigger API Key

Trigger worker notifications via Mavvrixx — consent event confirmations, alerts, actions.

How It Works in 3 Steps

From agreement to live AI agent in one afternoon. No procurement cycle. No 6-month integration.

1

Get your API key

Sign the pilot agreement — 3 pages, no legal team needed. API key issued instantly. You're live the same day.

2

Add one config

Point your AI agent at Mavvrixx. Claude Desktop, Salesforce Agentforce, LangChain, or any MCP-compatible framework. One JSON block.

3

Your agent unlocks 19 tools

Income verification, IndieScore signals, consent-gated Vault access, catalog matching. All worker-controlled. All FCRA-aware.

Live Signal Response

Here's what your agent sees when it calls indiescore.signal — 47ms, consent-verified, FCRA-compliant.

Request POST /api/v1/mcp
POST /api/v1/mcp
Authorization: Bearer mcp_live_your_key_here

{
  "tool": "indiescore.signal",
  "params": {
    "consent_token": "ict_demo_abc123",
    "use_case": "mortgage_underwriting"
  }
}
Response LIVE
{
  "indiescore": 78,
  "tier": "B",
  "signal": "approve",
  "income_stability": "high",
  "vocation_risk_class": "professional_services",
  "trailing_12m_income": 142500,
  "income_verified": true,
  "gap_flags": ["income_protection", "disability_coverage"],
  "consent_expires": "2026-08-17T00:00:00Z",
  "processing_ms": 47
}
47ms response time — sub-50ms p99, production SLA
Worker consented to this query — scoped token, expires 2026-08-17
FCRA-compliant signal, not raw data — tier + decision, no PII exposed

Why Partners Stay

We're not going to pitch you on switching costs. We'll just tell you what our current partners tell us.

19 tools in one config

"Removing MAP means rebuilding 19 individual integrations. Our partners don't do that."

Worker network effects

"Every worker who builds their Vault on your platform makes your signals more accurate. The model compounds."

Consent architecture

"We own the consent layer. Workers trust Mavvrixx. That trust transfers to your product — not the other way around."

Ready to ship your
AI agent in one afternoon?

Sign the pilot agreement, get your API key, and point your agent at Mavvrixx. That's it.

Questions? Email partners@mavvrixx.ai