Incomeos
FreeNot checkedQuery your income by month and source, and log new monthly income, from any MCP client. Backed by IncomeOS, an open-source income tracker with Stripe sync plus
About
Query your income by month and source, and log new monthly income, from any MCP client. Backed by IncomeOS, an open-source income tracker with Stripe sync plus manual entries for sources without an API.
README
Most revenue dashboards assume you have one product on one Stripe account. IncomeOS assumes what's actually true for an indie hacker: a SaaS on Stripe, an Amazon affiliate link, a marketplace actor, a mobile app, a sponsorship — I track 25 sources, and most of them make under $10 a month. Nothing adds them up.
→ See it running on my real numbers — my own income, live, not demo data.
Self-hosted and MIT. Your revenue lives in your Supabase project — no third party ever sees your numbers. Deploy free on Vercel in about five minutes, or use the hosted version if you'd rather not maintain infrastructure.
Ask your AI how much you made
This is the part nothing else does. IncomeOS ships an MCP server, so Claude, Cursor, or any MCP client can read your income on demand:
"How much did I make this month across everything?" "Which source grew the most since May?" "Log $180 for Amazon affiliates in July."
{
"mcpServers": {
"incomeos": {
"command": "npx",
"args": ["-y", "incomeos-mcp"],
"env": { "INCOMEOS_URL": "https://your-incomeos.vercel.app", "INCOMEOS_TOKEN": "your-token" }
}
}
}
Tools: get_income_summary, get_sources, get_month, log_monthly_income.
See mcp/. The MCP talks to your instance with your token — the
data never leaves it.
What it does
- 🔢 Numbered sources —
#1 SaaS,#2 Amazon,#3 Sponsorship… - ⚡ Stripe on autopilot — net revenue after fees, auto-grouped per product.
- ✍️ Everything else in 10 seconds — one monthly total per source. The long tail has no API and never will; typing it beats not tracking it.
- 📅 Day / month / year, with pro-rated averages so monthly-only sources still show an honest "avg per day".
- 📈 Month-over-month trend per stream, and 🎯 goals with live progress.
Dashboard screenshots use demo data. The public page above is real.
Quickstart (~5 min)
- Create a Supabase project (free) and run
supabase/migrations/0001_init.sqlin the SQL editor. - Deploy to Vercel (or
npm run dev) with the env vars from .env.example:SUPABASE_URL,SUPABASE_SERVICE_ROLE_KEY,DASHBOARD_TOKEN(your password),CRON_SECRET, and optionallySTRIPE_SECRET_KEY(a read-only restricted key is plenty). - Open it, sign in, hit Sync. Stripe products show up as sources on their own; add the rest with ➕ Add source.
A daily Vercel Cron keeps Stripe fresh; the Sync button pulls on demand.
Connectors
| Source | Status | How |
|---|---|---|
| Stripe | ✅ automatic | Net revenue, grouped per product, zero config |
| Amazon / affiliates | ✍️ manual | Monthly total, one click — no API exists |
| Marketplaces, ads, sponsorships | ✍️ manual | Same, as numbered sources |
| Gumroad, Lemon Squeezy, Paddle, Ko-fi, RevenueCat | 🛠️ roadmap | PRs welcome |
Every source can hold a link to its own dashboard — clicking the card opens it.
Self-hosted vs hosted
This repo is the self-hosted build: Stripe, manual sources, all the charts, goals, and the MCP. Free forever, no feature held back to sell you something.
app.incomeos.dev is the hosted build, and it's ahead of this repo on a few things I run for myself: RevenueCat sync, a weekly email digest, the public page linked at the top, and email-link sign-in instead of a shared password. Free tier covers unlimited manual sources, every chart, and sync on demand; Pro is $9/mo and adds automatic daily sync.
If you'd rather not maintain infrastructure, use the hosted one. If you'd rather own your database, clone this. Both are the same dashboard.
Tech
Next.js 16 (App Router) · Supabase (Postgres) · Recharts · Tailwind v4 · Vercel.
Roadmap
- Income MCP — ask your agent what you made
- More connectors (Gumroad, Lemon Squeezy, Paddle, Ko-fi, RevenueCat)
- Port the hosted extras back here (digest, public page)
- CSV import / export
License
MIT — see LICENSE.
If you track income across more than one place, a ⭐ helps other people find this.
Installing Incomeos
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Perufitlife/incomeosFAQ
Is Incomeos MCP free?
Yes, Incomeos MCP is free — one-click install via Unyly at no cost.
Does Incomeos need an API key?
No, Incomeos runs without API keys or environment variables.
Is Incomeos hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Incomeos in Claude Desktop, Claude Code or Cursor?
Open Incomeos on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Stripe
Payments, customers, subscriptions
by Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
by malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
by whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
embeddedlayers/mcp-analytics
Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources
by embeddedlayerscarrierone/verilexdata-mcp
20 structured datasets (NPI healthcare, SEC filings, OFAC sanctions, crypto whales, Polymarket signals, patents, economic indicators) via x402 pay-per-query wit
by carrieronetipdotmd/tip-md-x402-mcp-server
MCP server for cryptocurrency tipping through AI interfaces using x402 payment protocol and CDP Wallet.
by tipdotmdlaundromatic/shopgraph
Structured product data from the open web — Schema.org + AI extraction for e-commerce enrichment. Pay per call via Stripe. [shopgraph.dev](https://shopgraph.dev
by laundromaticmrslbt/xendit-mcp
Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Mal
by mrslbt@arbitova/mcp-server
Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create
by jiayuanliang0716-maxCompare Incomeos with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All finance MCPs
