Skip to main content
Glama

Seitrace Insights MCP Server

Official
by Seitrace
package.json1.86 kB
{ "name": "@seitrace/mcp", "version": "0.2.45", "description": "Seitrace Insights MCP", "type": "module", "main": "build/src/index.js", "files": [ "build" ], "keywords": [ "seitrace", "mcp-server", "chat", "chatgpt", "mcp" ], "license": "MIT", "sideEffects": false, "publishConfig": { "access": "public" }, "author": "Cavies <dev@cavies.xyz>", "homepage": "https://seitrace.com/", "repository": { "type": "git", "url": "https://github.com/Seitrace/seitrace-mcp.git" }, "bin": { "seitrace-mcp": "build/src/index.js" }, "scripts": { "start": "node build/src/index.js", "start:sse": "node build/src/index.sse.js", "start:httpstream": "node build/src/index.httpstream.js", "build": "tsc && chmod 755 build/src/index.js", "typecheck": "tsc --noEmit", "test": "npm run build && jest --runInBand", "test:e2e": "npm run build && node tests/e2e.mcp.sdk.mjs", "lint": "bun run lint:fix && bun run prettier:write", "lint:fix": "eslint src --ext .js,.cjs,.mjs,.jsx,.ts,.tsx --fix", "prettier:write": "prettier --write ." }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.0", "@readme/oas-to-snippet": "^29.0.1", "axios": "^1.9.0", "dotenv": "^16.4.5", "ethers": "^6.15.0", "httpsnippet-client-api": "^6.1.3", "json-schema-to-zod": "^2.6.1", "oas": "^28.1.0", "zod": "^3.24.3" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^22.15.2", "@typescript-eslint/eslint-plugin": "^8.39.1", "@typescript-eslint/parser": "^8.39.1", "eslint": "^9.33.0", "eslint-config-prettier": "^10.1.8", "globals": "^16.3.0", "jest": "^29.7.0", "prettier": "^3.6.2", "ts-jest": "^29.2.5", "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/Seitrace/seitrace-mcp'

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