{"openapi":"3.1.0","info":{"title":"SendGrid 이메일 API","description":"SendGrid API는 트랜잭션 이메일·마케팅 이메일 발송, 템플릿 관리, 발송 통계(열람률·클릭률), 바운스 처리를 제공합니다. 일 100건 무료 발송, 회원가입 확인, 비밀번호 재설정, 뉴스레터 등 이메일 자동화에 활용됩니다.","version":"1.0.0","x-fusepie-id":"sendgrid","x-fusepie-category":"communication","x-fusepie-provider":"Twilio"},"servers":[{"url":"https://api.sendgrid.com/v3","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_sendgrid","summary":"SendGrid 이메일 API","description":"SendGrid API는 트랜잭션 이메일·마케팅 이메일 발송, 템플릿 관리, 발송 통계(열람률·클릭률), 바운스 처리를 제공합니다. 일 100건 무료 발송, 회원가입 확인, 비밀번호 재설정, 뉴스레터 등 이메일 자동화에 활용됩니다.","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":"Get your API key from: https://signup.sendgrid.com/"}}},"x-mcp-config":{"mcpServers":{"sendgrid":{"command":"npx","args":["-y","@fusepie/mcp-sendgrid"],"env":{"API_KEY":""}}}}}