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
THIRD-PARTY-LICENSES.md•1.85 KiB
# Third-Party Licenses and Attributions
Universal Crypto MCP integrates several open source projects. This document provides attribution and license information for all third-party code.
## Our Commitment
We are committed to:
- Respecting open source licenses
- Giving proper credit to original authors
- Maintaining copyright notices
- Contributing back to the community
## License Summary
All third-party code in the `vendor/` directory is MIT-licensed or compatible. Each project maintains its original license file.
## Integrated Projects
### 1. ethers.js
**Original Project**: https://github.com/ethers-io/ethers.js
**Original Author**: Richard Moore
**License**: MIT
**Purpose**: Ethereum and EVM blockchain interaction
**Files**: `vendor/ethers-integration/`
**Integration**: `src/integrations/ethers/`
Copyright (c) 2019 Richard Moore. Used under MIT License.
---
### Format
For each project, we maintain:
- Original LICENSE file in `vendor/<project>/LICENSE`
- Attribution file in `vendor/<project>/ATTRIBUTION.md`
- Link to original repository
- List of any modifications made
## How We Use These Projects
Third-party projects are integrated into Universal Crypto MCP through:
1. **Vendor directory**: Code placed in `vendor/` with full attribution
2. **Integration layer**: Wrapper code in `src/integrations/`
3. **Documentation**: Clear documentation of origin and usage
4. **License compliance**: All license terms respected
## Contributing
If you notice any license compliance issues, please open an issue or PR.
## Universal Crypto MCP License
The Universal Crypto MCP integration layer and original code is licensed separately. See the main LICENSE file for details.
**Integration maintained by**: Nicholas
**GitHub**: github.com/nirholas
**X/Twitter**: x.com/nichxbt
---
*This file is updated as new third-party projects are integrated.*