Wraps the fpp CLI as a single generic MCP tool for freelancer client payment-risk checks.
claude mcp add freelancer-payment-protection -- uvx freelancer-payment-protection-cli
claude_desktop_config.json
{
"mcpServers": {
"freelancer-payment-protection": {
"command": "uvx",
"args": [
"freelancer-payment-protection-cli"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"freelancer-payment-protection": {
"command": "uvx",
"args": [
"freelancer-payment-protection-cli"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"freelancer-payment-protection": {
"command": "uvx",
"args": [
"freelancer-payment-protection-cli"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"freelancer-payment-protection": {
"type": "stdio",
"command": "uvx",
"args": [
"freelancer-payment-protection-cli"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"freelancer-payment-protection": {
"command": "uvx",
"args": [
"freelancer-payment-protection-cli"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.RudrenduPaul--freelancer-payment-protection/reviews or the review_server meta-tool.
POST /mcp