Skip to main content
Glama

Jokes MCP Server

by benbonn
MIT License
  • Linux
  • Apple
package.json1.03 kB
{ "name": "mcp-streamable-http", "private": true, "version": "1.0.0", "main": "src/server.js", "type": "module", "scripts": { "build": "tsc && shx cp src/instructions.md dist/ && shx cp src/instructions.md ./", "start": "node dist/server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "build" ], "bin": { "demo": "./dist/server.js" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.11.1", "express": "^5.1.0", "zod": "^3.24.4" }, "devDependencies": { "@types/express": "^5.0.1", "@types/node": "^22.15.17", "typescript": "^5.8.3", "shx": "^0.3.4" }, "modelcontext": { "instructions": "instructions.md", "description": "A streamable HTTP MCP server with AI-readable context instructions", "goal": "Handle UTAPI MCP requests and forward OBIS data to an HTTP endpoint", "entry_point": "src/server.js" }, "_buildCacheHint": "v2" }

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/benbonn/utapimcp'

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