Skip to main content
Glama
Bichev
by Bichev
package.json996 B
{ "name": "@coinbase-chat-mcp/mcp-server", "version": "1.0.0", "description": "Model Context Protocol server for Coinbase public API integration", "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": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.2", "zod": "^3.22.4" }, "devDependencies": { "@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", "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