RemittanceAdviceGen
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RemittanceAdviceGenGenerate a remittance advice PDF with 5 invoices and include adjustments."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Business Automation MCP Servers
Multi-tool MCP server repository for business automation using FastMCP and Python.
Overview
This repository contains multiple MCP servers for business process automation:
1. RemittanceAdviceGen Server
Generates realistic remittance advice PDFs for testing purposes with configurable templates and comprehensive payment details.
Features:
Generate single or batch remittance PDFs
Realistic test data with suppliers, invoices, and payments
Support for payment adjustments (surcharges, credits, discounts, fees)
Configurable invoice line items
Multiple page sizes (Letter, A4)
Professional PDF formatting
2. APPaymentAnalyser Server (Coming Soon)
Tools for analyzing accounts payable payments, GL posting status, and payment analytics.
Related MCP server: rendoc
Installation
# Clone repository
git clone <repo-url>
cd CustomMCPServer
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -e ".[dev]"Usage
Running RemittanceAdviceGen Server
# STDIO mode (for Claude Desktop integration)
python -m src.remittance_server.server
# HTTP mode (for network access)
fastmcp run src/remittance_server/server.py --transport http --port 8000Available Tools
generate_remittance_pdf
Generate a single remittance advice PDF with realistic test data.
{
"invoice_count": 3,
"include_line_items": true,
"page_size": "LETTER",
"include_adjustments": true
}batch_generate_pdfs
Generate multiple remittance PDFs in batch.
{
"count": 10,
"invoices_per_remittance": 3,
"include_line_items": true
}list_templates
List available remittance templates.
get_server_info
Get server information and statistics.
Configuration
Create a .env file in the project root:
DEBUG=false
SERVER_PORT=8000
DEFAULT_PAGE_SIZE=LETTER
DEFAULT_TEMPLATE=standard
INCLUDE_LINE_ITEMS=trueProject Structure
CustomMCPServer/
├── src/
│ ├── common/ # Shared utilities
│ │ ├── models.py # Pydantic models
│ │ ├── database.py # Database utilities
│ │ ├── config.py # Configuration
│ │ └── test_data.py # Test data generation
│ ├── remittance_server/ # Remittance advice server
│ │ ├── server.py # FastMCP server
│ │ └── pdf_generator.py # PDF generation engine
│ └── payment_analyser/ # Payment analyser server (coming soon)
├── tests/ # Test suite
├── templates/ # PDF templates
├── output/ # Generated PDFs
├── data/ # Database files
├── pyproject.toml # Dependencies
└── README.mdTesting
# Run all tests
pytest
# Run with coverage
pytest --cov=src
# Run specific test file
pytest tests/test_remittance_server.pyClaude Desktop Integration
Add to your Claude Desktop config:
{
"mcpServers": {
"remittance-advice": {
"command": "python",
"args": ["-m", "src.remittance_server.server"],
"cwd": "/path/to/CustomMCPServer"
}
}
}Development
Adding New Servers
Create new directory under
src/Implement FastMCP server with tools
Use shared models from
src/common/Add tests in
tests/Update documentation
Data Models
All servers share common Pydantic models in src/common/models.py:
PaymentDetail: Payment information with adjustments
Invoice: Invoice details with line items
Supplier: Vendor information
Company: Paying company information
RemittanceAdvice: Complete remittance document
License
MIT License - See LICENSE file for details.
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceEnables the generation of professional PDF invoices and their distribution via email using customizable templates. It allows users to create, manage, and send invoices with standard business fields like tax rates and line items through natural language.Last updated3272MIT
- AlicenseAqualityCmaintenanceGenerate professional PDFs from Claude, Cursor, and other AI tools. Create invoices, contracts, reports, and certificates from templates or inline HTML markup.Last updated7801MIT

Dokmatiq DocGenofficial
AlicenseAqualityBmaintenancePDF/DOCX/Excel generation from HTML/Markdown with stationery overlay, ZUGFeRD/XRechnung e-invoicing, digital signing, form filling, and AI receipt OCR with DATEV/SKR03 export.Last updated40MIT
mcp-server-pdfnoodleofficial
Alicense-qualityDmaintenanceEnables AI assistants to generate PDF documents from templates or raw HTML using natural language, with tools for template creation, PDF generation, and utility operations.Last updated101MIT
Related MCP Connectors
Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.
Free demand-letter PDF generator for unpaid invoices, 80+ jurisdictions, 29 languages.
Generate PDF reports from ReportFlow templates via Claude and other AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/gsrinivasan-centime/CustomMCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server