Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.hengkp/rtcf

io.github.hengkp/rtcf

Turns rough requests into sharp Role/Task/Context/Format prompts. Thai and English.

Uptime
100.0%
1 direct probes · 30d
Response
780ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
2
available

Tools · 3

improve_prompt

Rewrite a rough prompt into a sharper, ready-to-use prompt structured as Role, Task, Context, Format (RTCF). Returns the improved prompt, its four parts, a short list of clarifying questions worth ask…

improve_followup

Write the user's NEXT message for an AI conversation that is already in progress (a follow-up). Use when the user wants to refine, deepen, or continue earlier work in this conversation. Do NOT use it …

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.

Prompts · 2

rtcf-next

Continue an ongoing conversation well: turn your rough next ask into a sharp follow-up message (no RTCF restart).

rtcf

Improve a rough prompt with RTCF (Role, Task, Context, Format), then answer it. Paste your rough request.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.hengkp/rtcf": {
      "url": "https://rtcf.happlen.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}