RTCF
About
Prompt improver MCP server (hosted). Turns rough requests into sharp Role/Task/Context/Format prompts. Thai + English.
Details
- Author
- hengkp
- Downloads
- 332
- Categories
- Productivity, Remote MCP
Jump to
- Website: https://rtcf.happlen.com
- Setup guide: https://rtcf.happlen.com/docs
- By Happlen
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
RTCFCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Follow the repository README to install the server and add its MCP configuration to your client.
improve_prompt
Rewrite a rough prompt into a sharper, ready-to-use prompt structured as Role, Task, Context, Format (RTCF). Returns the improved prompt plus its four parts. Use this before answering when the user's request is vague, or when the user asks to improve a prompt.
build_prompt
Compose a ready-to-use prompt from explicit Role, Task, Context, and Format parts. Use when the user already knows the pieces and wants them woven into one clean prompt.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"rtcf": {
"rtcf": {
"type": "streamable-http",
"url": "https://rtcf.happlen.com/api/mcp"
}
}
}
}
McpServers
{
"rtcf": {
"type": "streamable-http",
"url": "https://rtcf.happlen.com/api/mcp"
}
}
RTCF — Prompt Improver (Remote MCP Server)
Turn rough requests into sharp, structured prompts, right inside Claude, ChatGPT, or any MCP client.
RTCF rewrites a messy request into the four parts every strong prompt needs: Role, Task, Context, Format. Works in Thai and English. Free tier included (5 credits/day, no sign-up).
- Website: https://rtcf.happlen.com
- Setup guide: https://rtcf.happlen.com/docs
- By Happlen
Endpoint
This is a hosted (remote) MCP server. No installation, no OAuth setup:
https://rtcf.happlen.com/api/mcp
Transport: Streamable HTTP. On a paid plan, append your key: https://rtcf.happlen.com/api/mcp?key=rk_live_...
Tools
| Tool | What it does | Cost |
|---|---|---|
| improve_prompt | Rewrites a rough request into the RTCF structure and returns a ready-to-use improved prompt | 1+ credit |
| build_prompt | Weaves existing Role/Task/Context/Format parts into one clean prompt | Free |
Quick setup
Claude (web / desktop / mobile)
1. Settings -> Connectors -> Add custom connector
2. Paste https://rtcf.happlen.com/api/mcp (leave OAuth fields empty)
3. In a chat, enable the connector and say: "Improve this prompt with RTCF, then answer it."
ChatGPT (paid plans, Developer mode)
1. Settings -> Apps -> Advanced -> enable Developer mode
2. Add a custom connector with the same URL
3. Ask ChatGPT to use RTCF
Claude Code
claude mcp add --transport http rtcf https://rtcf.happlen.com/api/mcp
REST API
curl -X POST https://rtcf.happlen.com/api/v1/convert \
-H "Authorization: Bearer rk_live_..." \
-H "Content-Type: application/json" \
-d '{"prompt": "help me write an email to my professor"}'
Full API docs: https://rtcf.happlen.com/docs
ภาษาไทย
RTCF คือผู้ช่วยปรับพรอมต์สำหรับคนที่ใช้ AI แล้วไม่รู้จะพิมพ์อะไรดี วางคำขอคร่าว ๆ แล้วรับพรอมต์โครงสร้าง Role, Task, Context, Format กลับไปใช้ได้ทันที ใช้ฟรีวันละ 5 เครดิต ไม่ต้องสมัครสมาชิก ใช้ได้ทั้งบนเว็บ ใน Claude และ ChatGPT ผ่านลิงก์ MCP ด้านบน
---
Questions: hello@happlen.com
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


