Sleeek MCP Server - Production Ready
@ShhhShaq
About Sleeek MCP Server - Production Ready
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Sleeek MCP Server - Production Ready?
This MCP server provides context-aware photo assessment for SleeekApp, enabling progressive feedback, angle change detection, and constraint learning across photo attempts. It is designed for developers integrating intelligent photo review into iOS applications.
How to use Sleeek MCP Server - Production Ready?
Deploy to Railway or run locally. Set the OPENAI_API_KEY environment variable. For iOS integration, update the bridge URL in MCPClient.swift to point to your deployed server. Send POST requests to /assess with image data, room type, shoot ID, and current angle.
Key features of Sleeek MCP Server - Production Ready
- Context memory across assessment attempts
- Angle change detection (>30° triggers context reset)
- Progressive acceptance (3 attempts maximum)
- Constraint learning and feedback refinement
- Future agentic capabilities (multi‑step planning, cross‑room optimization)
Use cases of Sleeek MCP Server - Production Ready
- Improve room photo composition with progressive, non‑repetitive feedback
- Automatically detect and handle camera angle changes for fresh assessments
- Integrate context‑aware photo review into the SleeekApp iOS client
- Build a foundation for multi‑step, personalized style adaptation
FAQ from Sleeek MCP Server - Production Ready
How do I deploy this server?
Push the code to a GitHub repository, then create a new Railway project from that repo. Add the OPENAI_API_KEY environment variable in Railway and deploy. Railway provides a public URL.
What does the /assess endpoint expect?
It expects a JSON body with imageBase64 (base64‑encoded image), roomType, shootId, and currentAngle (pitch, yaw, roll). It returns feedback, attempt number, score, and acceptability.
How does the server handle angle changes?
If the camera moves more than 30° from the previous assessment, the server detects that change and resets its context, starting a fresh evaluation from the new angle.
What is progressive acceptance?
The server allows up to 3 assessment attempts per context. After the third attempt, it will accept the photo regardless of score, preventing endless feedback loops.
What are the planned future capabilities?
The architecture supports multi‑step planning, cross‑room optimization, learning from all users, personalized style adaptation, and integration with other tools.
Frequently asked questions
How do I deploy this server?
Push the code to a GitHub repository, then create a new Railway project from that repo. Add the `OPENAI_API_KEY` environment variable in Railway and deploy. Railway provides a public URL.
What does the /assess endpoint expect?
It expects a JSON body with `imageBase64` (base64‑encoded image), `roomType`, `shootId`, and `currentAngle` (pitch, yaw, roll). It returns feedback, attempt number, score, and acceptability.
How does the server handle angle changes?
If the camera moves more than 30° from the previous assessment, the server detects that change and resets its context, starting a fresh evaluation from the new angle.
What is progressive acceptance?
The server allows up to 3 assessment attempts per context. After the third attempt, it will accept the photo regardless of score, preventing endless feedback loops.
What are the planned future capabilities?
The architecture supports multi‑step planning, cross‑room optimization, learning from all users, personalized style adaptation, and integration with other tools.
Basic information
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcoco不止于 CSS
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments