MCP Tools Reference
Track meals, manage todos, search memories, create calendar events, and more.
Connect Mio's MCP server to any compatible client — 22 tools across 5 categories.
Three steps to connect Mio to your AI client.
Go to mio.fyi/account and copy your Mio API key.
Paste the config into Claude, ChatGPT, n8n, or any MCP-compatible client. See setup instructions below.
“Log my lunch”, “What's on my calendar?”, “Search my memories for...” — your AI now has real tools.
One command. Replace YOUR_MIO_API_KEY with your key from mio.fyi/account.
claude mcp add mio --transport streamable-http https://mcp.mio.fyi -- --header "Authorization: Bearer YOUR_MIO_API_KEY"Add to your claude_desktop_config.json:
{
"mcpServers": {
"mio": {
"transport": "streamable-http",
"url": "https://mcp.mio.fyi",
"headers": {
"Authorization": "Bearer YOUR_MIO_API_KEY"
}
}
}
}Add Mio as a Connector in Claude's settings. Authenticates via your Mio account — no API key required.
Add Mio as an App in ChatGPT settings. Authenticates via your Mio account — no API key needed.
Any MCP-compatible client that supports Streamable HTTP transport:
https://mcp.mio.fyiGet your API key from mio.fyi/account
22 tools across 5 categories — all scoped to your account. Copy-paste this section into your AI client's context for full awareness.
Mio stores your data in "skills" — personal databases only you can access. Two types: tabular skills for structured data (calories, todos, workouts) and vector skills for text content with semantic search (memories, journal entries, recipes).
create_tabular_skillCreate a new structured data skill with typed columnsadd_tabular_itemAdd a record to a tabular skillget_tabular_itemsQuery with filters, sorting, aggregationsupdate_tabular_itemsUpdate records by ID or conditionalter_tabular_skill_schemaAdd or modify columns on an existing skillcreate_vector_skillCreate a new semantic search skill with metadata fieldsadd_vector_itemAdd text content with category and tagssearch_vectorsFind content by meaning, not just keywordslist_skillsDiscover all your existing skillsget_skillGet full schema and usage instructions for a skillupdate_skill_instructionsUpdate a skill's description, notes, or examplesshare_skillShare a skill with another Mio user by emailGive your AI access to the live web — search Google and read any URL.
search_webGoogle search — up to 10 results with titles, URLs, and snippetsread_web_pageScrape any URL — returns content as markdown, plain text, or HTMLFull create, read, update, delete on your primary Google Calendar. Requires a connected Google account.
create_google_calendar_eventCreate events with title, time, location, attendees, timezonelist_google_calendar_eventsList events for a date range (defaults to next 7 days)update_google_calendar_eventModify any event field by IDdelete_google_calendar_eventRemove an event by IDSet up recurring tasks that run automatically and deliver results via email, SMS, or WhatsApp.
create_proactive_actionSchedule a recurring action (daily summaries, reminders, analyses)list_proactive_actionsView all your scheduled actionsupdate_proactive_actionChange schedule, instructions, delivery channel, or enable/disable"Send me a daily email at 9am summarizing my todos and calendar for the day"Not sure what's available? Start here.
list_available_toolsList all 22 tools with their descriptionsOnce Mio is connected, try any of these with your AI client.
Log that I had a chicken salad for lunch, about 350 calories
What did I eat this week? Show me total calories by day
Add 'buy groceries' to my todos
Search my memories for anything about my trip to Japan
Create a calendar event for dentist appointment tomorrow at 2pm
What's on my calendar this week?
Save this recipe for pasta carbonara to my recipes skill
Show me my weight trend for the last month
Send me a daily email at 9am summarizing my todos and calendar
Search the web for the best restaurants in Brooklyn
All data is scoped to your account. You can only access your own skills, calendar, and email. No cross-account access.
OAuth for Claude Web (Connectors) and ChatGPT (Apps) — click to connect, no keys to manage.
API Key for Claude Code, n8n, and other clients — get yours at mio.fyi/account.
Google Calendar requires a connected Google account. Connect at mio.fyi/account.
Your skills live in your private Arca vault — files in S3 you can export or delete at any time.
Give your AI client real tools for your personal data.