Give Claude controlled access to internal services without exposing secrets
何時使用: You want Claude to call internal systems (CRM, payment, etc.) without putting credentials in the model context.
前置條件
- Server/skill installed and authenticated — See repo README
步驟
-
Build a YepCode process(in YepCode UI) Write a process
refund-orderthat calls your payment provider. Store the API key in YepCode secrets.✓ 已複製→ Process available in MCP -
Call from ClaudeRefund order #12345 with reason 'damaged in shipping'.✓ 已複製→ YepCode executes refund-order; Claude reports success/failure
結果: Claude gets a typed, auditable interface to your internal systems — no secrets in chat.
注意事項
- Every YepCode call costs execution minutes — Every YepCode call costs execution minutes — keep processes idempotent so retries are safe.