Back to Home
InboundCPH icon

architect-mcp

Verified Safe

by InboundCPH

Overview

An autonomous Presentation Architect MCP server for Google Slides, managing a digital twin of presentations, generating styled charts via QuickChart.io, and automating slide updates.

Installation

Run Command
python mcp_http.py

Environment Variables

  • GOOGLE_CREDENTIALS_BASE64
  • GOOGLE_CREDENTIALS_JSON
  • PROJECTS_ROOT
  • PORT
  • HOST
  • MCP_TRANSPORT
  • DEFAULT_PROJECT

Security Notes

The codebase demonstrates good security practices: uses parameterized SQL queries to prevent injection, handles Google API credentials via environment variables or file (not hardcoded), and makes external network requests using 'requests' with timeouts. No 'eval' or obfuscation is present. JSON parsing for configuration values is handled by the standard library's 'json.loads', which is safe, though any future interpretation of these parsed structures could introduce risks if not carefully managed.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-11-28

Tags

Google Slides AutomationChart GenerationState-AwareSQLitePresentation Management