Skip to main content
Glama

Osmosis MCP Server

create-pool

Initiate liquidity pool creation on the Osmosis blockchain by specifying pool type, assets, fees, and governance settings using a BIP-39 mnemonic for transaction signing.

Instructions

Create a new liquidity pool on Osmosis

Input Schema

NameRequiredDescriptionDefault
exitFeeNoExit fee as decimal (e.g., '0.001' for 0.1%)0.000000000000000000
futurePoolGovernorNoFuture pool governor address (default: empty for no governance)
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction
poolAssetsYesAssets for the pool with weights (for balancer pools)
poolTypeYesType of pool to create
scalingFactorsNoScaling factors for stableswap pools
spread_factorNoSpread factor for concentrated liquidity pools
swapFeeYesSwap fee as decimal (e.g., '0.003' for 0.3%)
tickSpacingNoTick spacing for concentrated liquidity pools

Input Schema (JSON Schema)

{ "properties": { "exitFee": { "default": "0.000000000000000000", "description": "Exit fee as decimal (e.g., '0.001' for 0.1%)", "type": "string" }, "futurePoolGovernor": { "description": "Future pool governor address (default: empty for no governance)", "type": "string" }, "gas": { "description": "Gas limit (default: auto-estimate)", "type": "string" }, "gasPrice": { "description": "Gas price (default: 0.025uosmo)", "type": "string" }, "memo": { "description": "Transaction memo", "type": "string" }, "mnemonic": { "description": "BIP-39 mnemonic phrase for signing the transaction", "type": "string" }, "poolAssets": { "description": "Assets for the pool with weights (for balancer pools)", "items": { "properties": { "token": { "properties": { "amount": { "type": "string" }, "denom": { "type": "string" } }, "required": [ "denom", "amount" ], "type": "object" }, "weight": { "description": "Weight for balancer pools (e.g., '1000000' for equal weight)", "type": "string" } }, "required": [ "token" ], "type": "object" }, "type": "array" }, "poolType": { "description": "Type of pool to create", "enum": [ "balancer", "stableswap", "concentrated" ], "type": "string" }, "scalingFactors": { "description": "Scaling factors for stableswap pools", "items": { "type": "string" }, "type": "array" }, "spread_factor": { "description": "Spread factor for concentrated liquidity pools", "type": "string" }, "swapFee": { "description": "Swap fee as decimal (e.g., '0.003' for 0.3%)", "type": "string" }, "tickSpacing": { "description": "Tick spacing for concentrated liquidity pools", "type": "string" } }, "required": [ "mnemonic", "poolType", "poolAssets", "swapFee" ], "type": "object" }

Other Tools from Osmosis MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyronKoch-dev/osmosis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server