NAVI Protocol MCP
Interact with NAVI DeFi protocol on Sui blockchain for market data and transactions.
Ads
Overview
> A public DeFi data and explanation interface for AI clients. No API key required, ready to use out of the box, and suitable for user queries, content research, and technical integrations. NAVI Protocol MCP is an open Model Context Protocol service. It packages scattered capabilities across the NAVI Protocol ecosystem-including lending, swapping, bridging, DCA, Volo Vault yield vaults, wallet assets, and Sui transaction interpretation-into a standardized toolset that AI clients can call directly.
Installation
claude mcp add --transport http navi-protocol https://open-api.naviprotocol.io/api/mcp
Configuration
{
"mcpServers": {
"navi-protocol": {
"url": "https://open-api.naviprotocol.io/api/mcp"
}
}
}Capabilities
- Get a protocol-wide summary
Ask for NAVI’s overall scale and key metrics using `navi_get_protocol_stats`.
- Inspect lending pools
Retrieve supply/borrow rates, LTV, and risk parameters for specific pools via `navi_get_pools` and `navi_get_pool`.
- Check wallet health and rewards
Review an address’s health factor with `navi_get_health_factor` and list unclaimed lending rewards.
- Summarize wallet assets and positions
Combine `navi_get_coins` and `get_positions` to see holdings and active DeFi positions for a Sui address.
- Get a swap quote
Request a price quote for a token swap without executing a trade using `navi_get_swap_quote`.
- Explain a Sui transaction
Turn a raw transaction ID into plain-language actions and effects with `sui_explain_transaction`.
Tags
- defi
- crypto
- finance
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.