# Niftyimages — MCP server on mcp.ai > Connect your Niftyimages account and use 9 tools for marketing automation straight from your AI agent. Connect with your own API key. Allowing marketers to create dynamic and personalized content for your email campaigns. By: mcp.ai · official Page: https://mcp.ai/niftyimages ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_niftyimages?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/niftyimages/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/niftyimages/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/niftyimages/skill.md Postman collection (v2.1): https://mcp.ai/niftyimages/postman.json ## Tools - niftyimages_get_images_stats() — Tool to get aggregated stats for all images. Use when you need to retrieve statistical data and performance metrics for all images in the account. - niftyimages_get_widget_user_images(user: string, widget_key: string) — Tool to list widget images for a specific user. Use when you need to retrieve all images associated with a particular user and widget combination. - niftyimages_get_widget_user_stats(user: string, widget_key: string) — Tool to get aggregated stats for a specific user on a widget. Use when you need to retrieve performance metrics for a particular user's interaction with a widget. - niftyimages_list_images(page?: integer, page_size?: integer) — Tool to page through images in your NiftyImages account. Use when you need to retrieve a list of all available images. - niftyimages_list_maps() — Tool to retrieve all maps in your NiftyImages account. Use when you need to view all available maps for geo-targeting or location-based email content. - niftyimages_list_widget_images(end_date?: string, start_date?: string, widget_key: string) — Tool to list widget images for a time frame. Use when you need to retrieve images generated by a specific widget within an optional date range. - niftyimages_list_widget_stats(endDate?: string, startDate?: string) — Tool to retrieve widget statistics for a specified time frame from NiftyImages. Use when you need to view performance metrics such as impressions and clicks for your widgets. - niftyimages_list_widget_users(endDate?: string, startDate?: string, widgetKey: string) — Tool to list widget users for a specified time frame from NiftyImages. Use when you need to retrieve users who interacted with a specific widget during a date range. - niftyimages_list_widgets() — Tool to list all widgets in your NiftyImages account. Use when you need to retrieve all available widgets. ## Example prompts - "What can I do in Niftyimages?" - "Show me a summary of my Niftyimages account" ## Links Docs: https://mcp.ai/docs/mcps/niftyimages Website: https://mcp.ai/mcps/niftyimages