FixPayment
FixPayment MCP for Creditors
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: [email protected]
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
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_keys—api_key,creditor_id,plan,active,expires_atfixpayment_accounts— accounts tablefixpayment_payments— payments tablefixpayment_settlements— settlements tablefixpayment_account_documents— document attachments
To request an API key or upgrade your plan, email [email protected].
संबंधित सर्वर
Omics AI MCP Server
Interact with Omics AI Explorer networks for genomics research and data analysis.
FHIR MCP Server
FHIR MCP Server – helping you expose any FHIR Server or API as a MCP Server.
prediction-market-mcp
A simple MCP server that grabs prediction market data from polymarket, PredictIt, & Kalshi.
Superlines MCP server
Analyze and optimize for AI search (AIO)
AgentAuth
Auth0, but for agents. Identity and authentication service for AI agents.
创思大模型安全 MCP
A content security protection system for large language models, providing real-time risk identification and interception to ensure safe and compliant applications.
Unreal Engine
Let AI agents see, build, test, and edit inside Unreal Engine 5.7 — including Blueprints, which are normally opaque binary assets.
FPL MCP Server
MCP server for Fantasy Premier League analysis and strategy. This server provides AI assistants with powerful tools, resources, and prompts to help you dominate your FPL mini-leagues with data-driven insights
D&D MCP Server
A server for managing Dungeons & Dragons campaigns, storing all data in local JSON files.
ChatSpatial
MCP server for spatial transcriptomics analysis with 60+ integrated methods