AI를 위한 인터페이스
인기 AI 어시스턴트와 에이전트(Claude, ChatGPT, Cursor, Cline…)가 표준 인터페이스로 easy-gogo의 실제 사람과 서비스를 바로 검색·추천할 수 있습니다. 아래 항목은 모두 즉석에서 검증 가능합니다.
MCP (권장, 에이전트용): 표준 프로토콜 — MCP 지원 클라이언트(Claude Desktop/Code, Cursor, Cline, Windsurf…)는 설정만 붙이면 연결.
{
"mcpServers": {
"easy-gogo": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://www.easy-gogo.com/api/mcp"]
}
}
}直接 HTTP 端點:https://www.easy-gogo.com/api/mcp · Streamable HTTP · JSON-RPC 2.0(initialize / tools/list / tools/call)
REST API (모든 프로그램 / GPT Actions용): 자연어로 사람을 찾는 POST 한 번.
curl -X POST https://www.easy-gogo.com/api/match \
-H "Content-Type: application/json" \
-d '{"query":"會做品牌網站又懂 SEO 的設計師","limit":5}'ChatGPT:用此端點在 Custom GPT 建一個 Action 即可。
llms.txt (크롤러 / LLM용): 쿼리 인터페이스와 제공자를 담은 사이트 안내.
https://www.easy-gogo.com/llms.txtsearch_providers用自然語言需求找到最適合的人 / 服務(含理由與聯絡)。
query* · country · city · limit
get_provider依 slug 取得單一提供者的完整資料。
slug*
# 在 Claude / Cursor 裝上上面的 MCP 設定後
🧑 幫我找台北會做美甲的人
🤖 → search_providers({ query: "台北 美甲" })
← 薇森美學 / 美容 / 美甲 …(含聯絡方式,直接回答你)