Splid MCP
@mxxfun
About Splid MCP
# Splid MCP Server
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Splid MCP?
Splid MCP is a Model Context Protocol server that exposes the Splid (splid.app) expense‑sharing application through MCP tools. It uses the reverse‑engineered splid-js client to interact with Splid and is intended for developers who want to automate expense tracking and group management via AI agents or other MCP‑compatible clients.
How to use Splid MCP?
Install Node.js dependencies with npm install, create a .env file with your Splid invite code (CODE) and optional PORT (default 8000), then build and run with npm run build && npm run dev. Connect to http://localhost:8000/mcp using a Streamable HTTP transport (or use npm run inspect for local testing). Tools accept optional groupId, groupCode, or groupName selectors to override the default group.
Key features of Splid MCP
- Health check tool (
health) for connectivity. - Group info tool (
whoami) shows members and group details. - Expense creation tool (
createExpense) with payers and profiteers. - Entry listing tool (
listEntries) with configurable limits. - Group summary tool (
getGroupSummary) for balances.
Use cases of Splid MCP
- Automatically create shared expenses in a Splid group from a chat or workflow.
- Query group balances and recent entries for reporting or reconciliation.
- Integrate Splid expense tracking with AI assistants or automation agents.
FAQ from Splid MCP
What transports does Splid MCP support?
Streamable HTTP (default on http://localhost:8000/mcp) and stdio for the local inspector.
What runtime does Splid MCP require?
Node.js with ESM and TypeScript. The project is built with npm run build.
How do I authenticate with Splid MCP?
No authentication headers are needed for the HTTP transport. The server uses the Splid invite code set in the CODE environment variable to access the default group.
What happens if my expense shares don’t sum to 1?
The server returns a 400 error. All profiteer share values must be in (0,1] and sum to exactly 1 (within ±1e‑6).
How can I resolve an “unknown name” error in createExpense?
Use the whoami tool to retrieve the exact member names for the group, then use those names (case‑insensitive) in the expense payload.
Frequently asked questions
What transports does Splid MCP support?
Streamable HTTP (default on `http://localhost:8000/mcp`) and stdio for the local inspector.
What runtime does Splid MCP require?
Node.js with ESM and TypeScript. The project is built with `npm run build`.
How do I authenticate with Splid MCP?
No authentication headers are needed for the HTTP transport. The server uses the Splid invite code set in the `CODE` environment variable to access the default group.
What happens if my expense shares don’t sum to 1?
The server returns a 400 error. All profiteer `share` values must be in (0,1] and sum to exactly 1 (within ±1e‑6).
How can I resolve an “unknown name” error in `createExpense`?
Use the `whoami` tool to retrieve the exact member names for the group, then use those names (case‑insensitive) in the expense payload.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
ICSS
chokcoco不止于 CSS
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments