Skip to main content
Glama

Kapiti MCP Server

by Headlesshost
package.json1.07 kB
{ "name": "headlesshost-mcp-server", "version": "1.2.0", "description": "MCP server for Headlesshost API tools endpoints", "type": "module", "main": "build/index.js", "bin": { "headlesshost-mcp-server": "./build/index.js" }, "scripts": { "build": "tsc && chmod +x build/index.js", "dev": "tsx src/index.ts", "start": "node build/index.js", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "keywords": [ "mcp", "model-context-protocol", "tools", "api" ], "author": "Warren", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@types/dotenv": "^6.1.1", "axios": "^1.6.0", "dotenv": "^17.2.1", "form-data": "^4.0.4", "zod": "^3.22.0" }, "devDependencies": { "@types/form-data": "^2.2.1", "@types/node": "^20.0.0", "ts-node": "^10.9.2", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "files": [ "build/**/*" ], "engines": { "node": ">=18.0.0" } }

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

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