Wagmi Tech Payment MCP Server
@Wagmi-Tech-Co
About Wagmi Tech Payment MCP Server
Turkey's First Payment MCP Server
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Awesome Mlops
visengerA curated list of references for MLOps

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments