crypto-earn-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@crypto-earn-mcpWhat is the APR of ETH on AAVE?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Crypto Earn MCP Server
This is a MCP server that provides market data from earn providers. It will also be interacting with the smart contracts of the providers to deposit and withdraw assets.
Prerequisites
Node.js (v22 or later)
Related MCP server: Graph AAVE MCP
Installation
Install dependencies:
npm installBuild the project:
npm run buildAdd the MCP server to your agent (e.g. Claude desktop)
{
"mcpServers": {
"crypto-earn": {
"command": "npx",
"args": [
"-y",
"@ericxstone/crypto-earn-mcp"
],
}
}
}Usage
You can start with prompt like What is the APR of ETH on AAVE?
If you want to check your AAVE position, you can use prompt like What is my AAVE position on address 0x1234567890123456789012345678901234567890?
Features
Feature | Description | Status |
AAVE Market Data | Get market data from Aave | Done |
Multi-chain supported | Support for multiple blockchain networks on AAVE | Done |
User Data | Get user-specific data from Aave | Done |
Wallet Integration | Connect and interact with user wallets | Planned |
Deposit/Withdraw | Interact with smart contracts for deposit and withdraw | Planned |
Multi-provider support | Support for multiple providers | Planned |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/EricxStone/crypto-earn-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server