Wagmi Tech Payment MCP Server
@Wagmi-Tech-Co
Wagmi Tech Payment MCP Server について
Turkey's First Payment MCP Server
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
コメント