Wagmi Tech Payment MCP Server
@Wagmi-Tech-Co
About Wagmi Tech Payment MCP Server
Turkey's First Payment MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}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 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.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ICSS
chokcoco不止于 CSS
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments