Skip to main content
Glama

freispace Analytics MCP Server

Official
by freispace
package.json1.24 kB
{ "name": "@freispace/mcp-server-analytics", "version": "0.0.1", "description": "A Model Context Protocol server for analytical queries on the freispace platform.", "license": "MIT", "author": "freispace GmbH (https://freispace.com)", "homepage": "https://freispace.com", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/freispace/mcp-server-analytics.git" }, "engines": { "node": ">=18" }, "main": "dist/index.js", "bin": { "freispace-mcp-server-analytics": "dist/index.js" }, "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector dist/index.js", "start": "node dist/index.js", "format": "biome format --write", "check": "biome check --write" }, "files": [ "dist/" ], "keywords": [ "mcp", "freispace", "analytics", "automation" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.20.1", "zod": "^3.23.4" }, "devDependencies": { "@biomejs/biome": "^2.2.6", "@modelcontextprotocol/inspector": "^0.17.1", "@types/node": "^24.8.1", "globals": "^16.4.0", "typescript-eslint": "^8.46.1" } }

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/freispace/mcp-server-analytics'

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