GrowtOperator ProgramSign in
Investor Documentation

Investor MCP — Live Platform Audit via AI

The Investor MCP gives your investors real-time access to platform health, revenue, growth, and operator pipeline data — directly through their AI assistant. No PDFs, no spreadsheets, no waiting for monthly updates.

What is the Investor MCP?

MCP (Model Context Protocol) is an open standard that lets AI assistants — Claude Code, Cursor, Windsurf, and others — connect to live data sources. The Investor MCP is a read-only server that exposes aggregate platform metrics. Investors connect their AI agent once, then ask questions in natural language.

Example conversation:

Investor:"How is the platform doing this month?"
AI Agent:Calls platform_snapshot()
PLATFORM SNAPSHOT — 2026-03-09 Tenants: 12 total (10 active, 2 suspended) Plans: 5 api, 3 team, 2 compliance, 2 enterprise API Calls: 45,230 total | 12,400 this month | 892 today Operators: 3 total (2 growt, 1 probecodex) Est. MRR: $4,943 (from tier pricing) Users (30d): 89 active / 156 installations Pipeline: 3 pending operator application(s)

Available Tools

The investor AI agent has access to 8 tools. Each returns a complete, human-readable report — no further interpretation needed. One call, complete answer.

platform_snapshot()

One-glance platform health — tenants, API calls, MRR, operators, pipeline.

growth_trend()

30-day API usage trend, peak day, trend direction, platform KPIs.

tier_health()

Per-tier breakdown — active/suspended, call volume, estimated MRR contribution.

revenue_report()

Stripe actuals (MRR, ARPU, churn) + estimated MRR from tier pricing. ARR projection.

operator_pipeline()

Application counts (pending/approved/rejected), operator distribution by product and region.

web_traffic()

GA4 website metrics — sessions, users, bounce rate, top sources, top countries.

market_overview()

Tenant distribution, operator spread, conversion funnel (visitors to paying).

platform_report()

Complete board-deck-ready report. Calls all 7 other tools, formats as one document.

All tools return aggregate data only. No individual tenant names, API keys, domains, or operator PII.

Privacy and Security

Aggregate Only

Individual tenant names, API keys, operator company names, emails, and domains are never exposed. All metrics are aggregate counts and totals.

Read-Only

The investor MCP has zero write access. It cannot modify any data, create tenants, change configurations, or affect platform operations in any way.

SSH Access

The MCP is not exposed on the public internet. Access requires SSH authentication with a private key. All connections are encrypted and auditable.

How It Works for Operators

As a Transfer Oracle operator, you get investor transparency built into your platform. Here's how the data flows:

1

Your customers use the API

Every audit call, model validation, and alignment request is tracked — call count, tier, timestamp.

2

The platform aggregates metrics

Total tenants, API calls by day/month, tier distribution, MRR estimates, growth trends — all computed from real usage.

3

Investor connects their AI agent

You issue an investor MCP key. They add it to their Claude Code / Cursor config. Done — real-time access.

4

Investor asks questions naturally

"What's the MRR?" "Show me the growth trend." "How many operator applications are pending?" — AI handles the rest.

Revenue Estimation

The MCP estimates monthly recurring revenue from your tier distribution using standard pricing:

API
$49
/month
Team
$199
/month
Compliance
$499
/month
Enterprise
$999
/month

When Stripe is connected, actual MRR replaces estimates. Both are shown in the revenue report so investors can see real vs. estimated side-by-side.

Data Sources

The Investor MCP aggregates data from two backend systems, providing a complete picture even if one is temporarily unavailable:

Growt API

Core business data — tenant counts, tier distribution, API call volumes, per-day usage history, account status.

Always available

Telemetry Server

Extended metrics — Stripe revenue, GA4 web traffic, operator applications, conversion funnel, session analytics.

Graceful degradation if unavailable

If the telemetry server is down, tools still return Growt API data with a note that some metrics are temporarily unavailable. No errors, no broken reports.

Setup

Investors add the MCP to their AI assistant's configuration. The connection uses SSH for security — no public endpoints, fully encrypted.

Claude Code / Cursor config:

{
  "mcpServers": {
    "growt-investor": {
      "command": "ssh",
      "args": [
        "-i", "~/.ssh/investor_key",
        "-o", "StrictHostKeyChecking=no",
        "investor@your-server-ip",
        "docker", "exec", "-i", "growt-mcp-investor-1",
        "python", "mcp_investor.py", "--stdio"
      ]
    }
  }
}

The operator provides the SSH key and server address. Each investor gets a unique, scoped key that can be revoked independently.

Ready to offer investor transparency?

The Investor MCP is included in all operator tiers. Apply to become an operator and give your investors the live audit they deserve.

All investor access is read-only, aggregate-only, and fully audited. Operator keys are issued via Keygen — scoped, rate-limited, and revocable.