Skip to main content
Glama
Bichev
by Bichev
package.json1.48 kB
{ "name": "coinbase-chat-mcp", "version": "1.0.0", "description": "MCP agent for Coinbase public API integration", "author": "Vladimir Bichev", "license": "MIT", "type": "module", "workspaces": [ "mcp-server", "api-server", "frontend" ], "scripts": { "dev": "concurrently \"npm run dev:mcp\" \"npm run dev:api\" \"npm run dev:frontend\"", "dev:mcp": "npm run dev --workspace=mcp-server", "dev:api": "npm run dev --workspace=api-server", "dev:frontend": "npm run dev --workspace=frontend", "build": "npm run build --workspace=api-server && npm run build --workspace=frontend && mkdir -p dist && cp -r frontend/dist/* dist/", "build:all": "npm run build --workspaces", "test": "npm run test --workspaces", "lint": "npm run lint --workspaces", "clean": "npm run clean --workspaces && rimraf node_modules", "install:all": "npm install && npm install --workspaces" }, "devDependencies": { "concurrently": "^8.2.2", "rimraf": "^5.0.5", "@types/node": "^20.10.0", "typescript": "^5.3.0" }, "keywords": [ "mcp", "model-context-protocol", "coinbase", "cryptocurrency", "ai-agent", "llm" ], "repository": { "type": "git", "url": "https://github.com/your-username/coinbase-chat-mcp.git" }, "bugs": { "url": "https://github.com/your-username/coinbase-chat-mcp/issues" }, "homepage": "https://github.com/your-username/coinbase-chat-mcp#readme" }

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