@apicity/mcp-server 0.1.0-alpha.0 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/endpoint-docs.tsv +3 -0
- package/package.json +25 -25
package/dist/endpoint-docs.tsv
CHANGED
|
@@ -343,3 +343,6 @@ polymarket data.activity GET https://data-api.polymarket.com/activity{query} htt
|
|
|
343
343
|
polymarket data.trades GET https://data-api.polymarket.com/trades{query} https://docs.polymarket.com/api-reference/data/get-trades
|
|
344
344
|
polymarket data.oi GET https://data-api.polymarket.com/oi{query} https://docs.polymarket.com/api-reference/data/get-open-interest
|
|
345
345
|
polymarket data.liveVolume GET https://data-api.polymarket.com/live-volume{query} https://docs.polymarket.com/api-reference/data/get-live-volume
|
|
346
|
+
youtube videos.list GET https://www.googleapis.com/youtube/v3/videos{query} https://developers.google.com/youtube/v3/docs/videos/list
|
|
347
|
+
youtube videos.insert POST https://www.googleapis.com/upload/youtube/v3/videos?uploadType=multipart https://developers.google.com/youtube/v3/docs/videos/insert
|
|
348
|
+
youtube channels.list GET https://www.googleapis.com/youtube/v3/channels{query} https://developers.google.com/youtube/v3/docs/channels/list
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apicity/mcp-server",
|
|
3
|
-
"version": "0.1.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Optional MCP (Model Context Protocol) server that exposes every @apicity provider endpoint as a tool.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
"@modelcontextprotocol/sdk": "^1.29.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@apicity/
|
|
53
|
-
"@apicity/
|
|
54
|
-
"@apicity/
|
|
55
|
-
"@apicity/
|
|
56
|
-
"@apicity/fireworks": "0.1.0
|
|
57
|
-
"@apicity/free-media-upload": "0.1.0
|
|
58
|
-
"@apicity/meta": "0.1.0
|
|
59
|
-
"@apicity/kie": "0.1.0
|
|
60
|
-
"@apicity/kimicoding": "0.1.0
|
|
61
|
-
"@apicity/openai": "0.1.0
|
|
62
|
-
"@apicity/x": "0.1.0
|
|
63
|
-
"@apicity/xai": "0.1.0
|
|
52
|
+
"@apicity/alibaba": "0.1.0",
|
|
53
|
+
"@apicity/elevenlabs": "0.1.0",
|
|
54
|
+
"@apicity/anthropic": "0.1.0",
|
|
55
|
+
"@apicity/fal": "0.1.0",
|
|
56
|
+
"@apicity/fireworks": "0.1.0",
|
|
57
|
+
"@apicity/free-media-upload": "0.1.0",
|
|
58
|
+
"@apicity/meta": "0.1.0",
|
|
59
|
+
"@apicity/kie": "0.1.0",
|
|
60
|
+
"@apicity/kimicoding": "0.1.0",
|
|
61
|
+
"@apicity/openai": "0.1.0",
|
|
62
|
+
"@apicity/x": "0.1.0",
|
|
63
|
+
"@apicity/xai": "0.1.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependenciesMeta": {
|
|
66
66
|
"@apicity/alibaba": {
|
|
@@ -101,18 +101,18 @@
|
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@apicity/
|
|
105
|
-
"@apicity/
|
|
106
|
-
"@apicity/
|
|
107
|
-
"@apicity/
|
|
108
|
-
"@apicity/
|
|
109
|
-
"@apicity/
|
|
110
|
-
"@apicity/free-media-upload": "0.1.0
|
|
111
|
-
"@apicity/
|
|
112
|
-
"@apicity/
|
|
113
|
-
"@apicity/
|
|
114
|
-
"@apicity/
|
|
115
|
-
"@apicity/xai": "0.1.0
|
|
104
|
+
"@apicity/anthropic": "0.1.0",
|
|
105
|
+
"@apicity/elevenlabs": "0.1.0",
|
|
106
|
+
"@apicity/alibaba": "0.1.0",
|
|
107
|
+
"@apicity/fal": "0.1.0",
|
|
108
|
+
"@apicity/fireworks": "0.1.0",
|
|
109
|
+
"@apicity/kie": "0.1.0",
|
|
110
|
+
"@apicity/free-media-upload": "0.1.0",
|
|
111
|
+
"@apicity/meta": "0.1.0",
|
|
112
|
+
"@apicity/kimicoding": "0.1.0",
|
|
113
|
+
"@apicity/openai": "0.1.0",
|
|
114
|
+
"@apicity/x": "0.1.0",
|
|
115
|
+
"@apicity/xai": "0.1.0"
|
|
116
116
|
},
|
|
117
117
|
"homepage": "https://github.com/justintanner/apicity#readme",
|
|
118
118
|
"bugs": {
|