Skip to main content
Glama

Microservice Control Panel (MCP)

by battyht
package.json665 B
{ "name": "mcp-api-service", "version": "1.0.0", "description": "MCP API Service for Ocean Engine Integration", "main": "index.js", "scripts": { "start": "node index.js", "dev": "nodemon index.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "dependencies": { "axios": "^1.6.5", "dotenv": "^16.3.1", "express": "^4.18.2", "cors": "^2.8.5", "winston": "^3.11.0", "joi": "^17.11.0" }, "devDependencies": { "nodemon": "^3.0.2", "jest": "^29.7.0", "supertest": "^6.3.3" }, "engines": { "node": ">=16.0.0" }, "author": "", "license": "MIT" }

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/battyht/AD_MCP'

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