@guiie/buda-mcp 1.1.0 → 1.1.1
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/CHANGELOG.md +9 -0
- package/PUBLISH_CHECKLIST.md +10 -10
- package/README.md +8 -8
- package/dist/http.js +3 -3
- package/dist/index.js +1 -1
- package/marketplace/claude-listing.md +6 -6
- package/marketplace/cursor-mcp.json +1 -1
- package/marketplace/openapi.yaml +1 -1
- package/package.json +1 -1
- package/server.json +3 -3
- package/src/http.ts +3 -3
- package/src/index.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ This project uses [Semantic Versioning](https://semver.org/).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [1.1.1] – 2026-04-10
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- `server.json` version corrected to `1.1.1` (was stuck at `1.0.0`, breaking MCP Registry sync).
|
|
15
|
+
- npm package name corrected from `@gtorreal/buda-mcp` to `@guiie/buda-mcp` in README, marketplace files, and PUBLISH_CHECKLIST.md.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
10
19
|
## [1.1.0] – 2026-04-10
|
|
11
20
|
|
|
12
21
|
### Added
|
package/PUBLISH_CHECKLIST.md
CHANGED
|
@@ -28,7 +28,7 @@ npm login # if not already logged in
|
|
|
28
28
|
npm publish --access public --provenance
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
Verify: https://www.npmjs.com/package/@
|
|
31
|
+
Verify: https://www.npmjs.com/package/@guiie/buda-mcp
|
|
32
32
|
|
|
33
33
|
---
|
|
34
34
|
|
|
@@ -78,7 +78,7 @@ Then create a GitHub Release from the tag with the following release notes:
|
|
|
78
78
|
- Updated README with npx quickstart and per-tool examples
|
|
79
79
|
|
|
80
80
|
```bash
|
|
81
|
-
npx @
|
|
81
|
+
npx @guiie/buda-mcp
|
|
82
82
|
```
|
|
83
83
|
```
|
|
84
84
|
|
|
@@ -105,7 +105,7 @@ MCP_REGISTRY_TOKEN=<token> ./mcp-publisher publish
|
|
|
105
105
|
|
|
106
106
|
Smithery auto-detects updates via the `/.well-known/mcp/server-card.json` endpoint on the Railway deployment. No manual action required after deploying.
|
|
107
107
|
|
|
108
|
-
Verify: https://smithery.ai/server/@
|
|
108
|
+
Verify: https://smithery.ai/server/@guiie/buda-mcp
|
|
109
109
|
|
|
110
110
|
---
|
|
111
111
|
|
|
@@ -120,7 +120,7 @@ Subject: [Update] buda-mcp v1.1.0 — new tools + auth
|
|
|
120
120
|
|
|
121
121
|
Hi mcp.so team,
|
|
122
122
|
|
|
123
|
-
I've released v1.1.0 of buda-mcp (@
|
|
123
|
+
I've released v1.1.0 of buda-mcp (@guiie/buda-mcp on npm).
|
|
124
124
|
|
|
125
125
|
Key changes:
|
|
126
126
|
- 3 new public tools: get_spread, compare_markets, get_price_history (OHLCV)
|
|
@@ -130,11 +130,11 @@ Key changes:
|
|
|
130
130
|
- Structured error responses
|
|
131
131
|
|
|
132
132
|
Links:
|
|
133
|
-
- npm: https://www.npmjs.com/package/@
|
|
133
|
+
- npm: https://www.npmjs.com/package/@guiie/buda-mcp
|
|
134
134
|
- GitHub: https://github.com/gtorreal/buda-mcp
|
|
135
135
|
- Changelog: https://github.com/gtorreal/buda-mcp/blob/main/CHANGELOG.md
|
|
136
136
|
|
|
137
|
-
Quick start: npx @
|
|
137
|
+
Quick start: npx @guiie/buda-mcp
|
|
138
138
|
|
|
139
139
|
Thank you!
|
|
140
140
|
```
|
|
@@ -154,7 +154,7 @@ Hi Glama team,
|
|
|
154
154
|
|
|
155
155
|
buda-mcp has been updated to v1.1.0. Here's a summary of what's new:
|
|
156
156
|
|
|
157
|
-
Package: @
|
|
157
|
+
Package: @guiie/buda-mcp (npm)
|
|
158
158
|
Registry: io.github.gtorreal/buda-mcp (MCP Registry)
|
|
159
159
|
Version: 1.1.0
|
|
160
160
|
|
|
@@ -170,7 +170,7 @@ New capabilities:
|
|
|
170
170
|
- Structured error responses (isError: true)
|
|
171
171
|
|
|
172
172
|
Quick start:
|
|
173
|
-
npx @
|
|
173
|
+
npx @guiie/buda-mcp
|
|
174
174
|
|
|
175
175
|
Changelog: https://github.com/gtorreal/buda-mcp/blob/main/CHANGELOG.md
|
|
176
176
|
GitHub: https://github.com/gtorreal/buda-mcp
|
|
@@ -182,8 +182,8 @@ Thank you!
|
|
|
182
182
|
|
|
183
183
|
## 8. Post-publish verification
|
|
184
184
|
|
|
185
|
-
- [ ] `npx @
|
|
186
|
-
- [ ] `npm info @
|
|
185
|
+
- [ ] `npx @guiie/buda-mcp@1.1.0` starts successfully
|
|
186
|
+
- [ ] `npm info @guiie/buda-mcp version` returns `1.1.0`
|
|
187
187
|
- [ ] GitHub release tag `v1.1.0` is visible
|
|
188
188
|
- [ ] MCP Registry entry reflects v1.1.0
|
|
189
189
|
- [ ] Smithery server card lists 8 public tools
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# buda-mcp
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@guiie/buda-mcp)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
[](https://nodejs.org/)
|
|
6
6
|
|
|
@@ -11,13 +11,13 @@ MCP server for [Buda.com](https://www.buda.com/) — the leading cryptocurrency
|
|
|
11
11
|
## Quick Start
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npx @
|
|
14
|
+
npx @guiie/buda-mcp
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
Or install permanently:
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
npm install -g @
|
|
20
|
+
npm install -g @guiie/buda-mcp
|
|
21
21
|
buda-mcp
|
|
22
22
|
```
|
|
23
23
|
|
|
@@ -28,7 +28,7 @@ buda-mcp
|
|
|
28
28
|
### Claude Code
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
claude mcp add buda-mcp -- npx -y @
|
|
31
|
+
claude mcp add buda-mcp -- npx -y @guiie/buda-mcp
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
### Claude Desktop (`claude_desktop_config.json`)
|
|
@@ -38,7 +38,7 @@ claude mcp add buda-mcp -- npx -y @gtorreal/buda-mcp
|
|
|
38
38
|
"mcpServers": {
|
|
39
39
|
"buda-mcp": {
|
|
40
40
|
"command": "npx",
|
|
41
|
-
"args": ["-y", "@
|
|
41
|
+
"args": ["-y", "@guiie/buda-mcp"]
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -51,7 +51,7 @@ claude mcp add buda-mcp -- npx -y @gtorreal/buda-mcp
|
|
|
51
51
|
"mcpServers": {
|
|
52
52
|
"buda-mcp": {
|
|
53
53
|
"command": "npx",
|
|
54
|
-
"args": ["-y", "@
|
|
54
|
+
"args": ["-y", "@guiie/buda-mcp"]
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -255,7 +255,7 @@ The server defaults to **public-only mode** — no API key needed, no breaking c
|
|
|
255
255
|
To enable authenticated tools, set environment variables before running:
|
|
256
256
|
|
|
257
257
|
```bash
|
|
258
|
-
BUDA_API_KEY=your_api_key BUDA_API_SECRET=your_api_secret npx @
|
|
258
|
+
BUDA_API_KEY=your_api_key BUDA_API_SECRET=your_api_secret npx @guiie/buda-mcp
|
|
259
259
|
```
|
|
260
260
|
|
|
261
261
|
Or in Claude Desktop config:
|
|
@@ -265,7 +265,7 @@ Or in Claude Desktop config:
|
|
|
265
265
|
"mcpServers": {
|
|
266
266
|
"buda-mcp": {
|
|
267
267
|
"command": "npx",
|
|
268
|
-
"args": ["-y", "@
|
|
268
|
+
"args": ["-y", "@guiie/buda-mcp"],
|
|
269
269
|
"env": {
|
|
270
270
|
"BUDA_API_KEY": "your_api_key",
|
|
271
271
|
"BUDA_API_SECRET": "your_api_secret"
|
package/dist/http.js
CHANGED
|
@@ -19,7 +19,7 @@ const PORT = parseInt(process.env.PORT ?? "3000", 10);
|
|
|
19
19
|
const client = new BudaClient(undefined, process.env.BUDA_API_KEY, process.env.BUDA_API_SECRET);
|
|
20
20
|
const authEnabled = client.hasAuth();
|
|
21
21
|
function createServer() {
|
|
22
|
-
const server = new McpServer({ name: "buda-mcp", version: "1.1.
|
|
22
|
+
const server = new McpServer({ name: "buda-mcp", version: "1.1.1" });
|
|
23
23
|
// Per-request cache so caching works correctly for stateless HTTP
|
|
24
24
|
const reqCache = new MemoryCache();
|
|
25
25
|
markets.register(server, client, reqCache);
|
|
@@ -68,7 +68,7 @@ const app = express();
|
|
|
68
68
|
app.use(express.json());
|
|
69
69
|
// Health check for Railway / uptime monitors
|
|
70
70
|
app.get("/health", (_req, res) => {
|
|
71
|
-
res.json({ status: "ok", server: "buda-mcp", version: "1.1.
|
|
71
|
+
res.json({ status: "ok", server: "buda-mcp", version: "1.1.1", auth_mode: authEnabled ? "authenticated" : "public" });
|
|
72
72
|
});
|
|
73
73
|
// Smithery static server card — lets Smithery scan tools without running the server
|
|
74
74
|
app.get("/.well-known/mcp/server-card.json", (_req, res) => {
|
|
@@ -216,7 +216,7 @@ app.get("/.well-known/mcp/server-card.json", (_req, res) => {
|
|
|
216
216
|
]
|
|
217
217
|
: [];
|
|
218
218
|
res.json({
|
|
219
|
-
serverInfo: { name: "buda-mcp", version: "1.1.
|
|
219
|
+
serverInfo: { name: "buda-mcp", version: "1.1.1" },
|
|
220
220
|
authentication: { required: authEnabled },
|
|
221
221
|
tools: [...publicTools, ...authTools],
|
|
222
222
|
resources: [
|
package/dist/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import * as cancelOrder from "./tools/cancel_order.js";
|
|
|
18
18
|
const client = new BudaClient(undefined, process.env.BUDA_API_KEY, process.env.BUDA_API_SECRET);
|
|
19
19
|
const server = new McpServer({
|
|
20
20
|
name: "buda-mcp",
|
|
21
|
-
version: "1.1.
|
|
21
|
+
version: "1.1.1",
|
|
22
22
|
});
|
|
23
23
|
// Public tools
|
|
24
24
|
markets.register(server, client, cache);
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
**Category:** Finance / Cryptocurrency
|
|
4
4
|
**Auth:** Optional (public mode requires no key; authenticated mode needs `BUDA_API_KEY` + `BUDA_API_SECRET`)
|
|
5
5
|
**Transport:** stdio
|
|
6
|
-
**npm:** `@
|
|
6
|
+
**npm:** `@guiie/buda-mcp`
|
|
7
7
|
**Registry name:** `io.github.gtorreal/buda-mcp`
|
|
8
8
|
|
|
9
9
|
---
|
|
@@ -101,12 +101,12 @@ Cancel an open order by ID. Requires `confirmation_token="CONFIRM"`.
|
|
|
101
101
|
|
|
102
102
|
**Quick start (npx)**
|
|
103
103
|
```bash
|
|
104
|
-
npx @
|
|
104
|
+
npx @guiie/buda-mcp
|
|
105
105
|
```
|
|
106
106
|
|
|
107
107
|
**Claude Code (claude CLI)**
|
|
108
108
|
```bash
|
|
109
|
-
claude mcp add buda-mcp -- npx -y @
|
|
109
|
+
claude mcp add buda-mcp -- npx -y @guiie/buda-mcp
|
|
110
110
|
```
|
|
111
111
|
|
|
112
112
|
**Claude Desktop (`claude_desktop_config.json`)**
|
|
@@ -115,7 +115,7 @@ claude mcp add buda-mcp -- npx -y @gtorreal/buda-mcp
|
|
|
115
115
|
"mcpServers": {
|
|
116
116
|
"buda-mcp": {
|
|
117
117
|
"command": "npx",
|
|
118
|
-
"args": ["-y", "@
|
|
118
|
+
"args": ["-y", "@guiie/buda-mcp"]
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
}
|
|
@@ -127,7 +127,7 @@ claude mcp add buda-mcp -- npx -y @gtorreal/buda-mcp
|
|
|
127
127
|
"mcpServers": {
|
|
128
128
|
"buda-mcp": {
|
|
129
129
|
"command": "npx",
|
|
130
|
-
"args": ["-y", "@
|
|
130
|
+
"args": ["-y", "@guiie/buda-mcp"],
|
|
131
131
|
"env": {
|
|
132
132
|
"BUDA_API_KEY": "your_api_key",
|
|
133
133
|
"BUDA_API_SECRET": "your_api_secret"
|
|
@@ -161,5 +161,5 @@ node dist/index.js
|
|
|
161
161
|
## Source
|
|
162
162
|
|
|
163
163
|
- GitHub: https://github.com/gtorreal/buda-mcp
|
|
164
|
-
- npm: https://www.npmjs.com/package/@
|
|
164
|
+
- npm: https://www.npmjs.com/package/@guiie/buda-mcp
|
|
165
165
|
- Buda.com API docs: https://api.buda.com/en/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"mcpServers": {
|
|
3
3
|
"buda-mcp": {
|
|
4
4
|
"command": "npx",
|
|
5
|
-
"args": ["-y", "@
|
|
5
|
+
"args": ["-y", "@guiie/buda-mcp"],
|
|
6
6
|
"description": "Buda.com cryptocurrency exchange — real-time market data, spreads, OHLCV history, and account tools for Chile, Colombia, and Peru"
|
|
7
7
|
}
|
|
8
8
|
}
|
package/marketplace/openapi.yaml
CHANGED
|
@@ -9,7 +9,7 @@ info:
|
|
|
9
9
|
|
|
10
10
|
**Note:** This spec describes a deployed HTTP wrapper around the buda-mcp
|
|
11
11
|
stdio server. Deploy locally with mcp-proxy:
|
|
12
|
-
mcp-proxy --port 8000 -- npx -y @
|
|
12
|
+
mcp-proxy --port 8000 -- npx -y @guiie/buda-mcp
|
|
13
13
|
Or point `servers[0].url` at your hosted instance.
|
|
14
14
|
version: 1.1.0
|
|
15
15
|
contact:
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.gtorreal/buda-mcp",
|
|
4
|
-
"description": "Buda.com market data: prices, order books, trades, and volume for
|
|
4
|
+
"description": "Buda.com market data: prices, spreads, OHLCV, order books, trades, and volume for CLP, COP, PEN.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/gtorreal/buda-mcp",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.1.1",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "@guiie/buda-mcp",
|
|
14
|
-
"version": "1.
|
|
14
|
+
"version": "1.1.1",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
}
|
package/src/http.ts
CHANGED
|
@@ -28,7 +28,7 @@ const client = new BudaClient(
|
|
|
28
28
|
const authEnabled = client.hasAuth();
|
|
29
29
|
|
|
30
30
|
function createServer(): McpServer {
|
|
31
|
-
const server = new McpServer({ name: "buda-mcp", version: "1.1.
|
|
31
|
+
const server = new McpServer({ name: "buda-mcp", version: "1.1.1" });
|
|
32
32
|
|
|
33
33
|
// Per-request cache so caching works correctly for stateless HTTP
|
|
34
34
|
const reqCache = new MemoryCache();
|
|
@@ -101,7 +101,7 @@ app.use(express.json());
|
|
|
101
101
|
|
|
102
102
|
// Health check for Railway / uptime monitors
|
|
103
103
|
app.get("/health", (_req, res) => {
|
|
104
|
-
res.json({ status: "ok", server: "buda-mcp", version: "1.1.
|
|
104
|
+
res.json({ status: "ok", server: "buda-mcp", version: "1.1.1", auth_mode: authEnabled ? "authenticated" : "public" });
|
|
105
105
|
});
|
|
106
106
|
|
|
107
107
|
// Smithery static server card — lets Smithery scan tools without running the server
|
|
@@ -252,7 +252,7 @@ app.get("/.well-known/mcp/server-card.json", (_req, res) => {
|
|
|
252
252
|
: [];
|
|
253
253
|
|
|
254
254
|
res.json({
|
|
255
|
-
serverInfo: { name: "buda-mcp", version: "1.1.
|
|
255
|
+
serverInfo: { name: "buda-mcp", version: "1.1.1" },
|
|
256
256
|
authentication: { required: authEnabled },
|
|
257
257
|
tools: [...publicTools, ...authTools],
|
|
258
258
|
resources: [
|