Skip to main content
Glama

MCP Ping Server

by c3budiman
package.json855 B
{ "name": "@c3budiman/ping", "version": "1.0.0", "description": "MCP server for pinging websites", "type": "module", "main": "dist/index.js", "bin": { "mcp-ping": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && node scripts/add-shebang.js", "prepublishOnly": "npm run build", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "keywords": [ "mcp", "ping", "network", "model-context-protocol", "mcp-server" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^20.10.0", "tsx": "^4.7.0", "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/c3budiman/mcp-ping'

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