NiftyImages MCP integration for AI agents.
Connect AI agents to NiftyImages through 9 structured actions, including get image, get image stats, and get widget stats. Review authentication, inputs, wor…
- ACTION CONTRACTS
- 9
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the NiftyImages integration exposes
The NiftyImages Agent App exposes 9 provider-backed actions for design & media and marketing work. Its current contract lets an authorized agent get details for a niftyimages personalized image or countdown timer by its url, get aggregated niftyimages image statistics for an optional iso 8601 date range, and get aggregated niftyimages user, image, and impression statistics grouped by widget. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected NiftyImages account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real NiftyImages capabilities.
Showing 9 of 9 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_imageREADGet details for a NiftyImages personalized image or countdown timer by its URL.
INPUTS: url
get_image_statsREADGet aggregated NiftyImages image statistics for an optional ISO 8601 date range.
INPUTS: startDate / endDate
get_widget_statsREADGet aggregated NiftyImages user, image, and impression statistics grouped by widget.
INPUTS: startDate / endDate
get_widget_user_statsREADGet image and impression statistics for one NiftyImages widget user during an optional date range.
INPUTS: widgetKey / user / startDate / endDate
list_imagesREADPage through images in the connected NiftyImages account.
INPUTS: pageSize / pageNumber
list_widget_imagesREADList images created or viewed through a NiftyImages widget during an optional date range.
INPUTS: widgetKey / startDate / endDate
list_widget_user_imagesREADList images created or viewed by one NiftyImages widget user during an optional date range.
INPUTS: widgetKey / user / startDate / endDate
list_widget_usersREADList users who created images or accumulated impressions through a NiftyImages widget.
INPUTS: widgetKey / startDate / endDate
list_widgetsREADList active widgets in the connected NiftyImages account.
INPUT CONTRACTS
Know what the action needs before it runs.
get_image
urlREQUIRED- The NiftyImages image URL to look up.
get_image_stats
startDateOPTIONAL- The inclusive start of the statistics range as an ISO 8601 date or date-time. NiftyImages defaults to 30 days ago.
endDateOPTIONAL- The inclusive end of the statistics range as an ISO 8601 date or date-time. NiftyImages defaults to today.
get_widget_stats
startDateOPTIONAL- The inclusive start of the statistics range as an ISO 8601 date or date-time. NiftyImages defaults to 30 days ago.
endDateOPTIONAL- The inclusive end of the statistics range as an ISO 8601 date or date-time. NiftyImages defaults to today.
get_widget_user_stats
widgetKeyREQUIRED- The key of the NiftyImages widget.
userREQUIRED- The widget user name or identifier. The connector URL-encodes this path value.
startDateOPTIONAL- The inclusive start of the statistics range as an ISO 8601 date or date-time. NiftyImages defaults to 30 days ago.
endDateOPTIONAL- The inclusive end of the statistics range as an ISO 8601 date or date-time. NiftyImages defaults to today.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Image
Get details for a NiftyImages personalized image or countdown timer by its URL. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_imageVerify with Get Image Stats
Get aggregated NiftyImages image statistics for an optional ISO 8601 date range. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_image_statsSAFETY BOUNDARY
Operate NiftyImages with explicit limits
- Authorize NiftyImages with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned NiftyImages data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in NiftyImages rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the NiftyImages task completed successfully.
CONNECTION MODEL
API key
NiftyImages API key sent in the ApiKey header. After signing in at https://ux.niftyimages.com, open Settings and select My API Keys to create or view a key. API reference: https://api.niftyimages.com/images
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 9
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by NiftyImages.