Baby Routine MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Baby Routine MCPLog a 2pm bottle feeding"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Baby Routine MCP
MCP server (built on mcp 2.1.1, the official Python SDK) that exposes a baby's
routine to any MCP client — Claude Desktop, Claude Code, or your own agent.
The server is deliberately thin: the API owns the tool contract
(POST /api/assistant/tools/{name}), so this project is a transport adapter with
no business rules to keep in sync.
Tools
Tool | What it answers / does |
| Which record types exist and what fields they take |
| Create a feeding, sleep, diaper, bath, dose, purchase, clothing item… |
| Fix or remove a record |
| "Which bodies size S do I have?" |
| "How much did I spend on this medication two months ago, and how many doses per day?" |
| Per-day counts and averages for the routine |
| Age, today's counts, medication adherence, active alerts |
Related MCP server: pregnancy-baby-mcp
Configure
cp .env.example .envVariable | Meaning |
| Where the API lives ( |
| Must match |
| Firebase uid this server acts for |
| Alternative: a Firebase ID token |
|
|
Run
Local (stdio), from Claude Desktop or Claude Code — claude_desktop_config.json:
{
"mcpServers": {
"baby-routine": {
"command": "baby-routine-mcp",
"env": {
"BABY_ROUTINE_API_URL": "http://localhost:8010",
"BABY_ROUTINE_SERVICE_TOKEN": "change-me",
"BABY_ROUTINE_USER_ID": "dev-user"
}
}
}
}Or with Claude Code: claude mcp add baby-routine -- baby-routine-mcp.
Remote (streamable HTTP), served by nginx at /mcp/:
make up # http://localhost:8020
make logs
make stdio # run on stdio, as a local MCP client would
make downTests
make testThey drive real MCP tool calls against a mocked API transport, asserting the outgoing HTTP request, the credentials and the error mapping.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Track and share care records for babies and plants: feedings, diapers, sleep, and watering.
Log baby feedings, diapers, and sleep; manage family tasks, meals, recipes, groceries, and trips.
Authenticated MCP for a user's care circle: read CareEvents, list loved ones, inspect workspace.
Hosted MCP server for the Healthie EHR & telehealth API: patients, appointments, charting, tasks.
Related MCP Servers
- AlicenseCqualityAmaintenanceHuckleberry MCP server for Claude, Cursor, and other AI assistants. Query and log baby sleep, feeds, diapers, growth, pumping, and solids.4291641MIT
- FlicenseNot gradedqualityBmaintenanceMCP server that provides pregnancy, childbirth, and childcare information via public APIs, allowing users to query vaccination schedules, prenatal checkups, maternity benefits, and more through natural language.1
- FlicenseNot gradedqualityBmaintenanceMCP server for infant fever management that tracks symptoms, medication, and lab results, providing guideline-based escalation levels, pharmacokinetic predictions, and structured clinical reports.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tiago-Salles/nico-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server