Agglayer MCP Server
@colygon
About Agglayer MCP Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments