Every MCP tool requires an `api_key` argument. The key maps to a `creditor_id` and a `plan` (`basic`, `reports`, or `full`) in the `mcp_api_keys`
Every MCP tool requires an api_key argument. The key maps to a creditor_id and a plan (basic, reports, or full) in the mcp_api_keys table. Exposed over MCP by the fixpayment mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Everything the assistant can do here goes through one of these:
ping — ✓get_plan_info — ✓get_account_summary — ✓list_accounts_basic — ✓validate_account_payload — ✓accounts_report — The accounts_report tool exposed by this serverpayments_report — The payments_report tool exposed by this serversettlements_report — The settlements_report tool exposed by this serverperformance_report — The performance_report tool exposed by this servercreate_account — The create_account tool exposed by this serverbulk_create_accounts — The bulk_create_accounts tool exposed by this serverupdate_account_status — The update_account_status tool exposed by this serverYou will need 2 environment variables: FIXPAYMENT_DB_HOST, FIXPAYMENT_UPLOAD_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Fixpayment MCP's toolset — ping, get_plan_info, get_account_summary and 10 more — is a fair guide to whether it matches your workflow. It is maintained by prmail; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Fixpayment MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| ping | ✓ |
| get_plan_info | ✓ |
| get_account_summary | ✓ |
| list_accounts_basic | ✓ |
| validate_account_payload | ✓ |
| accounts_report | The accounts_report tool exposed by this server. |
| payments_report | The payments_report tool exposed by this server. |
| settlements_report | The settlements_report tool exposed by this server. |
| performance_report | The performance_report tool exposed by this server. |
| create_account | The create_account tool exposed by this server. |
| bulk_create_accounts | The bulk_create_accounts tool exposed by this server. |
| update_account_status | The update_account_status tool exposed by this server. |
| add_account_document | The add_account_document tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| FIXPAYMENT_DB_HOST | Endpoint or connection string the server talks to. | Optional |
| FIXPAYMENT_UPLOAD_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.