We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/universal-crypto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•700 B
# ethers.js Integration
This directory contains the integration of ethers.js v6 into Universal Crypto MCP.
**Original Project**: https://github.com/ethers-io/ethers.js
**Original Author**: Richard Moore
**License**: MIT (see LICENSE file)
## About
ethers.js is a complete Ethereum library and wallet implementation in JavaScript.
## Installation
ethers.js is installed as an npm dependency. See package.json.
## Usage in Universal Crypto MCP
See `src/integrations/ethers/` for the MCP adapter layer.
## Attribution
All core functionality is provided by ethers.js. The MCP integration layer is maintained by Nicholas (github.com/nirholas).
For detailed attribution, see ATTRIBUTION.md.