MCP.so
登录

Wagmi Tech Payment MCP Server

@Wagmi-Tech-Co

关于 Wagmi Tech Payment MCP Server

Turkey's First Payment MCP Server

基本信息

分类

其他

传输方式

stdio

发布者

Wagmi-Tech-Co

提交者

Eren Erdogan

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-payment": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "PROVIDER",
        "-e",
        "DEALER_CODE",
        "-e",
        "USERNAME",
        "-e",
        "PASSWORD",
        "-e",
        "CUSTOMER_TYPE_ID",
        "mcp-payment-server"
      ],
      "env": {
        "PROVIDER": "moka",
        "DEALER_CODE": "your_dealer_code",
        "USERNAME": "your_username",
        "PASSWORD": "your_password",
        "CUSTOMER_TYPE_ID": "your_customer_type_id"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Wagmi Tech Payment MCP Server?

Wagmi Tech Payment MCP Server enables AI agents to create payment links by integrating with payment providers via the Model Context Protocol. It is designed for developers using MCP-compatible clients like Claude Desktop or Cursor and follows clean architecture principles.

How to use Wagmi Tech Payment MCP Server?

Build the Docker image using docker build -t payment-mcp-server ., then configure your MCP client with the required environment variables (PROVIDER, DEALER_CODE, USERNAME, PASSWORD, CUSTOMER_TYPE_ID). Once configured, use the create_payment_link tool in your MCP client to create payment requests.

Key features of Wagmi Tech Payment MCP Server

  • Clean architecture with clear separation of concerns
  • Docker-based deployment for easy setup
  • stdio transport for direct MCP client connections
  • Currently supports Moka United payment provider
  • Extensible provider system for future integrations
  • Configuration via environment variables or CLI options

Use cases of Wagmi Tech Payment MCP Server

  • Create payment requests directly from AI chat interfaces
  • Automate payment link generation in AI workflows
  • Enable payment processing for AI agents without manual intervention

FAQ from Wagmi Tech Payment MCP Server

What payment providers are supported?

Currently only Moka United is supported, but the provider system is designed to be extensible for others.

How do I configure the server?

Configuration is done via environment variables (PROVIDER, DEALER_CODE, USERNAME, PASSWORD, CUSTOMER_TYPE_ID) or CLI options. See the environment variables table in the README for details.

What transport mode does the server use?

The server uses stdio transport for direct MCP client connections via stdin/stdout communication.

Where are logs stored?

Logs are stored inside the container at /app/logs/. To persist them, mount a volume when running the container.

How do I get help?

For support, contact [email protected]. The team is available to help with setup and integration.

评论

其他 分类下的更多 MCP 服务器