{"openapi":"3.1.0","info":{"title":"SendGrid MCP Server","description":"SendGrid MCP 서버로 AI 에이전트에서 트랜잭션 이메일 발송, 템플릿 관리, 발송 통계 조회, 수신자 리스트 관리를 수행할 수 있습니다. 자연어로 이메일 캠페인을 설정하고 발송 결과를 분석하여 이메일 마케팅을 자동화합니다.","version":"1.0.0","x-fusepie-id":"mcp-sendgrid","x-fusepie-category":"payment","x-fusepie-provider":"Twilio"},"servers":[{"url":"npx -y sendgrid-mcp-server","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_sendgrid","summary":"SendGrid MCP Server","description":"SendGrid MCP 서버로 AI 에이전트에서 트랜잭션 이메일 발송, 템플릿 관리, 발송 통계 조회, 수신자 리스트 관리를 수행할 수 있습니다. 자연어로 이메일 캠페인을 설정하고 발송 결과를 분석하여 이메일 마케팅을 자동화합니다.","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":{"mcp-sendgrid":{"command":"npx","args":["-y","@fusepie/mcp-mcp-sendgrid"],"env":{"API_KEY":""}}}}}