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: apps/portal/src/app/ai/mcp/page.mdx
+5-14Lines changed: 5 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,11 @@ You can use the thirdweb MCP server to interact with the thirdweb API from your
7
7
You can access the MCP server at the following url, with your project secret key.
8
8
9
9
```http
10
-
# endpoint
11
-
POST /mcp
12
-
Host: api.thirdweb.com
13
-
14
-
# auth header (required)
15
-
x-secret-key <your-project-secret-key>
10
+
POST https://api.thirdweb.com/mcp?secretKey=<your-project-secret-key>
16
11
```
17
12
13
+
Make sure to keep your secret key safe and never share it with anyone.
14
+
18
15
### Usage with LLM clients
19
16
20
17
You can also use the MCP server on your own LLM client, like cursor, claude code and more. Refer to your LLM client's documentation for more information.
@@ -27,10 +24,7 @@ Add the following to your `.cursor/mcp.json` file:
0 commit comments