Run the command
In Claude, Codex, Cursor, or your favorite agent
Pick your skill, select your agent, run the command, and start using Morpho in seconds.
npx skills add morpho-org/morpho-skills --skill morpho-cli
claude mcp add morpho --transport http https://agents.morpho.org/mcp
npx skills add morpho-org/morpho-skills --skill morpho-cli
codex mcp add morpho --url https://agents.morpho.org/mcp
codex.toml
[mcp_servers.morpho] url = "https://agents.morpho.org/mcp"
npx skills add morpho-org/morpho-skills --skill morpho-cli
.cursor/mcp.json
{ "mcpServers": { "morpho": { "url": "https://agents.morpho.org/mcp" } }
}
npx skills add morpho-org/morpho-skills --skill morpho-cli
https://agents.morpho.org/mcp
HTTP Streamable transport. Compatible with any MCP client.
In Claude, Codex, Cursor, or your favorite agent
Loads the Morpho skill and MCP tools
Query, prepare, and simulate any Morpho operation
Morpho skills give the agent protocol context, route requests through the MCP tool layer, and simulate before any write path reaches the user.
You start with a runtime or builder prompt.
The agent installs the right Morpho context and instructions.
The agent returns analysis, warnings, and simulations before signing.
17 tools across read, write, and simulate — covering the full Morpho protocol surface.
| Command | Description |
|---|---|
| Read | |
health-check |
Check server and API connectivity |
get-supported-chains
|
List supported blockchain networks |
query-vaults |
Query vaults with filtering and sorting |
get-vault |
Get details of a specific vault |
query-markets |
Query markets with filtering |
get-market |
Get details of a specific market |
get-positions |
Get all positions for a user |
get-position |
Get a specific user position |
get-token-balance
|
Get token balance and approval state |
| Write | |
prepare-deposit
|
Prepare a vault deposit with approvals |
prepare-withdraw
|
Prepare a vault withdrawal (supports max) |
prepare-supply |
Prepare a market supply with approvals |
prepare-borrow |
Prepare a market borrow with health check |
prepare-repay |
Prepare a market repay (supports max) |
prepare-supply-collateral
|
Supply collateral to a market |
prepare-withdraw-collateral
|
Withdraw collateral with health check |
| Simulate | |
simulate-transactions
|
Simulate transactions with post-state analysis |
| Tool | Description |
|---|---|
| Read | |
morpho_health_check
|
Check server and API connectivity |
morpho_get_supported_chains
|
List supported blockchain networks |
morpho_query_vaults
|
Query vaults with filtering and sorting |
morpho_get_vault
|
Get details of a specific vault |
morpho_query_markets
|
Query markets with filtering |
morpho_get_market
|
Get details of a specific market |
morpho_get_positions
|
Get all positions for a user |
morpho_get_position
|
Get a specific user position |
morpho_get_token_balance
|
Get token balance and approval state |
| Write | |
morpho_prepare_deposit
|
Prepare a vault deposit with approvals |
morpho_prepare_withdraw
|
Prepare a vault withdrawal (supports max) |
morpho_prepare_supply
|
Prepare a market supply with approvals |
morpho_prepare_borrow
|
Prepare a market borrow with health check |
morpho_prepare_repay
|
Prepare a market repay (supports max) |
morpho_prepare_supply_collateral
|
Supply collateral to a market |
morpho_prepare_withdraw_collateral
|
Withdraw collateral with health check |
| Simulate | |
morpho_simulate_transactions
|
Simulate transactions with post-state analysis |
Morpho is the universal lending network. Morpho Agents brings that protocol surface to AI agents via skills and MCP tools.