{
  "markdown": "# RTCF — Prompt Improver (Remote MCP Server)\n\nTurn rough requests into sharp, structured prompts, right inside Claude, ChatGPT, or any MCP client.\n\nRTCF 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).\n\n- Website: https://rtcf.happlen.com\n- Setup guide: https://rtcf.happlen.com/docs\n- By [Happlen](https://happlen.com)\n\n## Endpoint\n\nThis is a hosted (remote) MCP server. No installation, no OAuth setup:\n\n```\nhttps://rtcf.happlen.com/api/mcp\n```\n\nTransport: Streamable HTTP. On a paid plan, append your key: `https://rtcf.happlen.com/api/mcp?key=rk_live_...`\n\n## Tools\n\n| Tool | What it does | Cost |\n|---|---|---|\n| `improve_prompt` | Rewrites a rough request into the RTCF structure and returns a ready-to-use improved prompt | 1+ credit |\n| `build_prompt` | Weaves existing Role/Task/Context/Format parts into one clean prompt | Free |\n\n## Quick setup\n\n**Claude (web / desktop / mobile)**\n1. Settings -> Connectors -> Add custom connector\n2. Paste `https://rtcf.happlen.com/api/mcp` (leave OAuth fields empty)\n3. In a chat, enable the connector and say: \"Improve this prompt with RTCF, then answer it.\"\n\n**ChatGPT (paid plans, Developer mode)**\n1. Settings -> Apps -> Advanced -> enable Developer mode\n2. Add a custom connector with the same URL\n3. Ask ChatGPT to use RTCF\n\n**Claude Code**\n```bash\nclaude mcp add --transport http rtcf https://rtcf.happlen.com/api/mcp\n```\n\n## REST API\n\n```bash\ncurl -X POST https://rtcf.happlen.com/api/v1/convert \\\n  -H \"Authorization: Bearer rk_live_...\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"prompt\": \"help me write an email to my professor\"}'\n```\n\nFull API docs: https://rtcf.happlen.com/docs\n\n## ภาษาไทย\n\nRTCF คือผู้ช่วยปรับพรอมต์สำหรับคนที่ใช้ AI แล้วไม่รู้จะพิมพ์อะไรดี วางคำขอคร่าว ๆ แล้วรับพรอมต์โครงสร้าง Role, Task, Context, Format กลับไปใช้ได้ทันที ใช้ฟรีวันละ 5 เครดิต ไม่ต้องสมัครสมาชิก ใช้ได้ทั้งบนเว็บ ใน Claude และ ChatGPT ผ่านลิงก์ MCP ด้านบน\n\n---\n\nQuestions: hello@happlen.com\n",
  "bytes": 2076,
  "sha": "3b84fa34f6f6e0d4a1ff8f45033f86485c67b33b52838ea19340d91246063ab8",
  "repo_slug": "hengkp/rtcf-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_hengkp_rtcf_05e605d1/readme"
}