Skip to main content
Glama

MCP360 Universal Gateway

Official
by mcp360
package.json•1.3 kB
{ "name": "@mcp360ai/unified-gateway", "version": "1.0.0", "description": "MCP360 Unified Gateway - Access all MCP servers through a single unified interface with search and execute capabilities", "main": "dist/index.js", "type": "module", "bin": { "mcp360-gateway": "./dist/index.js" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp360", "model-context-protocol", "ai", "claude", "unified-gateway", "mcp-server", "mcp-client", "mcp-tools", "mcp-tools-search", "mcp-tools-execute", "mcp-gateway" ], "author": "MCP360", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mcp360/Unified-Gateway-MCP.git" }, "bugs": { "url": "https://github.com/mcp360/Unified-Gateway-MCP/issues" }, "homepage": "https://mcp360.com", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/node": "^22.10.1", "tsx": "^4.19.2", "typescript": "^5.7.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/mcp360/mcp360-mcp'

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