Cross-chain asset transfers via Meson protocol. Fast and low-cost stablecoin and asset bridging across multiple blockchains.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill meson-mcp --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Meson Mcp?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-meson-mcp)More formats (shields.io, HTML) on the badges page.
---
name: meson-mcp
description: "Cross-chain asset transfers via Meson protocol. Fast and low-cost stablecoin and asset bridging across multiple blockchains."
version: 1.0.0
metadata:
openclaw:
tags: [mcp, meson, cross-chain, bridge, stablecoin, transfers]
official: true
source: "https://meson.fi"
---
# Meson MCP
MCP server for cross-chain asset transfers via Meson protocol.
Provides fast and low-cost cross-chain asset transfers using the Meson protocol. Specializes in stablecoin bridging with atomic swap technology across multiple blockchain networks including Ethereum, BNB Chain, Avalanche, Polygon, and many more.
## Installation
```json
{
"mcpServers": {
"meson": {
"command": "npx",
"args": ["-y", "@meson-fi/mcp-server"]
}
}
}
```
## Links
- **Website**: https://meson.fi
- **Documentation**: https://docs.meson.fi
- **GitHub**: https://github.com/MesonFi
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.