@apicity/mcp-server 0.6.3 → 0.6.4
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 +10 -0
- package/package.json +27 -27
package/dist/endpoint-docs.tsv
CHANGED
|
@@ -699,6 +699,8 @@ kie api.fileStreamUpload POST https://kieai.redpandaai.co/api/file-stream-upload
|
|
|
699
699
|
kie api.fileUrlUpload POST https://kieai.redpandaai.co/api/file-url-upload https://docs.kie.ai/file-upload-api/upload-file-url
|
|
700
700
|
kie api.v1.chat.credit GET https://api.kie.ai/api/v1/chat/credit https://docs.kie.ai/common-api/get-account-credits
|
|
701
701
|
kie api.v1.common.downloadUrl POST https://api.kie.ai/api/v1/common/download-url https://docs.kie.ai/common-api/download-url
|
|
702
|
+
kie api.v1.flux.kontext.generate POST https://api.kie.ai/api/v1/flux/kontext/generate https://docs.kie.ai/flux-kontext-api/generate-or-edit-image
|
|
703
|
+
kie api.v1.flux.kontext.recordInfo GET https://api.kie.ai/api/v1/flux/kontext/record-info?taskId={taskId} https://docs.kie.ai/flux-kontext-api/get-image-details
|
|
702
704
|
kie api.v1.generate POST https://api.kie.ai/api/v1/generate https://docs.kie.ai/suno-api/generate-music
|
|
703
705
|
kie api.v1.generate.addInstrumental POST https://api.kie.ai/api/v1/generate/add-instrumental https://docs.kie.ai/suno-api/add-instrumental
|
|
704
706
|
kie api.v1.generate.addVocals POST https://api.kie.ai/api/v1/generate/add-vocals https://docs.kie.ai/suno-api/add-vocals
|
|
@@ -709,13 +711,19 @@ kie api.v1.generate.replaceSection POST https://api.kie.ai/api/v1/generate/repla
|
|
|
709
711
|
kie api.v1.generate.sounds POST https://api.kie.ai/api/v1/generate/sounds https://docs.kie.ai/suno-api/generate-sounds
|
|
710
712
|
kie api.v1.generate.uploadCover POST https://api.kie.ai/api/v1/generate/upload-cover
|
|
711
713
|
kie api.v1.generate.uploadExtend POST https://api.kie.ai/api/v1/generate/upload-extend
|
|
714
|
+
kie api.v1.gpt4oImage.generate POST https://api.kie.ai/api/v1/gpt4o-image/generate https://docs.kie.ai/4o-image-api/generate-4-o-image
|
|
715
|
+
kie api.v1.gpt4oImage.recordInfo GET https://api.kie.ai/api/v1/gpt4o-image/record-info?taskId={taskId} https://docs.kie.ai/4o-image-api/get-4-o-image-details
|
|
712
716
|
kie api.v1.jobs.createTask POST https://api.kie.ai/api/v1/jobs/createTask https://docs.kie.ai/market/quickstart
|
|
713
717
|
kie api.v1.jobs.recordInfo GET https://api.kie.ai/api/v1/jobs/recordInfo?taskId={taskId} https://docs.kie.ai/market/common/get-task-detail
|
|
714
718
|
kie api.v1.lyrics POST https://api.kie.ai/api/v1/lyrics
|
|
715
719
|
kie api.v1.midi.generate POST https://api.kie.ai/api/v1/midi/generate
|
|
720
|
+
kie api.v1.mj.generate POST https://api.kie.ai/api/v1/mj/generate https://docs.kie.ai/mj-api/generate-mj-image
|
|
716
721
|
kie api.v1.mp4.generate POST https://api.kie.ai/api/v1/mp4/generate
|
|
717
722
|
kie api.v1.omni.audio.create POST https://api.kie.ai/api/v1/omni/audio/create https://docs.kie.ai/market/gemini-omni-audio
|
|
718
723
|
kie api.v1.omni.character.create POST https://api.kie.ai/api/v1/omni/character/create https://docs.kie.ai/market/gemini-omni-character
|
|
724
|
+
kie api.v1.runway.extend POST https://api.kie.ai/api/v1/runway/extend https://docs.kie.ai/runway-api/extend-ai-video
|
|
725
|
+
kie api.v1.runway.generate POST https://api.kie.ai/api/v1/runway/generate https://docs.kie.ai/runway-api/generate-ai-video
|
|
726
|
+
kie api.v1.runway.recordDetail GET https://api.kie.ai/api/v1/runway/record-detail?taskId={taskId} https://docs.kie.ai/runway-api/get-ai-video-details
|
|
719
727
|
kie api.v1.style.generate POST https://api.kie.ai/api/v1/style/generate
|
|
720
728
|
kie api.v1.veo.extend POST https://api.kie.ai/api/v1/veo/extend https://docs.kie.ai/veo3-api/extend-video
|
|
721
729
|
kie api.v1.veo.generate POST https://api.kie.ai/api/v1/veo/generate https://docs.kie.ai/veo3-api/generate-veo-3-video
|
|
@@ -742,6 +750,7 @@ openai v1.chat.completions DELETE https://api.openai.com/v1/chat/completions/{id
|
|
|
742
750
|
openai v1.chat.completions GET https://api.openai.com/v1/chat/completions/{idOrOpts} https://platform.openai.com/docs/api-reference
|
|
743
751
|
openai v1.chat.completions POST https://api.openai.com/v1/chat/completions/{id} https://platform.openai.com/docs/api-reference
|
|
744
752
|
openai v1.chat.completions.messages GET https://api.openai.com/v1/chat/completions/{id}/messages https://platform.openai.com/docs/api-reference
|
|
753
|
+
openai v1.conversations POST https://api.openai.com/v1/conversations https://platform.openai.com/docs/api-reference
|
|
745
754
|
openai v1.embeddings POST https://api.openai.com/v1/embeddings https://platform.openai.com/docs/api-reference
|
|
746
755
|
openai v1.files DELETE https://api.openai.com/v1/files/{id} https://platform.openai.com/docs/api-reference
|
|
747
756
|
openai v1.files GET https://api.openai.com/v1/files/{idOrOpts} https://platform.openai.com/docs/api-reference
|
|
@@ -1191,6 +1200,7 @@ xai v1.realtime.clientSecrets POST https://api.x.ai/v1/realtime/client_secrets h
|
|
|
1191
1200
|
xai v1.responses DELETE https://api.x.ai/v1/responses/{id} https://docs.x.ai/docs/api-reference
|
|
1192
1201
|
xai v1.responses GET https://api.x.ai/v1/responses/{id} https://docs.x.ai/docs/api-reference
|
|
1193
1202
|
xai v1.responses POST https://api.x.ai/v1/responses https://docs.x.ai/docs/api-reference
|
|
1203
|
+
xai v1.responses.compact POST https://api.x.ai/v1/responses/compact https://docs.x.ai/docs/api-reference
|
|
1194
1204
|
xai v1.stt POST https://api.x.ai/v1/stt https://docs.x.ai/docs/api-reference
|
|
1195
1205
|
xai v1.tokenizeText POST https://api.x.ai/v1/tokenize-text https://docs.x.ai/docs/api-reference
|
|
1196
1206
|
xai v1.tts POST https://api.x.ai/v1/tts https://docs.x.ai/docs/api-reference
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apicity/mcp-server",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
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": {
|
|
@@ -47,32 +47,32 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
50
|
-
"@apicity/alibaba": "0.6.
|
|
51
|
-
"@apicity/anthropic": "0.6.
|
|
52
|
-
"@apicity/b2": "0.6.
|
|
53
|
-
"@apicity/binance": "0.6.
|
|
54
|
-
"@apicity/cost": "0.6.
|
|
55
|
-
"@apicity/dolthub": "0.6.
|
|
56
|
-
"@apicity/elevenlabs": "0.6.
|
|
57
|
-
"@apicity/fal": "0.6.
|
|
58
|
-
"@apicity/fireworks": "0.6.
|
|
59
|
-
"@apicity/free-media-upload": "0.6.
|
|
60
|
-
"@apicity/google": "0.6.
|
|
61
|
-
"@apicity/meta": "0.6.
|
|
62
|
-
"@apicity/kie": "0.6.
|
|
63
|
-
"@apicity/kimicoding": "0.6.
|
|
64
|
-
"@apicity/openf1": "0.6.
|
|
65
|
-
"@apicity/openligadb": "0.6.
|
|
66
|
-
"@apicity/openai": "0.6.
|
|
67
|
-
"@apicity/polymarket": "0.6.
|
|
68
|
-
"@apicity/s3": "0.6.
|
|
69
|
-
"@apicity/simplefunctions": "0.6.
|
|
70
|
-
"@apicity/telegram": "0.6.
|
|
71
|
-
"@apicity/thesportsdb": "0.6.
|
|
72
|
-
"@apicity/x": "0.6.
|
|
73
|
-
"@apicity/xai": "0.6.
|
|
74
|
-
"@apicity/youtube": "0.6.
|
|
75
|
-
"@apicity/zaicoding": "0.6.
|
|
50
|
+
"@apicity/alibaba": "0.6.4",
|
|
51
|
+
"@apicity/anthropic": "0.6.4",
|
|
52
|
+
"@apicity/b2": "0.6.4",
|
|
53
|
+
"@apicity/binance": "0.6.4",
|
|
54
|
+
"@apicity/cost": "0.6.4",
|
|
55
|
+
"@apicity/dolthub": "0.6.4",
|
|
56
|
+
"@apicity/elevenlabs": "0.6.4",
|
|
57
|
+
"@apicity/fal": "0.6.4",
|
|
58
|
+
"@apicity/fireworks": "0.6.4",
|
|
59
|
+
"@apicity/free-media-upload": "0.6.4",
|
|
60
|
+
"@apicity/google": "0.6.4",
|
|
61
|
+
"@apicity/meta": "0.6.4",
|
|
62
|
+
"@apicity/kie": "0.6.4",
|
|
63
|
+
"@apicity/kimicoding": "0.6.4",
|
|
64
|
+
"@apicity/openf1": "0.6.4",
|
|
65
|
+
"@apicity/openligadb": "0.6.4",
|
|
66
|
+
"@apicity/openai": "0.6.4",
|
|
67
|
+
"@apicity/polymarket": "0.6.4",
|
|
68
|
+
"@apicity/s3": "0.6.4",
|
|
69
|
+
"@apicity/simplefunctions": "0.6.4",
|
|
70
|
+
"@apicity/telegram": "0.6.4",
|
|
71
|
+
"@apicity/thesportsdb": "0.6.4",
|
|
72
|
+
"@apicity/x": "0.6.4",
|
|
73
|
+
"@apicity/xai": "0.6.4",
|
|
74
|
+
"@apicity/youtube": "0.6.4",
|
|
75
|
+
"@apicity/zaicoding": "0.6.4"
|
|
76
76
|
},
|
|
77
77
|
"homepage": "https://github.com/justintanner/apicity#readme",
|
|
78
78
|
"bugs": {
|