io.github.PaulieB14/graph-aave-mcp
NPM · GRAPH-AAVE-MCP · SCANNED AUG 3
AAVE V2/V3 lending & governance MCP — 7 chains via The Graph subgraphs
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 53 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability79
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2291 tokens (~163/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · graph-aave-mcp
claude mcp add paulieb14-graph-aave-mcp -- npx -y graph-aave-mcp
codex mcp add paulieb14-graph-aave-mcp -- npx -y graph-aave-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"paulieb14-graph-aave-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"graph-aave-mcp"
],
"enabled": true
}
}
} openclaw mcp add paulieb14-graph-aave-mcp --command npx --arg -y --arg graph-aave-mcp
mcp_servers:
paulieb14-graph-aave-mcp:
command: "npx"
args: ["-y", "graph-aave-mcp"] {
"mcpServers": {
"paulieb14-graph-aave-mcp": {
"command": "npx",
"args": [
"-y",
"graph-aave-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +22
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- License: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 1 Aug 26 −10
- Known CVEs: partial → unverified ▼ security
- Dependency health: partial → unverified ▼ functional
- 31 Jul 26 +21
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 51
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_aave_flash_loans ~119
Use this when the user asks about AAVE flash loans — 'Show me recent flash loans on Ethereum', 'What assets are flash-loaned most?', 'How much in flash loan fees has AAVE earned?'. Returns: initiator address, asset borrowed, amount, fee paid (totalFee), and timestamp. Flash loans must be borrowed and repaid within a single transaction.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain identifier |
| first | number | — | Number of flash loan events to return (1–100, default 20) |
No output schema declared.
No examples provided.
get_aave_liquidations ~167
Use this when the user asks about AAVE liquidation events — 'Show me recent liquidations on Ethereum', 'Has address 0x... been liquidated?', 'Who are the top liquidators on Arbitrum?', 'What collateral is being seized most?'. Returns: liquidator address, liquidated user, collateral asset seized, debt asset repaid, amounts, and timestamp. Liquidations occur when a user's health factor drops below 1.0.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain identifier |
| first | number | — | Number of liquidation events to return (1–100, default 20) |
| liquidator | string | — | Optional: filter by liquidator address |
| userAddress | string | — | Optional: filter by the address that was liquidated |
No output schema declared.
No examples provided.
get_aave_reserve ~166
Use this when the user asks about a specific AAVE asset in detail — e.g. 'Tell me everything about USDC on Ethereum AAVE', 'What are the WETH borrow parameters?', 'What is the liquidation threshold for WBTC collateral?'. Returns full reserve config: current rates, TVL, LTV, liquidation parameters, lifetime stats (total borrows/repayments/liquidations), and token addresses. RATE CONVERSION: divide liquidityRate / variableBorrowRate by 1e27 * 100 for APY %.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain identifier |
| symbol | string | yes | Token symbol — case-insensitive (e.g. USDC, WETH, WBTC, DAI, USDT, LINK, AAVE) |
No output schema declared.
No examples provided.
get_aave_reserves ~232
Use this when the user asks about AAVE lending markets, available assets, supply APY, borrow APY, TVL, utilization rate, collateral factors, or liquidation thresholds on a specific chain. Returns all active reserves sorted by total liquidity (TVL). RATE CONVERSION: liquidityRate and variableBorrowRate are in RAY units (1e27). Supply APY % = liquidityRate / 1e27 * 100. Borrow APY % = variableBorrowRate / 1e27 * 100. Amounts are in native token units — divide by 10^decimals for human-readable. Ideal for: 'What assets can I lend on Arbitrum?', 'What is USDC supply rate on Base?', 'Show me all AAVE V3 markets on Polygon'.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain identifier (e.g. ethereum, base, arbitrum, polygon, optimism, avalanche). Use list_aave_chains to see all options. |
| includeInactive | boolean | — | Set true to include frozen, paused, or inactive reserves. Default false (active only). |
No output schema declared.
No examples provided.
get_aave_schema ~79
Use this to introspect the full GraphQL schema for any AAVE chain's subgraph. Returns all queryable root fields and their types. Useful before writing a custom query_aave_subgraph call, or to understand what data is available on a specific chain/version.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain identifier (includes 'governance') |
No output schema declared.
No examples provided.
get_aave_user_position ~185
Use this when the user asks about a wallet's AAVE position — 'What is my health factor?', 'What have I supplied to AAVE?', 'How much have I borrowed?', 'Am I at risk of liquidation?', 'Show me my collateral and debt on Arbitrum'. Returns all supplied assets (with aToken balances), all borrowed assets (variable + stable debt), collateral flags, and e-mode category. Health Factor ≈ sum(collateral_i * price_i * liqThreshold_i) / sum(debt_i * price_i). HF < 1.0 = liquidatable. Amounts in native token units — divide by 10^decimals.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain identifier |
| userAddress | string | yes | Ethereum wallet address of the user (0x..., lowercase). Returns empty arrays if address has no AAVE positions. |
No output schema declared.
No examples provided.
get_governance_proposals ~212
Use this when the user asks about AAVE governance — 'Show me recent AAVE governance proposals', 'What proposals are currently active?', 'What is the status of AAVE proposal #X?', 'Show me governance voting activity'. Queries the AAVE Governance V3 subgraph on Ethereum. Returns: proposal ID, creator, access level (1=short executor/2=long executor), current state, voting duration (seconds), for/against votes, title, and payload info. Proposal states: Created=0, Active=1, Queued=2, Executed=3, Failed=4, Cancelled=5, Expired=6.
| Name | Type | Req | Description |
|---|---|---|---|
| first | number | — | Number of proposals to return (1–50, default 10) |
| state | number | — | Optional: filter by state number. 0=Created, 1=Active, 2=Queued, 3=Executed, 4=Failed, 5=Cancelled, 6=Expired |
No output schema declared.
No examples provided.
get_proposal_votes ~113
Use this when the user asks about votes on a specific AAVE governance proposal — 'Who voted on proposal #X?', 'Show me the voting breakdown for this proposal', 'Which addresses voted against?'. Returns individual votes with: voter address, voting power, support (true=for/false=against), and timestamp.
| Name | Type | Req | Description |
|---|---|---|---|
| first | number | — | Number of votes to return (default 50) |
| proposalId | string | yes | AAVE governance proposal ID (numeric string, e.g. '185') |
No output schema declared.
No examples provided.
get_recent_borrows ~183
Use this when the user asks about recent borrowing activity on AAVE — 'Who has been borrowing USDC on Ethereum?', 'Show me recent WETH borrows on Arbitrum', 'What has address 0x... borrowed recently?', 'Show borrow volume by asset'. Returns borrow events with: borrower address, asset, raw amount, borrow rate, rate mode (variable=2/stable=1), and timestamp. Divide amount by 10^decimals for human-readable value.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain identifier |
| first | number | — | Number of borrow events to return (1–100, default 20) |
| reserveSymbol | string | — | Optional: filter by asset symbol (e.g. USDC, WETH, DAI) |
| userAddress | string | — | Optional: filter by borrower Ethereum address (0x...) |
No output schema declared.
No examples provided.
get_recent_supplies ~179
Use this when the user asks about recent deposit/supply activity on AAVE — 'Who has been supplying ETH on Base?', 'Show me recent USDC deposits on Polygon', 'What has address 0x... deposited recently?'. V3 chains use the 'supply' entity; V2 chains use 'deposit' — handled automatically. Returns: supplier address, asset symbol, raw amount, and timestamp. Divide amount by 10^decimals for human-readable value.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain identifier |
| first | number | — | Number of supply events to return (1–100, default 20) |
| reserveSymbol | string | — | Optional: filter by asset symbol (e.g. USDC, WETH, WBTC) |
| userAddress | string | — | Optional: filter by supplier address (0x...) |
No output schema declared.
No examples provided.
get_reserve_rate_history ~193
Use this when the user asks about historical AAVE rates or TVL trends — 'How has USDC supply rate changed over time?', 'Show me ETH borrow rate history on Polygon', 'What was the utilization rate last week?'. Returns timestamped snapshots of: liquidityRate, variableBorrowRate, stableBorrowRate, utilizationRate, availableLiquidity, totalLiquidity, totalCurrentVariableDebt. Rates are in RAY units (divide by 1e27 * 100 for APY %). Get the reserve ID from get_aave_reserves (the 'id' field = underlyingAsset + poolAddress).
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain identifier |
| first | number | — | Number of historical snapshots to return (default 30) |
| reserveId | string | yes | Reserve ID — from get_aave_reserves 'id' field (concatenation of underlyingAsset address + pool address, lowercase) |
No output schema declared.
No examples provided.
list_aave_chains ~113
Use this when the user asks which AAVE chains are supported, wants to pick a network, or needs to discover available AAVE deployments. Returns all supported chains with their subgraph IDs, protocol version (V2/V3), chain name, 30-day query volume, and key entities. Chains: Ethereum, Base, Arbitrum, Polygon, Optimism, Avalanche, Fantom (V3 + V2 legacy), plus AAVE Governance V3. Always call this first if chain is ambiguous.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
query_aave_subgraph ~155
Use this when a pre-built tool doesn't cover the user's need — execute a raw GraphQL query against any AAVE chain's subgraph. Use get_aave_schema first to explore available entities and fields. Lending schema entities: reserves, userReserves, borrows, supplies (V3) / deposits (V2), repays, liquidationCalls, flashLoans, pool, protocol, reserveParamsHistoryItems. Governance schema entities: proposals, proposalVotes_collection, payloads, votingPortals, votingConfigs, proposalMetadata_collection.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain identifier (includes 'governance') |
| query | string | yes | GraphQL query string |
| variables | object | — | Optional GraphQL variables |
No output schema declared.
No examples provided.
simulate_health_factor ~195
Use this when the user wants to simulate how a price change affects their AAVE health factor — 'What happens to my health factor if ETH drops 20%?', 'How much can WBTC fall before I get liquidated?', 'Simulate a 30% drop in my collateral asset'. Fetches the user's full position, computes current health factor, then recalculates it after applying the specified price change to the target asset. Health Factor < 1.0 means the position is liquidatable.
| Name | Type | Req | Description |
|---|---|---|---|
| assetSymbol | string | yes | Symbol of the asset whose price changes (e.g. WETH, WBTC, USDC) |
| chain | string | yes | Chain identifier |
| priceChangePct | number | yes | Price change percentage — negative for drops, positive for gains. E.g. -20 means the asset price falls 20%. |
| userAddress | string | yes | Wallet address of the user (0x...) |
No output schema declared.
No examples provided.