Skip to main content
Glama

PJE MCP Server

by chapirousIA
package.json1.46 kB
{ "name": "pje-mcp-server", "version": "1.0.0", "description": "Servidor MCP para integração com o sistema PJE (Processo Judicial Eletrônico) brasileiro", "main": "build/index.js", "scripts": { "build": "tsc", "start": "node build/index.js", "start:web": "node build/web-server.js", "dev": "tsc && node build/index.js", "test": "node build/test-server.js", "clean": "rm -rf build", "prepare": "npm run build" }, "keywords": [ "pje", "processo-judicial-eletronico", "mcp", "model-context-protocol", "api", "juridico", "certificado-digital", "tribunal", "tjce", "trf5" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/seu-usuario/pje-mcp-server.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.9.0", "body-parser": "^2.2.0", "dotenv": "^16.5.0", "ejs": "^3.1.10", "express": "^4.21.2", "multer": "^1.4.5-lts.1", "node-forge": "^1.3.1", "pdf-lib": "^1.17.1", "pdf-parse": "^1.1.1" }, "devDependencies": { "@types/express": "^4.17.21", "@types/multer": "^1.4.11", "@types/node": "^20.17.51", "@types/node-forge": "^1.3.11", "typescript": "^5.8.3" }, "files": [ "build", "docs", "examples", "public" ], "bin": { "pje-mcp-server": "build/index.js" }, "engines": { "node": ">=18.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/chapirousIA/pje-mcp-server'

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