Turn HTML or templates into branded invoice & document PDFs from your agent. One call, no install.
claude mcp add render --transport http https://pdfinvoiceapi.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"render": {
"url": "https://pdfinvoiceapi.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"render": {
"serverUrl": "https://pdfinvoiceapi.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"render": {
"type": "http",
"url": "https://pdfinvoiceapi.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"render": {
"url": "https://pdfinvoiceapi.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"render": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pdfinvoiceapi.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://pdfinvoiceapi.com/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/com.pdfinvoiceapi--render/reviews or the review_server meta-tool.
POST /mcp