LMCP (Local MCP)
local-mcp.com
· LMCP
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 — 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.
local-mcp.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 56/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-24 06:12:10 current | 47a357002137… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://local-mcp.com/.well-known/agent.json |
| Provider | https://local-mcp.com |
| Docs | https://local-mcp.com/llms.txt |
Skills · 4 declared · mapped to canonical taxonomy
Read, search, send, reply and organize email across Apple Mail, Gmail, Outlook, iCloud and Exchange accounts — with preview-before-send.
List, create and update Calendar events, Reminders, OmniFocus and Microsoft To Do tasks.
Read and send iMessage, WhatsApp, Microsoft Teams and Slack messages from the apps already signed in on the Mac.
Search Finder, OneDrive and Google Drive; read and create Word, Excel, PowerPoint and PDF documents.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/local-mcp.com) [](https://agenstry.com/agents/local-mcp.com) [](https://agenstry.com/agents/local-mcp.com) [](https://agenstry.com/agents/local-mcp.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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"
}