Turkey's First Payment MCP Server
The Wagmi Tech Payment MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with payment service providers, allowing developers and AI agents to create and manage payment links effortlessly.
Server Config
{
"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"
}
}
}
}