Back to Home
Jocko-Fuel icon

mcp-jocko

Verified Safe

by Jocko-Fuel

Overview

Universal MCP server to expose Claude-powered AI tools, primarily for image generation, to non-technical users via Claude Desktop.

Installation

Run Command
uv run python -m scripts.server

Environment Variables

  • GEMINI_API_KEY
  • SHOPIFY_ACCESS_TOKEN
  • SHOPIFY_STORE_URL
  • ENABLE_WRITE_ACCESS

Security Notes

The project follows good security practices, retrieving API keys and sensitive configuration via environment variables (os.getenv) rather than hardcoding. It uses standard, well-vetted libraries (httpx, google-generativeai) for external API calls. Secrets are explicitly stated to be managed in FastMCP Cloud or GCP Secret Manager, not in the codebase. No 'eval' or other easily exploitable patterns were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-12-13

Tags

AI AssistantImage GenerationE-commerceClaude DesktopTool Integration