Point your AI agent at Mavvrixx in under 5 minutes. Every tool your platform needs — consent-gated, worker-controlled, production-ready.
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
Every tool your AI agent needs — from income signals to consent-gated Vault access. Plug in once, unlock everything.
Retrieve worker's Vault documents and financial records with full consent trail.
Add documents to a worker's personal Vault — tax records, contracts, certifications.
Identify coverage and documentation gaps in a worker's Vault profile.
AI financial advisor powered by worker's own data — personalized, context-aware.
List matched insurance and financial products from Mavvrixx catalog for a worker.
Generate real-time quotes for products from the Mavvrixx partner catalog.
Fetch a worker's full IndieScore — their independent work credibility score.
Generate a scoped, time-limited consent token for third-party data access.
AI-powered product and coverage recommendations based on worker's profile and gaps.
Access worker's profile, vocation, income class, and platform metadata.
Verify a worker's IndieID identity — KYC-grade, privacy-preserving, instant.
FCRA-compliant IndieScore signal for underwriting, lending, and access decisions.
Coverage signal — worker's insurance status, active products, and gap flags.
Consent-gated income summary — trailing 12-month income, stability classification.
Score trajectory over time — rising, stable, or declining — for dynamic risk models.
Match your products to Mavvrixx worker segments — precision targeting via API.
Verify gig platform engagement and client relationships — consent-gated employment proof.
B2B view of coverage gaps in a worker's profile — consent-scoped, FCRA-aware.
Trigger worker notifications via Mavvrixx — consent event confirmations, alerts, actions.
From agreement to live AI agent in one afternoon. No procurement cycle. No 6-month integration.
Sign the pilot agreement — 3 pages, no legal team needed. API key issued instantly. You're live the same day.
Point your AI agent at Mavvrixx. Claude Desktop, Salesforce Agentforce, LangChain, or any MCP-compatible framework. One JSON block.
Income verification, IndieScore signals, consent-gated Vault access, catalog matching. All worker-controlled. All FCRA-aware.
Here's what your agent sees when it calls indiescore.signal — 47ms, consent-verified, FCRA-compliant.
POST /api/v1/mcp Authorization: Bearer mcp_live_your_key_here { "tool": "indiescore.signal", "params": { "consent_token": "ict_demo_abc123", "use_case": "mortgage_underwriting" } }
{
"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
}
We're not going to pitch you on switching costs. We'll just tell you what our current partners tell us.
"Removing MAP means rebuilding 19 individual integrations. Our partners don't do that."
"Every worker who builds their Vault on your platform makes your signals more accurate. The model compounds."
"We own the consent layer. Workers trust Mavvrixx. That trust transfers to your product — not the other way around."
Sign the pilot agreement, get your API key, and point your agent at Mavvrixx. That's it.
Questions? Email partners@mavvrixx.ai