- Splid MCP
Splid MCP
# Splid MCP Server
A Model Context Protocol (MCP) server that exposes Splid (splid.app) via tools, powered by the reverse‑engineered `splid-js` client.
- Language/Runtime: Node.js (ESM) + TypeScript
- Transport: Streamable HTTP (and stdio for local inspector)
- License: MIT
## Quick start
1) Install
```bash
npm install
```
2) Configure env
Create a `.env` in project root:
```
CODE=YOUR_SPLID_INVITE_CODE
PORT=8000
```
3) Build and run
```bash
npm run build
npm run dev
```
4) Inspect locally
```bash
npm run inspect
```
Then connect to `http://localhost:8000/mcp` using "Streamable HTTP".
## Tools
All tools support an optional group selector to override the default from `CODE`:
- `groupId?: string`
- `groupCode?: string` (invite code)
- `groupName?: string` (reserved; not yet supported)
If none provided, the server uses the default group from `CODE`.
### health
- Purpose: connectivity check
- Output: `{ ok: true }`
### whoami
- Purpose: show the currently selected group and its members
- Input: none
- Output: JSON containing group info and members
### createExpense
- Purpose: create a new expense entry
- Input:
- `title: string`
- `amount: number > 0`
- `currencyCode?: string` (defaults to the group default when omitted)
- `payers: { userId?: string; name?: string; amount: number > 0 }[]` (at least 1)
- `profiteers: { userId?: string; name?: string; share: number in (0,1] }[]` (at least 1)
- Optional group selector fields
- Rules:
- Names are case‑insensitive and resolved to member GlobalId; unknown names return a clear error.
- The sum of all `share` values must equal 1 (±1e‑6).
- Example (names):
```json
{
"title": "Dinner",
"amount": 12.5,
"payers": [{ "name": "Alice", "amount": 12.5 }],
"profiteers": [{ "name": "Bob", "share": 0.6 }, { "name": "Alice", "share": 0.4 }]
}
```
- Example (userIds):
```json
{
"title": "Dinner",
"amount": 12.5,
"payers": [{ "userId": "<GlobalId>", "amount": 12.5 }],
"profiteers": [{ "userId": "<GlobalId>", "share": 1 }]
}
```
### listEntries
- Purpose: list recent entries in a group
- Input:
- `limit?: number` (1..100, default 20)
- Optional group selector fields
- Output: array of entries
### getGroupSummary
- Purpose: show balances/summary for a group
- Input:
- Optional group selector fields
- Output: summary object (balances computed via Splid)
### Streamable HTTP
- URL: `http://localhost:8000/mcp`
- No auth headers required; use MCP Inspector to test.
## Troubleshooting
- "Bad Request: Server not initialized": refresh and reconnect; first POST must be `initialize`.
- 400 with share errors: ensure shares are in (0,1] and sum to 1.
- Unknown name: check exact member names in `whoami` output.
## Configuration
- Env variables:
- `CODE`: Splid invite/join code for the default group
- `PORT` (optional): default 8000
## Acknowledgements
- Splid JS client: https://github.com/LinusBolls/splid-js
- MCP Server template / docs: https://github.com/InteractionCo/mcp-server-template
## License
MIT
Overview
what is Splid MCP?
Splid MCP is a Model Context Protocol (MCP) server that exposes the Splid application via tools, utilizing the reverse-engineered splid-js client.
how to use Splid MCP?
To use Splid MCP, follow these steps:
- Install the project using
npm install. - Configure your environment by creating a
.envfile with your Splid invite code and desired port. - Build and run the server with
npm run buildandnpm run dev. - Connect to
http://localhost:8000/mcpusing Streamable HTTP.
key features of Splid MCP?
- Provides a connectivity check tool.
- Displays current group and member information.
- Allows creation of new expense entries with detailed input requirements.
- Lists recent entries in a group.
- Shows balances and summaries for a group.
use cases of Splid MCP?
- Tracking shared expenses among friends or family.
- Managing group finances for events or trips.
- Analyzing group spending patterns and balances.
FAQ from Splid MCP?
- What is the purpose of the health tool?
It checks the connectivity of the server.
- How do I create a new expense entry?
You need to provide a title, amount, and details of payers and profiteers.
- What should I do if I encounter a "Bad Request: Server not initialized" error?
Refresh and reconnect; the first POST must be
initialize.
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
ChatWiseThe second fastest AI chatbot™
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
CursorThe AI Code Editor
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
WindsurfThe new purpose-built IDE to harness magic
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Amap Maps高德地图官方 MCP Server
DeepChatYour AI Partner on Desktop
Serper MCP ServerA Serper MCP Server
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Tavily Mcp
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Playwright McpPlaywright MCP server
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.