BulkRender-MCP
Enables payment processing for document generation via Stripe in the walk-in (ACP) flow, with no account required.
bulkrender-mcp
BulkRender MCP server. Generate DOCX and PDF documents from Claude, Cursor, Windsurf, Cline, and any other MCP-compatible AI assistant.
Quickstart
Sign up at bulkrender.com
Go to Settings, Integrations, AI Assistants (MCP)
Click Generate MCP URL — copy it immediately, shown once
Paste into your AI assistant (see below)
Related MCP server: AI Answer Copier
Connect your AI assistant
Claude.ai
Settings, Integrations, Add custom integration, paste your MCP URL.
Claude Desktop / Cursor / Windsurf / Cline
Add to your MCP config file:
{
"mcpServers": {
"bulkrender": {
"url": "YOUR_MCP_URL"
}
}
}Claude Code (CLI)
claude mcp add bulkrender --scope user -- npx mcp-remote YOUR_MCP_URLVerify:
claude mcp list
# bulkrender ✓ ConnectedTools
Authenticated tools (requires MCP URL)
Tool | Description | Credits |
| List all templates | 0 |
| Get template details and variable schema | 0 |
| Search templates by name or tag | 0 |
| Generate a single document (DOCX or PDF) | 1–2 |
| Generate documents for multiple records (up to 500) | 1–2 each |
| Poll batch job status and get download URLs | 0 |
| Check remaining credits | 0 |
| Get a fresh signed URL for an existing document | 0 |
| Estimate credit cost before generating | 0 |
| Create a reusable template from a DOCX URL | 0 |
| Submit feedback or a bug report | 0 |
Credit costs: DOCX = 1 credit, PDF = 2 credits.
Walk-in tools (no account required)
For agents acting on behalf of end users who have no BulkRender account. Pay per session via Stripe.
Tool | Description | Cost |
| List built-in templates (invoice, quote, contract, report, proposal) | Free |
| Create a checkout session and get a Stripe payment URL | — |
| Charge a Stripe payment method directly (developer path) | Min $1.00 |
| Poll session status, get download URLs when complete | Free |
Walk-in minimum charge: $1.00 (covers up to 10 DOCX or 5 PDF docs).
Public MCP URL (no account, walk-in tools only): https://mcp.bulkrender.com/mcp/acp
Usage examples
List templates:
"List my BulkRender templates"
Generate a document:
"Generate an invoice using the Invoice Template for Acme Corp, invoice #1234, dated 2025-01-15, amount $5,000"
Batch generation:
"Generate invoices for these 3 clients: Acme Corp ($5,000), Beta Inc ($3,200), Gamma LLC ($7,800)"
Troubleshooting
Problem | Solution |
Server not connecting | Regenerate your MCP URL from Settings, Integrations |
| Use |
Timeout on large batch | Batches over 10 records process async — poll |
| Rate limit hit — retry after a short pause |
Rate limits
Endpoint | Limit |
Document generation | 30 requests / minute per organisation |
Template reads, credits | 30 requests / minute per organisation |
generate_batch counts as one request regardless of record count.
Links
Migrating from the npm package
The standalone npm package (npx bulkrender-mcp with BULKRENDER_API_KEY) is no longer supported. Use the hosted MCP URL instead — no install, no env vars, just paste the URL from your dashboard.
If you have the old config:
{
"mcpServers": {
"bulkrender": {
"command": "npx",
"args": ["-y", "bulkrender-mcp"],
"env": { "BULKRENDER_API_KEY": "br_live_..." }
}
}
}Replace it with:
{
"mcpServers": {
"bulkrender": {
"url": "YOUR_MCP_URL"
}
}
}Get your MCP URL from Settings, Integrations, AI Assistants (MCP) in your BulkRender dashboard.
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
- AlicenseAquality-maintenanceAn MCP server that enables AI agents to instantly convert Markdown into beautiful, ready-to-deliver Word, PDF, HTML with sidebars, and Slideshow documents, bridging the "last mile" of AI content generation.7281
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that gives your AI assistant the power to convert Markdown into 14 professional document formats — PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG, and more. Stop copy-pasting. Let the AI do the exporting.333MIT
- AlicenseAqualityDmaintenanceMCP server for Word document (.docx) creation and manipulation — the production-grade document automation tool for AI agents.932MIT
- Flicense-qualityCmaintenanceMCP server enabling Claude Desktop to answer questions from local Word and PDF documents by searching a vector index built from their contents.
Related MCP Connectors
Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client.
Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/ayo-nci/bulkrender-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server