
Server Details
No API key, account, or sign-up is required to use the Seam Docs MCP server.
It only reads and returns Seam’s public documentation.
What You Can Ask
Once connected, you can ask Claude questions like the following, and Claude will fetch the answer from the Seam docs and device database:- “How do I unlock a Schlage Encode lock with the Seam API?”
- “Show me the webhook payload for
lock.locked.” - “What’s the difference between an access code and an access grant?”
- “Which smart lock models support mobile keys and remote unlock?”
- “Compare August and Yale lock features for a hospitality deployment.”
- “Find the right integration guide for property management workflows.”
- “Does Seam support Salto KS access control systems?”
- “How do I create a Connect Webview from the Python SDK?”
Connect From Claude.ai
- Sign in to claude.ai.
- Open Settings → Connectors.
- Click Add custom connector.
- Set the URL to
https://mcp.seam.co/mcp. - Set the Name to
Seam Docs. - Save. No authentication is required.
Connect From Claude Desktop
- Open Claude Desktop and go to Settings → Connectors.
- Click Add custom connector.
- Set the URL to
https://mcp.seam.co/mcp. - Set the Name to
Seam Docs. - Save and restart Claude Desktop if prompted.
Connect From Claude Code
Run the following command from your terminal:Available Tools
The Seam Docs MCP server exposes three read-only tools:
Claude selects the appropriate tool automatically based on your prompt.
Troubleshooting
- 403 Forbidden on connection — The server only accepts requests from approved origins (
mcp.seam.co,claude.ai,app.claude.ai, andlocalhost). Requests from other origins are rejected. - Empty search results — If
search_docsreturns nothing, broaden your query. Use Seam API resource names (for example,access_codes) rather than SDK-specific method names, and use generic capability terms (for example, “mobile keys”) when searching for devices. - Connection refused — Confirm that your network allows outbound HTTPS to
mcp.seam.co. Some corporate firewalls block custom MCP endpoints.