You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-reference/mcp-installation.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
---
2
-
description: Connect the Seam Docs MCP server to Claude to search Seam's API reference and device database from inside your conversations.
2
+
description: >-
3
+
Connect the Seam Docs MCP server to Claude to search Seam's API reference and
4
+
device database from inside your conversations.
3
5
cover: .gitbook/assets/mcp-cover.png
4
-
coverY: 0
6
+
coverY: 192.46031746031747
5
7
---
6
8
7
9
# MCP Installation
@@ -26,14 +28,14 @@ No API key, account, or sign-up is required to use the Seam Docs MCP server. It
26
28
27
29
Once connected, you can ask Claude questions like the following, and Claude will fetch the answer from the Seam docs and device database:
28
30
29
-
- "How do I unlock a Schlage Encode lock with the Seam API?"
30
-
- "Show me the webhook payload for `lock.locked`."
31
-
- "What's the difference between an access code and an access grant?"
32
-
- "Which smart lock models support mobile keys and remote unlock?"
33
-
- "Compare August and Yale lock features for a hospitality deployment."
34
-
- "Find the right integration guide for property management workflows."
35
-
- "Does Seam support Salto KS access control systems?"
36
-
- "How do I create a Connect Webview from the Python SDK?"
31
+
* "How do I unlock a Schlage Encode lock with the Seam API?"
32
+
* "Show me the webhook payload for `lock.locked`."
33
+
* "What's the difference between an access code and an access grant?"
34
+
* "Which smart lock models support mobile keys and remote unlock?"
35
+
* "Compare August and Yale lock features for a hospitality deployment."
36
+
* "Find the right integration guide for property management workflows."
37
+
* "Does Seam support Salto KS access control systems?"
38
+
* "How do I create a Connect Webview from the Python SDK?"
37
39
38
40
## Connect From Claude.ai
39
41
@@ -89,11 +91,10 @@ Claude selects the appropriate tool automatically based on your prompt.
89
91
90
92
## Troubleshooting
91
93
92
-
-**403 Forbidden on connection** — The server only accepts requests from approved origins (`mcp.seam.co`, `claude.ai`, `app.claude.ai`, and `localhost`). Requests from other origins are rejected.
93
-
-**Empty search results** — If `search_docs` returns 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.
94
-
-**Connection refused** — Confirm that your network allows outbound HTTPS to `mcp.seam.co`. Some corporate firewalls block custom MCP endpoints.
94
+
***403 Forbidden on connection** — The server only accepts requests from approved origins (`mcp.seam.co`, `claude.ai`, `app.claude.ai`, and `localhost`). Requests from other origins are rejected.
95
+
***Empty search results** — If `search_docs` returns 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.
96
+
***Connection refused** — Confirm that your network allows outbound HTTPS to `mcp.seam.co`. Some corporate firewalls block custom MCP endpoints.
95
97
96
98
## Support
97
99
98
100
For questions or issues with the Seam Docs MCP server, contact [support@seam.co](mailto:support@seam.co).
0 commit comments