Back to Home
Andrewwilliamross icon

respring-content-mcp

by Andrewwilliamross

Overview

Generates branded marketing materials like pitch decks, one-pagers, and social media infographics on demand.

Installation

Run Command
node dist/index.js

Environment Variables

  • RESPRING_OUTPUT_DIR
  • NEXT_PUBLIC_APP_URL

Security Notes

The server explicitly disables HTML escaping for Mustache templates (`Mustache.escape = (text: string) => text;`). This means any content provided to the `generate_one_pager` or `generate_infographic` tools, if it contains malicious HTML or JavaScript, will be rendered directly without sanitization. If the content input is not strictly controlled and sanitized by the caller (e.g., an LLM generating arbitrary text for template fields), this creates a severe Cross-Site Scripting (XSS) or HTML injection vulnerability. Output paths for generated files (`RESPRING_OUTPUT_DIR`) are controlled, mitigating arbitrary file system writes. No 'eval' or direct command injection patterns were found in the server's core logic.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens150
Stars0
Forks0
Last Update2026-01-19

Tags

Content GenerationMarketing AutomationBrandingPresentationsInfographics