Skip to main content
Glama

LayerZero OFT MCP Server

by thomasfevre

bridge-oft

Facilitates bridging Omnichain Fungible Tokens (OFTs) between supported blockchains using LayerZero protocols, enabling cross-chain transfers with specified token amounts, source, and destination chains.

Instructions

Bridges OFT tokens from one chain to another using LayerZero.

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount of tokens to bridge (e.g., '100').
extraOptionsNoExtra options for LayerZero message execution (default: '0x').0x
fromChainYesThe source chain name.
receiverAddressYesThe address to receive tokens on the destination chain.
toChainYesThe destination chain name.
tokenAddressYesThe address of the OFT contract on the source chain.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount of tokens to bridge (e.g., '100').", "type": "string" }, "extraOptions": { "default": "0x", "description": "Extra options for LayerZero message execution (default: '0x').", "type": "string" }, "fromChain": { "description": "The source chain name.", "enum": [ "ArbitrumSepolia", "baseSepolia" ], "type": "string" }, "receiverAddress": { "description": "The address to receive tokens on the destination chain.", "type": "string" }, "toChain": { "description": "The destination chain name.", "enum": [ "ArbitrumSepolia", "baseSepolia" ], "type": "string" }, "tokenAddress": { "description": "The address of the OFT contract on the source chain.", "type": "string" } }, "required": [ "tokenAddress", "amount", "fromChain", "toChain", "receiverAddress" ], "type": "object" }
Install Server

Other Tools from LayerZero OFT 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/thomasfevre/layerzero_mcp'

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