AIception Interactive MCP connector
AIception Interactive is an image recognition and analysis platform that provides visual AI capabilities through a task-based API. The AIception Interactive MCP connector allows AI agents to analyze images for adult content, detect objects and faces, estimate age from photos, and apply artistic styles to images. It also supports retrieving the status and results of all submitted analysis tasks.
Authentication type
- Basic Auth - Requires a username and password to be configured for the agent to access the service.
Uses
Use the AIception Interactive MCP connector to perform the following actions:
- Detect adult content in user-generated images to enforce community guidelines
- Identify objects in product photos to auto-tag inventory and improve searchability
- Recognize faces in images to verify identity during onboarding workflows
- Estimate customer age from photos to segment audiences by demographic
- Transform product images into branded artistic styles for marketing campaigns
- Screen uploaded images for compliance and content policy violations
- Automate visual content moderation across customer portals and submissions
Example prompts
Use the following example prompts to invoke AIception Interactive MCP connector tools from your AI assistant or Boomi Connect workflow:
Check if this product photo contains any adult content in AIception Interactive.Show me all faces detected in the uploaded customer images using AIception Interactive.Transform these product photos into a watercolor style using AIception Interactive.Scan the user profile picture and estimate their age in AIception Interactive.Identify what objects appear in this warehouse inventory photo in AIception Interactive.Flag any inappropriate content in the batch of submitted images through AIception Interactive.Create an artistic version of our logo in a vintage style using AIception Interactive.Extract all face locations from the event photos in AIception Interactive.Tell me what product category this image belongs to in AIception Interactive.Run content moderation on all new customer uploads in AIception Interactive.
AIception Interactive MCP connector tools
The AIception Interactive MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| createAdultContent | Initiates a task to analyze whether an image contains nudity or sexually explicit content. |
| getAdultContent | Retrieves the results of a previously submitted adult content analysis task. |
| createArtisticImage | Initiates a task to transform an image into an artistic style based on a reference style. |
| getArtisticImage | Retrieves the results of a previously submitted artistic image transformation task. |
| createDetectObject | Initiates a task to identify and classify objects present in an image. |
| getDetectObject | Retrieves the results of a previously submitted object detection task. |
| createFace | Initiates a task to locate and identify all faces appearing in an image. |
| getFace | Retrieves the results of a previously submitted face detection task. |
| createFaceAge | Initiates a task to estimate the age of people visible in an image. |
| getFaceAge | Retrieves the results of a previously submitted face age estimation task. |