Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From skrills
Local stdio MCP server providing access to the Skrill payment platform for transactions, transfers, and wallet operations via its API.
npx claudepluginhub athola/skrills --plugin skrillsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"skrills": {
"command": "skrills",
"args": [
"serve"
]
}
}
}Server configuration and connection parameters
skrillsCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.