ambur-mcp
0
The Ambur MCP Server is a Rust-based program facilitating interaction with the Ambur marketplace by providing tools for querying and executing smart contract tasks. It supports integration with systems like Claude Desktop and LangGraph, enriching blockchain functionality.
Ambur MCP Server
The Ambur MCP Server is a Rust-based server designed to handle Ambur query and execute entry point messages to be broadcast by a signer.
Features
- Provides 15 tools including listing contract deployments, NFT collections, building queries and transactions for the Ambur marketplace.
- Configures with both public and private dependencies requiring a
./packages
directory for private repositories.
Building
- Requires the
nightly
build of Rust for compilation. - Use commands like
rustup default nightly
andcargo build
.
Integration
- Connection examples provided for Claude Desktop and LangGraph with specific configurations for WSL users and Virtual Machines.