We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VautlixDevelopment/mcpVaultix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@vaultix/mcp",
"version": "1.0.0",
"description": "Vaultix MCP Server - Model Context Protocol for Vaultix Payment API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"vaultix-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"vaultix",
"mcp",
"model-context-protocol",
"claude",
"anthropic",
"payments",
"pix",
"brazil"
],
"author": "Vaultix <dev@vaultix.global>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VautlixDevelopment/mcpVaultix"
},
"homepage": "https://github.com/VautlixDevelopment/mcpVaultix#readme",
"bugs": {
"url": "https://github.com/VautlixDevelopment/mcpVaultix/issues"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}