Server data from the Official MCP Registry
Split bills from your AI: read bills & balances, create equal splits, request settlements.
Split bills from your AI: read bills & balances, create equal splits, request settlements.
Remote endpoints: streamable-http: https://www.prismsplit.tech/mcp
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-architagrawal-prismsplit": {
"url": "https://www.prismsplit.tech/mcp"
}
}
}From the project's GitHub README.
Most expenses aren't split 50/50.
You order a steak, they order a salad. You share an appetizer, but someone else had three drinks.
The result? You pay more than your fair share just to avoid the hassle.
PrismSplit: Item-Level Bill Splitting with AI Receipt Scanning.
We built the system designed for true fairness. PrismSplit replaces "even splits" with granular precision, allowing everyone to pay exactly what they owe.
Capture a receipt photo → AI extracts merchant, items, tax, tip → review and edit inline → create bill. Handles multi-image receipts with parallel upload and discount normalization.
| Layer | Technology | Purpose |
|---|---|---|
| Framework | Expo SDK 54 + React Native 0.81 | Cross-platform mobile |
| Language | TypeScript | Type safety |
| Backend | Supabase | PostgreSQL, Auth, Realtime, Edge Functions, Storage |
| State | Zustand + TanStack Query | Client state + server cache with optimistic updates |
| UI | Tamagui | Compiled styles, theming, 60fps animations |
| Animations | React Native Reanimated | Layout transitions, gesture-driven interactions |
| Storage | MMKV + EncryptedStorage | Offline cache + secure keychain |
| AI | Gemini (via Edge Functions) | Receipt OCR and item extraction |
| Analytics | PostHog + Firebase + Sentry | Usage tracking, crash reporting, error monitoring |
| Validation | Zod + React Hook Form | Runtime schema validation |
4-font typography system with strict role separation:
Theme-aware components with light/dark mode, brand color overrides, and 12-color avatar palette.
src/
├── app/ # Expo Router (file-based routing)
│ ├── (auth)/ # Auth screens (login, signup)
│ ├── (tabs)/ # Main tabs (Home, Groups, Activity, Friends)
│ ├── bill/ # Bill flows (create, edit, scan, review, processing)
│ └── group/ # Group screens (details, settings, edit)
├── components/
│ ├── ui/ # Design system (Avatar, SwipeableRow, Button, etc.)
│ ├── bill/ # Bill components (LedgerItemRow, SplitModal, etc.)
│ ├── home/ # Dashboard (BalanceCard, SmartFeed, TopCircle)
│ └── group/ # Group components
├── hooks/ # Custom hooks (useThemeColors, useAnalytics, etc.)
├── lib/
│ ├── store/ # Zustand stores (auth, bills, groups, UI, quota)
│ ├── services/ # Service layer (billService, notifications)
│ ├── utils/ # Utilities (billCalculations, formatting)
│ └── supabase.ts # Supabase client singleton
├── theme/ # Design tokens, typography, themes
└── types/ # Shared TypeScript interfaces
graph LR
User -->|Interacts| UI[Tamagui UI]
UI -->|Updates| Store[Zustand Store]
Store -->|Syncs| Query[TanStack Query]
Query -->|Persists| DB[(Supabase Postgres)]
DB -->|Pushes| Realtime[Realtime Events]
Realtime -->|Refreshes| UI
Camera -->|Captures| Upload[Supabase Storage]
Upload -->|Processes| Edge[Edge Function + Gemini]
Edge -->|Returns| Review[Structured Items]
Review -->|Creates| Store
npm install -g expo-cli)git clone https://github.com/architagrawal/prismsplit.git
cd prismsplit/src
npm install
Create a .env file in src/ with your Supabase credentials:
EXPO_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
EXPO_PUBLIC_SUPABASE_KEY=your-anon-key-here
npx expo start
Active Development — V1.1 shipped with AI receipt scanning, ledger-style item editor, and redesigned split flow.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.