Skip to main content
Glama

Gotas Commerce MCP Server

package.json1.61 kB
{ "name": "gotas-commerce-mcp", "version": "1.0.0", "description": "Gotas Commerce Payment Integration MCP Server", "main": "server.js", "scripts": { "start": "node server.js", "start:esm": "node server-esm.mjs", "start:simple": "node simple-mcp-server.js", "start:smithery": "node smithery-mcp-server.js", "start:minimal": "node minimal-smithery-server.js", "start:jsonrpc": "node jsonrpc-mcp-server.js", "start:compatible": "node smithery-compatible-server.js", "start:basic": "node basic-mcp-server.js", "start:ultra": "node ultra-minimal-server.js", "start:final": "node smithery-final-server.js", "dev": "nodemon server.js", "dev:esm": "nodemon server-esm.mjs", "dev:simple": "nodemon simple-mcp-server.js", "dev:smithery": "nodemon smithery-mcp-server.js", "dev:minimal": "nodemon minimal-smithery-server.js", "dev:jsonrpc": "nodemon jsonrpc-mcp-server.js", "dev:compatible": "nodemon smithery-compatible-server.js", "dev:basic": "nodemon basic-mcp-server.js", "dev:ultra": "nodemon ultra-minimal-server.js", "dev:final": "nodemon smithery-final-server.js", "test": "node test-server.js", "test:smithery": "node test-smithery.js" }, "keywords": [ "mcp", "gotas", "commerce", "payment", "cryptocurrency" ], "author": "Caio Vicentino", "license": "MIT", "dependencies": { "@smithery/sdk": "^1.3.2", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2" }, "devDependencies": { "nodemon": "^3.0.1" }, "engines": { "node": ">=16.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/caiovicentino/mcpGOTAS'

If you have feedback or need assistance with the MCP directory API, please join our Discord server