Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

stake_quote

Generate a stake quote by providing input details like wallet name, token, and amount. Returns a SwapQuoteRequestContainer for staking operations through Armor Crypto MCP server.

Instructions

Retrieve a stake quote. Expects a StakeQuoteRequestContainer, returns a SwapQuoteRequestContainer.

Input Schema

NameRequiredDescriptionDefault
stake_quote_requestsYes

Input Schema (JSON Schema)

{ "$defs": { "StakeQuoteRequest": { "properties": { "from_wallet": { "description": "The name of the wallet that input_token is in.", "title": "From Wallet", "type": "string" }, "input_amount": { "description": "input amount to swap", "title": "Input Amount", "type": "number" }, "input_token": { "default": "So11111111111111111111111111111111111111112", "title": "Input Token", "type": "string" }, "output_token": { "description": "the public mint address of the output liquid staking derivative token to stake.", "title": "Output Token", "type": "string" } }, "required": [ "from_wallet", "output_token", "input_amount" ], "title": "StakeQuoteRequest", "type": "object" }, "StakeQuoteRequestContainer": { "properties": { "stake_quote_requests": { "items": { "$ref": "#/$defs/StakeQuoteRequest" }, "title": "Stake Quote Requests", "type": "array" } }, "required": [ "stake_quote_requests" ], "title": "StakeQuoteRequestContainer", "type": "object" } }, "properties": { "stake_quote_requests": { "$ref": "#/$defs/StakeQuoteRequestContainer" } }, "required": [ "stake_quote_requests" ], "title": "stake_quoteArguments", "type": "object" }

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/armorwallet/armor-crypto-mcp'

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