Skip to content

Commit 1d102b7

Browse files
sybohygitbook-bot
authored andcommitted
GITBOOK-2: No subject
1 parent fac2e82 commit 1d102b7

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

docs/api-reference/mcp-installation.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
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.
35
cover: .gitbook/assets/mcp-cover.png
4-
coverY: 0
6+
coverY: 192.46031746031747
57
---
68

79
# MCP Installation
@@ -26,14 +28,14 @@ No API key, account, or sign-up is required to use the Seam Docs MCP server. It
2628

2729
Once connected, you can ask Claude questions like the following, and Claude will fetch the answer from the Seam docs and device database:
2830

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?"
3739

3840
## Connect From Claude.ai
3941

@@ -89,11 +91,10 @@ Claude selects the appropriate tool automatically based on your prompt.
8991

9092
## Troubleshooting
9193

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.
9597

9698
## Support
9799

98100
For questions or issues with the Seam Docs MCP server, contact [support@seam.co](mailto:support@seam.co).
99-

0 commit comments

Comments
 (0)