Skip to main content
Glama
package.json1.47 kB
{ "name": "mcp-ping", "version": "1.0.0", "main": "dist/server.js", "bin": { "mcp-ping": "dist/server.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", "ping" ], "repository": { "url": "https://github.com/punkpeye/mcp-ping" }, "author": "Frank Fiegel <frank@glama.ai>", "homepage": "https://glama.ai/mcp", "type": "module", "license": "MIT", "description": "Pings a host and returns the result", "dependencies": { "fastmcp": "^3.5.0", "zod": "^3.25.67" }, "release": { "branches": [ "main" ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", "@semantic-release/github" ] }, "devDependencies": { "@eslint/js": "^9.29.0", "@modelcontextprotocol/sdk": "^1.13.0", "@tsconfig/node22": "^22.0.1", "@types/node": "^24.0.3", "eslint-config-prettier": "^10.1.3", "eslint-plugin-perfectionist": "^4.15.0", "get-port": "^7.1.0", "jiti": "^2.4.2", "prettier": "^3.5.3", "semantic-release": "^24.2.3", "tsx": "^4.20.3", "typescript": "^5.8.3", "typescript-eslint": "^8.34.1", "vitest": "^3.2.4" } }

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/punkpeye/mcp-ping'

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