@ramp-kit/mcp 0.1.0 → 0.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,6 +9,12 @@ Works with zero configuration (mock provider) and comes alive with an
9
9
  Etherfuse sandbox key — agents can then fetch real quotes, create sandbox
10
10
  orders, simulate PIX/SPEI deposits and watch them settle on Stellar Testnet.
11
11
 
12
+ Listed in the [official MCP Registry](https://registry.modelcontextprotocol.io/?search=io.github.armandocodecr/ramp-kit)
13
+ as `io.github.armandocodecr/ramp-kit`. Pairs with the kit's
14
+ [agent skill](https://github.com/armandocodecr/latam-ramp-kit/tree/main/skills/ramp-kit)
15
+ (`npx skills add …/skills/ramp-kit`): the skill provides integration
16
+ knowledge, this server provides the hands.
17
+
12
18
  ## Setup
13
19
 
14
20
  Claude Code:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ramp-kit/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server for the LATAM Ramp Kit: lets AI agents explore providers, fetch live ramp quotes, create sandbox orders, simulate PIX/SPEI deposits and inspect Stellar wallets — plus built-in documentation tools covering usage, architecture and the path to production",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@modelcontextprotocol/sdk": "^1.12.0",
18
18
  "zod": "^3.23.0",
19
- "@ramp-kit/core": "0.1.1"
19
+ "@ramp-kit/core": "0.1.2"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^22.0.0",