Skip to main content
Glama
Bichev
by Bichev
package.json1.45 kB
{ "name": "@coinbase-chat-mcp/api-server", "version": "1.0.0", "description": "REST API server for Coinbase public data", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "jest", "lint": "eslint src/**/*.ts --fix", "clean": "rimraf dist" }, "dependencies": { "express": "^4.18.2", "cors": "^2.8.5", "helmet": "^7.1.0", "compression": "^1.7.4", "express-rate-limit": "^7.1.5", "axios": "^1.6.2", "redis": "^4.6.11", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.0", "winston": "^3.11.0", "dotenv": "^16.3.1", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^4.17.21", "@types/cors": "^2.8.17", "@types/compression": "^1.7.5", "@types/swagger-jsdoc": "^6.0.4", "@types/swagger-ui-express": "^4.1.6", "@types/jest": "^29.5.8", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "eslint": "^8.54.0", "jest": "^29.7.0", "supertest": "^6.3.3", "@types/supertest": "^2.0.16", "rimraf": "^5.0.5", "ts-jest": "^29.1.1", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "extensionsToTreatAsEsm": [".ts"], "globals": { "ts-jest": { "useESM": true } } } }

Latest Blog Posts

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/Bichev/coinbase-chat-mcp'

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