MCP.so
登录

Agglayer MCP Server

@colygon

关于 Agglayer MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

colygon

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Agglayer MCP Server?

Agglayer MCP Server is a Model Context Protocol (MCP) server that integrates with the Agglayer cross-chain settlement layer. It enables users to interact with Agglayer, which connects liquidity and users across any blockchain for fast, low-cost interoperability.

How to use Agglayer MCP Server?

Clone the repository, install dependencies (npm install), build the project (npm run build), and start the server (npm start). Configure the server by setting the environment variable AGGLAYER_API_KEY (defaults to 'demo_key' for development). For MCP integration, add the server to your MCP settings configuration file, specifying the command, path to the built index.js, and the API key.

Key features of Agglayer MCP Server

  • Get information about supported blockchain networks
  • Check token balances across chains
  • Perform cross-chain token transfers
  • Retrieve liquidity information across chains
  • Access resources: list of supported chains and tokens
  • Resource URI for specific chain or token details

Use cases of Agglayer MCP Server

  • Query available blockchain networks and token details
  • Check a wallet’s token balance on a specific chain
  • Initiate a cross-chain transfer of a token between two chains
  • Monitor liquidity across chains for a given token

FAQ from Agglayer MCP Server

What is Agglayer?

Agglayer is a cross-chain settlement layer that connects liquidity and users of any blockchain for fast, low-cost interoperability and growth.

How do I configure the API key?

Set the environment variable AGGLAYER_API_KEY before starting the server. If not set, it defaults to 'demo_key' for development.

What tools does the server provide?

The server provides four tools: get_chain_info, get_token_balance, cross_chain_transfer, and get_liquidity_info.

What resources are available?

Resources include agglayer://chains (list of all supported chains), agglayer://tokens (list of all supported tokens), and individual URIs for specific chains or tokens.

What are the runtime requirements?

The server requires Node.js and npm. After cloning, run npm install, npm run build, and then npm start.

评论

其他 分类下的更多 MCP 服务器