Skip to main content
Glama

FixPayment MCP Server

A FastMCP server exposing a creditor-facing API for the FixPayment portal.
Connect any MCP-enabled AI assistant (e.g. Claude) to your FixPayment account to create accounts, update statuses, and run reports — all in plain English.

  • MCP server URL: http://fixpayment.org:8000

  • Docs: https://fixpayment.org/mcp/fixpayment-mcp.html

  • Support: support@fixpayment.org


Quick Start

# 1. Clone & install dependencies
pip install -r requirements.txt

# 2. Configure credentials
cp .env.example .env
# Edit .env and set FIXPAYMENT_DB_* variables

# 3. Run the server
python -m mcp.server
# or via FastMCP CLI:
fastmcp run mcp/server.py:mcp

Related MCP server: invoiceninja-mcp

Environment Variables

Variable

Description

Default

FIXPAYMENT_DB_HOST

PostgreSQL host

localhost

FIXPAYMENT_DB_PORT

PostgreSQL port

54432

FIXPAYMENT_DB_NAME

Database name

fixpayment_db

FIXPAYMENT_DB_USER

Database user

fixpayment_user

FIXPAYMENT_DB_PASS

Database password

(required)

FIXPAYMENT_UPLOAD_PATH

Upload root directory

/var/www/fixpayment/uploads/


Auth Model

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.


Plans & Tools

Tool

basic

reports

full

ping

get_plan_info

get_account_summary

list_accounts_basic

validate_account_payload

accounts_report

payments_report

settlements_report

performance_report

create_account

bulk_create_accounts

update_account_status

add_account_document


Project Structure

fixpayments/
├── mcp/
│   ├── __init__.py
│   ├── server.py          # FastMCP instance + entrypoint
│   ├── db.py              # DB connection helper
│   ├── auth.py            # API key validation
│   └── tools/
│       ├── __init__.py
│       ├── basic.py       # Basic plan tools (5 tools)
│       ├── reports.py     # Reports plan tools (4 tools)
│       └── accounts.py    # Full plan tools (4 tools)
├── docs/
│   └── fixpayment-mcp.html
├── .env.example
├── .gitignore
├── requirements.txt
└── README.md

Database Schema (required tables)

  • mcp_api_keysapi_key, creditor_id, plan, active, expires_at

  • fixpayment_accounts — accounts table

  • fixpayment_payments — payments table

  • fixpayment_settlements — settlements table

  • fixpayment_account_documents — document attachments

To request an API key or upgrade your plan, email support@fixpayment.org.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    -
    quality
    -
    maintenance
    A personal accounting MCP server that enables AI assistants to record and query financial transactions through natural language, supporting income/expense tracking, balance inquiry, and monthly summaries.
    Last updated
  • A
    license
    B
    quality
    F
    maintenance
    MCP server for Invoice Ninja v5 API. Enables AI assistants to manage clients, invoices, quotes, payments, and time tracking through natural language.
    Last updated
    32
    9
    2
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP server providing deterministic accounting tools for AI agents, including bank statement parsing, document classification, money math, and webhook verification.
    Last updated
    1
    Apache 2.0
  • F
    license
    -
    quality
    B
    maintenance
    A local MCP server that lets AI agents interact with the Adaptis (MEG) payment gateway, enabling payment link creation, transaction queries, refunds, and integration helpers like generating signed forms and verifying callbacks.
    Last updated

View all related MCP servers

Related MCP Connectors

  • MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

  • MCP Server for agents to onboard, pay, and provision services autonomously with InFlow

  • Hosted MCP server exposing US hospital procedure cost data to AI assistants

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/prmail/fixpayment_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server