
Blockchain Payment
@logos-42
关于 Blockchain Payment
基于Base网络的区块链支付MCP(Model Context Protocol)服务器,提供完整的区块链支付功能。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"blockchain-payment": {
"command": "blockchain-payment-mcp",
"args": [],
"env": {
"PRIVATE_KEY": "your-private-key-here",
"DEFAULT_NETWORK": "base_sepolia",
"DEBUG": "true",
"MAX_TRANSACTION_VALUE": "10",
"PYTHONPATH": "."
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Blockchain Payment?
基于Base网络的区块链支付MCP服务器,为AI应用提供完整的区块链支付功能,包括多网络支持、代币余额查询、安全转账、交易追踪和Gas估算等。
How to use Blockchain Payment?
—
Key features of Blockchain Payment
- 支持Base Sepolia、Base Mainnet等多个测试网和主网
- 支持ETH、USDC、USDT、DAI、WETH等主流代币
- 查询任意地址的ETH和代币余额
- 安全转账ETH和ERC20代币
- 实时查询交易状态和确认数
- 智能估算交易Gas费用
- 创建新钱包、验证地址格式
- 内置交易金额限制等安全限制
Use cases of Blockchain Payment
- 在AI聊天中查询区块链账户余额
- 通过AI助手执行代币转账
- 监控交易状态和Gas费用
- 创建并管理加密钱包
- 验证用户提供的地址有效性
FAQ from Blockchain Payment
What networks does it support?
支持Base Sepolia、Base Mainnet、Ethereum Sepolia、Ethereum Mainnet等网络。
What tokens are supported?
支持ETH以及USDC、USDT、DAI、WETH等主流ERC20代币。
Can it create wallets?
是的,可以创建新钱包并验证地址格式。
Are there any safety limits?
内置交易金额限制,保障安全。
How to get started?
—
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mlops
visengerA curated list of references for MLOps
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论