给 AI 的接口

AI 与 Agent 直接读得到你

当红的 AI 助理与 Agent(Claude、ChatGPT、Cursor、Cline…)都能通过标准接口,直接查询并推荐 easy-gogo 上真实的人与服务。下面每一项都可以当场验证。

现场试问(真的打 /api/match)

三种接入方式(粘贴即用)

MCP

MCP(推荐,给 Agent):标准协议,任何支持 MCP 的客户端(Claude Desktop/Code、Cursor、Cline、Windsurf…)粘贴设定即连。

claude_desktop_config.json / mcp.json
{
  "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

REST API(给任何程序 / GPT Actions):一个 POST,用自然语言找人。

POST /api/match
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

llms.txt(给爬虫 / LLM):站点层导览,列出查询接口与提供者。

GET
https://www.easy-gogo.com/llms.txt

可用工具

search_providers

用自然語言需求找到最適合的人 / 服務(含理由與聯絡)。

query* · country · city · limit

get_provider

依 slug 取得單一提供者的完整資料。

slug*

使用案例

# 在 Claude / Cursor 裝上上面的 MCP 設定後

🧑 幫我找台北會做美甲的人

🤖 → search_providers({ query: "台北 美甲" })

← 薇森美學 / 美容 / 美甲 …(含聯絡方式,直接回答你)

想被 AI 找到?把你的价值加进来