@lendwise/mcp 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
# @lendwise/mcp
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**Unified view for lending markets. One standard.**
|
|
4
|
+
|
|
5
|
+
MCP server for [Lendwise](https://lendwise.fi) — compare and optimize DeFi supply/borrow markets across **Aave V3**, **Morpho** and **Compound V3** over live yield data.
|
|
4
6
|
|
|
5
7
|
It answers questions like *"I have $1,000 to place in DeFi for the next 6 months — what are the best markets?"* against real yield data, in about four tool calls.
|
|
6
8
|
|
|
7
|
-
Read-only. It
|
|
9
|
+
Read-only. It compares markets; it never signs a transaction.
|
|
8
10
|
|
|
9
11
|
## Install
|
|
10
12
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lendwise/mcp",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "Unified view for lending markets, one standard — MCP server to compare and optimize DeFi supply/borrow across Aave, Morpho and Compound.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": "
|
|
8
|
+
"node": "24.x"
|
|
9
9
|
},
|
|
10
10
|
"bin": {
|
|
11
11
|
"lendwise-mcp": "./dist/bin/stdio.js"
|