We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bbf98 commit 1d19e27Copy full SHA for 1d19e27
1 file changed
servers/supadata/server.yaml
@@ -0,0 +1,24 @@
1
+name: supadata
2
+image: ghcr.io/supadata-ai/mcp
3
+type: server
4
+meta:
5
+ category: search
6
+ tags:
7
+ - supadata
8
+ - transcript
9
+ - scraping
10
+ - youtube
11
+ - tiktok
12
+ - twitter
13
+ - whisper
14
+about:
15
+ title: Supadata
16
+ icon: https://avatars.githubusercontent.com/u/194430777?s=48&v=4
17
+source:
18
+ project: https://github.com/supadata-ai/mcp
19
+config:
20
+ description: Configure the connection to Supadata
21
+ secrets:
22
+ - name: supadata.api_key
23
+ env: SUPADATA_API_KEY
24
+ example: YOUR-API-KEY
0 commit comments