Give your Morpho agent superpowers in one prompt.

Pick your skill, select your agent, run the command, and start using Morpho in seconds.

Skills (recommended)
npx skills add morpho-org/morpho-skills --skill morpho-cli
MCP Server
claude mcp add morpho --transport http https://mcp.morpho.org/
BETA

This is an experimental feature. Thoroughly review all transactions before submitting and use at your own risk.

1

Run the command

In Claude, Codex, Cursor, or your favorite agent

2

Agent configures itself

Loads the Morpho skill and MCP tools

3

Run Morpho operations

Query, prepare, and simulate any Morpho operation

How it works

Morpho skills give the agent protocol context, route requests through the MCP tool layer, and simulate before any write path reaches the user.

1

Prompt

You start with a user or builder prompt.

2

Skill loads

The agent installs the right Morpho context and instructions.

3

Safe response

The agent returns analysis, warnings, and simulations before signing.

Works from agent code Simulation-first write flows

What your agent can do

17 tools across read, write, and simulate — covering the full Morpho protocol surface.

Command Description
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
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-transactions Simulate transactions with post-state analysis

About Morpho

Morpho is the universal lending network. Morpho Agents brings that protocol surface to AI agents via skills and MCP tools.