mcpbeat Sign in

Freelancer Payment Protection MCP Server

local only

Freelancer Payment Protection runs on your own machine — the client starts it, so there is no endpoint to ping. 213 installs a week from pypi. Last commit 25 Aug 2026.

Wraps the fpp CLI as a single generic MCP tool for freelancer client payment-risk checks.

Installs per day peak 613 · avg 77 · -41% w/w
a month agotoday
213
Installs / week
pypi · freelancer-payment-protection-cli
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/freelancer_payment_protection_cli/__init__.py:1, [пакет] src/freelancer_payment_protection_cli/api.py:1, [пакет] src/freelancer_payment_protection_cli/auth.py:1 и ещё 9
этот файл ставится пользователю, но в репозитории его нет
Runs an external command packages/cli-npm-wrapper/bin/fpp.js:21
  const result = spawnSync(probe, [cmd], { stdio: 'ignore' });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add freelancer-payment-protection -- uvx freelancer-payment-protection-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "freelancer-payment-protection": {
      "args": [
        "freelancer-payment-protection-cli"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.freelancer-payment-protection]
command = "uvx"
args = ["freelancer-payment-protection-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "freelancer-payment-protection": {
      "args": [
        "freelancer-payment-protection-cli"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "freelancer-payment-protection": {
      "args": [
        "freelancer-payment-protection-cli"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Freelancer Payment Protection

same job, measured the same way
Junto MCP
by vrllrv

The payment protocol for people and agents. One MCP server, any payment rail.

50 installs/wk local only
Agentcash
by merit-systems

Generic MCP server for calling x402-protected APIs with automatic payment handling

2 376 installs/wk local only
Robokassa MCP
by theyahia

MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R

44 installs/wk local only
T
Pay MCP
by vauban

x402 payment tools for MCP clients: pay, verify a STARK receipt, hash per RFC 8785. No account.

1 115 installs/wk local only
PCI DSS v4.0.1 Compliance Checker
by shyshlakov

PCI DSS v4.0.1 compliance scanner for Go payment services, delivered as an MCP server

local only
Payment Guard MCP
by mlawsonking

Pre-send risk check for AI agents that move money — screen an address or payment URL before sending.

60 installs/wk local only
Robokassa MCP
by artgas1

Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).

62 installs/wk local only
Writing Clinic
by stockandawe

Free MCP tool: paste your writing, get a one-line diagnosis and a tightened rewrite.

37 installs/wk local only

Freelancer Payment Protection — questions

Answers built from our own checks of this server.

Why is there no uptime for Freelancer Payment Protection?
Freelancer Payment Protection runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package freelancer-payment-protection-cli was installed 213 times last week.
How do I connect Freelancer Payment Protection?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls freelancer-payment-protection-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use Freelancer Payment Protection?
The pypi package freelancer-payment-protection-cli was installed 213 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Freelancer Payment Protection open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.