{"openapi":"3.1.0","info":{"title":"Vault CLI (HashiCorp)","description":"HashiCorp Vault CLI로 시크릿, 암호화 키, 토큰을 안전하게 저장·관리·액세스합니다. vault kv put/get으로 시크릿을 읽고 쓰며, 동적 시크릿 생성, PKI 인증서 관리, 데이터 암호화 등 보안 인프라를 운영합니다.","version":"1.0.0","x-fusepie-id":"cli-vault","x-fusepie-category":"auth","x-fusepie-provider":"HashiCorp"},"servers":[{"url":"brew install vault","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_cli_vault","summary":"Vault CLI (HashiCorp)","description":"HashiCorp Vault CLI로 시크릿, 암호화 키, 토큰을 안전하게 저장·관리·액세스합니다. vault kv put/get으로 시크릿을 읽고 쓰며, 동적 시크릿 생성, PKI 인증서 관리, 데이터 암호화 등 보안 인프라를 운영합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"cli-vault":{"command":"npx","args":["-y","@fusepie/mcp-cli-vault"],"env":{"API_KEY":""}}}}}