Connect your AI tools directly to the FixPayment creditor portal. Create accounts, update statuses, and run reports with your live FixPayment data.
Docs: https://fixpayment.org/mcp/fixpayment-mcp.html · MCP server: https://fixpayment.org:8000
Built on FixPayment’s production payment resolution portal used daily by creditors to recover unpaid invoices.
fixpayment-cred-portal
Standard MCP (stdio or HTTP) using fastmcp in Python.
https://fixpayment.org:8000 (your workspace or tooling may use this URL when adding a custom MCP server).
Every tool takes an api_key argument. That key maps to a creditor_id and a plan in our database.
You can connect this server to any MCP-enabled AI assistant (for example Claude, or other tools that support custom MCP servers). Once connected, your assistant can call tools like create_account or accounts_report directly against your FixPayment data.
Claude turns these into MCP tool calls like create_account, accounts_report, and update_account_status against your FixPayment data.
Your MCP client sends simple JSON calls (tool name + arguments). You don’t have to hand‑craft them—once configured, the assistant does it for you.
Two simple tiers. Every call requires an API key.
ping – connectivity and plan check.get_plan_info – see which tools this key can use.get_account_summary – status/type/balance for a single account.list_accounts_basic – paginated list of accounts (no PII).validate_account_payload – dry-run validation for creating accounts.fp_risk_score – illustrative samples only (Yellow Corporation or Rite Aid). Free, not metered.get_fp_risk_score_usage – read your running totals (all zeros on basic).Wire up an AI assistant, preview the response schemas, and demo FP Risk Score — all at no cost.
fp_risk_score – live reports on any business. Metered at $5.00 per successful call.accounts_report, payments_report, settlements_report, performance_report – same numbers as your creditor "Reports" page.create_account, bulk_create_accounts, update_account_status, add_account_document – write into your creditor portal from your AI assistant.No subscription. Your unbilled FP Risk Score balance is invoiced on your regular cycle.
On the API plan, fp_risk_score runs a live 0-100 risk analysis on any submitted
business name and address. Pay-as-you-go, no monthly minimum.
fixpayment_risk_score_usage and added to your unbilled balance.fp_risk_score with mode="sample" to get an illustrative fixture (Yellow Corporation or Rite Aid) without a charge.get_fp_risk_score_usage at any time to see lifetime calls, unbilled count, and unbilled balance.
Basic-plan keys can try fp_risk_score too, but always receive an illustrative sample — never a live, charged report.
https://fixpayment.org:8000 (HTTPS) or your internal endpoint in the tool’s custom MCP server settings.
FixPayment’s MCP server is designed so that:
api_key.creditor_id.basic (free, samples + read-only) and api (paid PAYG, live reports + account writes).fp_risk_score is metered per successful live call on the api plan; basic-plan keys always receive a free sample.If an AI agent calls a tool above its plan, the server responds with a clear "plan required" error. Live FP Risk Score calls are metered for billing.