# StatsReceipt Trust Engine

# 🧾 StatsReceipt Creator Receipt Engine

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add statsreceipt/trust-engine

# Browse available tools
npx -y @smithery/cli@latest tool list statsreceipt/trust-engine

# Get full schema for a tool
npx -y @smithery/cli@latest tool get statsreceipt/trust-engine get_social_stats

# Call a tool
npx -y @smithery/cli@latest tool call statsreceipt/trust-engine get_social_stats '{}'
```

## Direct MCP Connection

Endpoint: `https://trust-engine--statsreceipt.run.tools`

## Tools (2)

- `get_social_stats` — Get real social media metrics (followers, engagement, growth) for a specific user and platform (TikTok, Instagram, X, L…
- `get_mrr_stats` — Get verified MRR and revenue metrics for a SaaS startup verified on TrustMRR.com.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get statsreceipt/trust-engine <tool-name>
```
