Skip to main content
Glama

Campertunity MCP Server

Official
by campertunity
package.json1.12 kB
{ "name": "campertunity-mcp-server", "version": "0.0.7", "description": "MCP Server for Campertunity - A Model Context Protocol server for interacting with camping and outdoor recreation data", "type": "module", "bin": { "mcp-campertunity-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "campertunity", "camping", "outdoor", "recreation", "ai", "model-context-protocol" ], "author": "Campertunity", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/campertunity/mcp-server" }, "bugs": { "url": "https://github.com/campertunity/mcp-server/issues" }, "homepage": "https://campertunity.com", "dependencies": { "@modelcontextprotocol/sdk": "1.7.0", "@types/node": "^22" }, "devDependencies": { "@types/node": "^22", "shx": "^0.3.4", "typescript": "^5.8.2" }, "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/campertunity/mcp-server'

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