
Blockchain Payment
@logos-42
About Blockchain Payment
基于Base网络的区块链支付MCP(Model Context Protocol)服务器,提供完整的区块链支付功能。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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": "."
}
}
}
}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 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?
—
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
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.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Comments