Skip to main content
Glama

Dataverse MCP Server

by mwhesse
package.json1.11 kB
{ "name": "dataverse-mcp-server", "version": "0.2.8", "description": "MCP server for Dataverse schema operations", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "dev": "tsc --watch", "start": "node build/index.js", "test:server": "node test-server.cjs", "test:auth": "node test-auth.cjs", "release": "npm run build && npm version patch && git push && git push --tags", "release:minor": "npm run build && npm version minor && git push && git push --tags", "release:major": "npm run build && npm version major && git push && git push --tags" }, "keywords": [ "mcp", "dataverse", "power-platform", "schema" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "@types/dotenv": "^8.2.3", "@types/js-yaml": "^4.0.9", "axios": "^1.6.0", "dotenv": "^16.6.1", "js-yaml": "^4.1.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.8.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/mwhesse/dataverse-mcp'

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