Generate DOCX and PDF documents from AI assistants using BulkRender templates.
Most payments and commerce work still happens through a UI a human drives. Bulkrender MCP server moves it into the conversation instead. Generate DOCX and PDF documents from AI assistants using BulkRender templates.
BulkRender MCP server. Generate DOCX and PDF documents from Claude, Cursor, Windsurf, Cline, and any other MCP-compatible AI assistant.
The server publishes 14 tools. What each one is for:
list_templates — List all templatesget_template — Get template details and variable schemasearch_templates — Search templates by name or taggenerate_document — Generate a single document (DOCX or PDF)generate_batch — Generate documents for multiple records (up to 500)get_batch_status — Poll batch job status and get download URLscheck_credits — Check remaining creditsrefresh_document_url — Get a fresh signed URL for an existing documentestimate_cost — Estimate credit cost before generatingcreate_template_from_docx — Create a reusable template from a DOCX URLsubmit_feedback — Submit feedback or a bug reportacp_list_public_templates — List built-in templates (invoice, quote, contract, report, proposal)Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: BULKRENDER_API_KEY, YOUR_MCP_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Bulkrender's toolset — list_templates, get_template, search_templates and 11 more — is a fair guide to whether it matches your workflow. It is maintained by ayo-nci; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list_templates | List all templates |
| get_template | Get template details and variable schema |
| search_templates | Search templates by name or tag |
| generate_document | Generate a single document (DOCX or PDF) |
| generate_batch | Generate documents for multiple records (up to 500) |
| get_batch_status | Poll batch job status and get download URLs |
| check_credits | Check remaining credits |
| refresh_document_url | Get a fresh signed URL for an existing document |
| estimate_cost | Estimate credit cost before generating |
| create_template_from_docx | Create a reusable template from a DOCX URL |
| submit_feedback | Submit feedback or a bug report |
| acp_list_public_templates | List built-in templates (invoice, quote, contract, report, proposal) |
| acp_create_session | Create a checkout session and get a Stripe payment URL |
| acp_pay_session | Charge a Stripe payment method directly (developer path) |
{
"mcpServers": {
"bulkrender": {
"url": "YOUR_MCP_URL"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| BULKRENDER_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_MCP_URL | Endpoint or connection string the server talks to. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.