Skip to main content
Glama

Morpho API MCP Server

package.json1.18 kB
{ "name": "mcp-morpho-server", "version": "1.0.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": "[Your Name] <your@email>", "license": "ISC", "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" ] }

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/crazyrabbitLTC/mcp-morpho-server'

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