Katana
The all-in-one home for DeFi - sustainable yield, deep liquidity, and a stake in revenue flows.
https://katana.network/Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.
Connect straight to this server’s public endpoint.
https://mcp.katana.network/mcpWe add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.
Last probed Sep 14, 2026 · mcp.katana.network
60tools discovered
Showing 25 of 60 from the live probe.
Get Balances
Get ETH and token balances for an address on Katana. Returns native ETH balance plus all known token balances (KAT, WETH, USDC, USDT, WBTC, USDS, AUSD, etc).
Build Wrap Eth
Build an unsigned transaction to wrap ETH into WETH (vbETH) on Katana. On Katana, WETH is a yield-generating Vault Bridge token. The user must sign and send the returned transaction.
Build Unwrap Eth
Build an unsigned transaction to unwrap WETH (vbETH) back into ETH on Katana. The user must sign and send the returned transaction.
Build Transfer
Build an unsigned transaction to transfer ETH or any ERC20 token to another address on Katana. For ETH, returns a simple value transfer. For tokens, returns an ERC20 transfer() call. The user must sign and send the returned transaction.
Build Approve
Build an unsigned transaction to approve a spender (DEX router, Morpho, etc.) to spend ERC20 tokens on behalf of the user. Supports exact amounts or max approval. The user must sign and send the returned transaction.
Get Swap Quote
Get a swap quote from SushiSwap on Katana. Tries all V3 fee tiers (0.01%, 0.05%, 0.3%, 1%) and V2, returns the best price. Read-only — no transaction is built.
Build Swap
Build an unsigned SushiSwap transaction on Katana. Supports V3 (exactInputSingle) and V2 (swapExactTokensForTokens). Returns unsigned tx data — the user must sign and send. Important: user must approve the router to spend tokenIn first (use build_approve).
Get Pools
Discover and analyze SushiSwap V3 pools on Katana. Two modes: (1) Omit tokenA/tokenB to discover ALL pools across known token pairs with basic info (price, reserves, fee tier). (2) Provide both tokenA and tokenB for deep analysis of a specific pair including tick concentration and liquidity distribution.
Build Add Liquidity V3
Build an unsigned transaction to add liquidity to a SushiSwap V3 pool on Katana. Creates a new concentrated liquidity position as an NFT. You need to specify tick range. Use get_pools first to find the current tick. User must approve the PositionManager to spend both tokens first.
Build Add Liquidity V2
Build an unsigned transaction to add liquidity to a SushiSwap V2 pool on Katana. Simpler than V3 — full-range liquidity, no tick management. User must approve the V2 Router to spend both tokens first.
List Morpho Markets
Discover ALL Morpho Blue lending markets on Katana. Scans on-chain CreateMarket events to find every market ever created. Returns market ID, loan/collateral token symbols, LLTV, and current state (total supply, total borrow, utilization). No market IDs required — use this to explore available markets.
List Morpho Vaults
Discover ALL MetaMorpho vaults on Katana. Scans on-chain CreateMetaMorpho events from the factory contract to find every vault deployed. Returns vault address, name, symbol, underlying asset, TVL (total deposited), curator, owner, and fee. No inputs required — use this to explore available Morpho vaults for passive lending.
Get Morpho Markets
Get details for one or more Morpho Blue markets on Katana. Returns market parameters (loan token, collateral token, oracle, IRM, LLTV) and current state (total supply, total borrow, utilization rate, fee).
Get Morpho Position
Get a user's position in a Morpho Blue market on Katana. Returns supply shares, borrow shares, collateral, and computed health factor. A health factor below 1.0 means the position is liquidatable.
Get Morpho Vault Detail
Get detailed breakdown of a MetaMorpho vault's market allocations on Katana. Shows which Morpho Blue markets the vault deploys capital to, how much is allocated to each, supply caps, market utilization, and withdrawal liquidity per market. Uses the Morpho Blue GraphQL API for rich pre-aggregated data (APY, allocations) with automatic RPC fallback. Essential for risk analysis and understanding vault composition.
Analyze Loop Strategy
Analyze a Morpho looping strategy with real Sushi swap slippage. Given a market and collateral amount, simulates N loop iterations (supply → borrow → swap → supply) and the full unwind. Uses QuoterV2 for real price impact at each step. Returns per-loop breakdown, unwind analysis, and total slippage cost. NOTE: This tool queries multiple swap routes per loop iteration and may take 10-20 seconds. If it times out, try again — the RPC can be slow under load.
Build Morpho Supply
Build an unsigned transaction to supply (lend) assets to a Morpho Blue market on Katana. User earns interest on supplied assets. User must approve the Morpho contract to spend the loan token first.
Build Morpho Withdraw
Build an unsigned transaction to withdraw supplied assets from a Morpho Blue market on Katana. Withdraws from a lending position. May fail if insufficient liquidity in the market.
Build Morpho Borrow
Build an unsigned transaction to borrow assets from a Morpho Blue market on Katana. Requires sufficient collateral already deposited via supplyCollateral. Monitor health factor to avoid liquidation. User must have collateral deposited first.
Build Morpho Vault Deposit
Build an unsigned transaction to deposit into a MetaMorpho vault (ERC-4626) on Katana. Vaults auto-allocate deposits across Morpho Blue markets — simpler than direct market supply. Use list_morpho_vaults to discover vaults first. User must approve the vault to spend the underlying asset.
Build Morpho Vault Withdraw
Build an unsigned transaction to withdraw from a MetaMorpho vault (ERC-4626) on Katana. Supports two modes: withdraw by asset amount (specify exact assets to receive) or redeem by share amount (specify vault shares to burn). Use get_morpho_vault_detail to check withdrawal liquidity first — withdrawals may fail if market utilization is too high.
Build Morpho Authorize
Check and build the one-time authorization tx for Morpho's GeneralAdapter1. Required before using build_morpho_loop (atomic leverage). Returns an unsigned setAuthorization tx if not yet authorized, or confirms already authorized.
Build Morpho Loop
Build an atomic leveraged loop transaction using Morpho flashloans + Bundler3. Executes supply → flashloan → swap → supply collateral → borrow in a single transaction. Returns unsigned Bundler3.multicall tx data, prerequisite checks, and position summary. Requires build_morpho_authorize first. NOTE: This tool makes several on-chain reads (market params, token metadata, swap quotes, prerequisite checks) and may take 10-20 seconds to complete. If it times out, try again — the RPC can be slow under
Get Token Prices
Get current spot prices for Katana tokens using Sushi V3 pool data. Prices are quoted in USD (via USDC/USDT pools). Tokens without direct stablecoin pools are priced through WETH. Returns price, source pool, and liquidity for each token.
Get Gas Price
Get current gas prices on Katana. Returns the latest block's base fee, estimated max fee and priority fee (EIP-1559), and cost estimates for common transaction types (transfer, swap, supply). Katana uses 1-second blocks with EIP-1559 gas pricing.
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsThe all-in-one home for DeFi - sustainable yield, deep liquidity, and a stake in revenue flows.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
MCPBundles probed 60 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.
Operate Katana? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.