MCP.so
Sign In

Agglayer MCP Server

@colygon

About Agglayer MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

colygon

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers