Skip to main content
Glama

Entscheidsuche MCP Server

package.json750 B
{ "name": "entscheidsuche-mcp-server", "version": "1.0.0", "description": "MCP server for searching Swiss case law using Entscheidsuche API", "type": "module", "main": "build/index.js", "bin": { "entscheidsuche-server": "./build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "dev": "tsc && node build/index.js", "watch": "tsc -w" }, "keywords": ["mcp", "legal", "case-law", "switzerland", "entscheidsuche"], "author": "MCP Developer", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.0" }, "files": ["build"] }

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/self-tech-labs/entscheidsuche-MCP-server'

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