UNPKG

mcp-morpho-server

Version:

A Model Context Protocol (MCP) server for querying the Morpho API

51 lines 1.2 kB
{ "name": "mcp-morpho-server", "version": "1.1.0", "description": "A Model Context Protocol (MCP) server for querying the Morpho API", "main": "build/index.js", "bin": { "mcp-morpho-server": "./build/index.js" }, "type": "module", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/crazyrabbitLTC/mcp-morpho-server.git" }, "keywords": [ "morpho", "mcp", "claude", "anthropic", "defi", "ethereum", "graphql" ], "author": "Dennison Bertram <dennison@tally.xyz>", "license": "MIT", "bugs": { "url": "https://github.com/crazyrabbitLTC/mcp-morpho-server/issues" }, "homepage": "https://github.com/crazyrabbitLTC/mcp-morpho-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^0.0.1", "axios": "^1.6.7", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.19", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" }, "files": [ "build", "README.md", "LICENSE" ] }