Skip to main content
Glama

EVE University Wiki MCP Server

package.json1.52 kB
{ "name": "eve-university-mcp", "version": "1.0.0", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "tsx src/server.ts", "dev": "fastmcp dev src/server.ts", "lint": "prettier --check . && eslint . && tsc --noEmit", "test": "vitest run", "format": "prettier --write . && eslint --fix ." }, "keywords": [ "fastmcp", "mcp", "boilerplate" ], "repository": { "url": "https://github.com/punkpeye/fastmcp-boilerplate" }, "author": "Kilo Code <kilo-code@example.com>", "homepage": "https://glama.ai/mcp", "type": "module", "license": "MIT", "description": "A FastMCP server for EVE University Wiki", "dependencies": { "axios": "^1.11.0", "cheerio": "^1.1.2", "fastmcp": "^1.27.3", "turndown": "^7.2.0", "wikijs": "^6.4.1", "zod": "^3.24.4" }, "release": { "branches": [ "main" ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", "@semantic-release/github" ] }, "devDependencies": { "@eslint/js": "^9.26.0", "@tsconfig/node22": "^22.0.1", "@types/cheerio": "^0.22.35", "@types/node": "^22.10.5", "eslint-config-prettier": "^10.1.3", "eslint-plugin-perfectionist": "^4.12.3", "jiti": "^2.4.2", "prettier": "^3.5.3", "semantic-release": "^24.2.3", "tsx": "^4.19.4", "typescript": "^5.8.3", "typescript-eslint": "^8.32.0", "vitest": "^3.1.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/kongyo2/EVE-University-Wiki-MCP-Server'

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