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.