Card snapshot
local-mcp.com
·
2026-07-24 06:12:10 UTC
·
47a357002137915e0a23d75cca68992ee51432d117fe715d25f468cb0c6bf1f5
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.2.5",
"name": "LMCP (Local MCP)",
"description": "Native macOS tool server that gives AI agents access to Mail, Calendar, Contacts, Microsoft Teams, WhatsApp, Slack, Notion, OneDrive, Google Drive, Office documents and more \u2014 233 tools, all running locally on the user's Mac. IMPORTANT: LMCP speaks the Model Context Protocol (MCP), not the A2A protocol. This card exists for discovery; connect via MCP using the endpoints below.",
"url": "https://www.local-mcp.com/mcp",
"preferredTransport": "mcp-streamable-http",
"provider": {
"organization": "LMCP",
"url": "https://local-mcp.com"
},
"version": "3.0.345",
"documentationUrl": "https://local-mcp.com/llms.txt",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "email",
"name": "Email",
"description": "Read, search, send, reply and organize email across Apple Mail, Gmail, Outlook, iCloud and Exchange accounts \u2014 with preview-before-send.",
"tags": [
"email",
"mail",
"productivity"
],
"examples": [
"Summarize my unread emails",
"Reply to the last email from Sarah"
]
},
{
"id": "calendar-tasks",
"name": "Calendar & Tasks",
"description": "List, create and update Calendar events, Reminders, OmniFocus and Microsoft To Do tasks.",
"tags": [
"calendar",
"reminders",
"tasks"
],
"examples": [
"What is on my calendar this week?",
"Create a meeting tomorrow at 3pm"
]
},
{
"id": "messaging",
"name": "Messaging",
"description": "Read and send iMessage, WhatsApp, Microsoft Teams and Slack messages from the apps already signed in on the Mac.",
"tags": [
"imessage",
"whatsapp",
"teams",
"slack"
],
"examples": [
"Summarize my unread WhatsApp chats",
"Send a Teams message to the Engineering channel"
]
},
{
"id": "files-docs",
"name": "Files & Documents",
"description": "Search Finder, OneDrive and Google Drive; read and create Word, Excel, PowerPoint and PDF documents.",
"tags": [
"files",
"office",
"documents"
],
"examples": [
"Find the contract PDF in OneDrive and summarize it",
"Update my tracker spreadsheet"
]
}
],
"additionalInterfaces": [
{
"transport": "mcp-streamable-http",
"url": "https://www.local-mcp.com/mcp"
},
{
"transport": "mcp-stdio",
"command": "npx",
"args": [
"-y",
"local-mcp@latest",
"stdio"
]
}
],
"mcpServerCard": "https://www.local-mcp.com/.well-known/mcp/server-card.json"
}