Skip to main content
Glama

Verodat MCP Server

Official
package.json1.03 kB
{ "name": "verodat-mcp-server", "version": "1.0.0", "main": "index.js", "type": "module", "bin": { "verodat-consume": "./build/src/consume.js", "verodat-design": "./build/src/design.js", "verodat-manage": "./build/src/manage.js" }, "scripts": { "build": "tsc", "start:consume": "node ./build/src/consume.js", "start:design": "node ./build/src/design.js", "start:manage": "node ./build/src/manage.js", "test": "mocha --loader=ts-node/esm 'tests/**/*.test.ts'", "test:watch": "mocha --loader=ts-node/esm 'tests/**/*.test.ts' --watch" }, "files": [ "build" ], "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", "@types/node": "^22.10.5", "@types/sinon": "^17.0.3", "chai": "^5.1.2", "mocha": "^11.0.1", "sinon": "^19.0.2", "ts-node": "^10.9.2", "typescript": "^5.7.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.3" } }

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/Verodat/verodat-mcp-server'

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