Skip to main content
Glama

Veri5ight MCP Server

by 5ajaki
package.json643 B
{ "name": "@modelcontextprotocol/server-veri5ight", "version": "0.1.0", "description": "Simplified MCP server for ENS DAO operations", "license": "MIT", "type": "module", "bin": { "veri5ight": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "clean": "rm -rf dist", "build": "npm run clean && tsc && chmod +x dist/index.js", "start": "node dist/index.js", "prepare": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.1", "dotenv": "^16.4.5", "ethers": "^6.11.1" }, "devDependencies": { "@types/node": "^20.11.19", "typescript": "^5.3.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/5ajaki/veri5ight'

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