Blockchain Payment

by logos-42

656 downloads
Not rated
GitHub

About

基于Base网络的区块链支付MCP(Model Context Protocol)服务器,提供完整的区块链支付功能。

Details

Author
logos-42
Downloads
656
Categories
Other

- 支持Base Sepolia、Base Mainnet等多个测试网和主网
- 支持ETH、USDC、USDT、DAI、WETH等主流代币
- 查询任意地址的ETH和代币余额
- 安全转账ETH和ERC20代币
- 实时查询交易状态和确认数
- 智能估算交易Gas费用
- 创建新钱包、验证地址格式
- 内置交易金额限制等安全限制

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Blockchain Payment
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "blockchain payment": {
            "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": "."
                }
            }
        }
    }
}

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": "."
        }
    }
}

基于Base网络的区块链支付MCP(Model Context Protocol)服务器,提供完整的区块链支付功能。

🌟 功能特性
多网络支持: 支持多个测试网和主网,包括Base Sepolia、Base Mainnet、Ethereum Sepolia、Ethereum Mainnet等
代币支持: ETH、USDC、USDT、DAI、WETH等主流代币
余额查询: 查询任意地址的ETH和代币余额
安全转账: 支持ETH和ERC20代币转账
交易追踪: 实时查询交易状态和确认数
Gas估算: 智能估算交易Gas费用
钱包管理: 创建新钱包、验证地址格式
安全限制: 内置交易金额限制和安全检查

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.