Data Store · MCP
Connect with AI
Chat with a Data Store from Claude, Codex, ChatGPT, or Cursor.
https://dev.niftyimages.com/store_mcp
See it work
Ask in plain language—Store MCP turns it into tool calls against your list.
Three steps
Get a Store API Key
In the NiftyImages UI, create a key for one store
(store-…). Safest for demos.
Add the MCP server
In Claude, Codex, ChatGPT, or Cursor, add a remote MCP server:
- URL — the endpoint above
- Auth —
Authorization: Bearer <your key>
Never put the key in the URL.
Chat
Confirm tools load, then ask about your list—counts, updates, imports.
Get a Store API Key
Open a store in NiftyImages and copy its API key from the store details.
Store keys start with store- and only access that one list.
Codex
Configured in the Codex app—not the terminal. Go to Settings → Plugins → MCP → Add Server, then set name, URL, and a custom HTTP header.
store-mcp).
https://dev.niftyimages.com/store_mcp in the URL box.
Authorization,
value Bearer <your UI key>
(prefer a Store key). Do not put the key in the URL.
Claude Code
One command from the terminal. Replace the token with your UI API key.
claude mcp add --transport http store-mcp https://dev.niftyimages.com/store_mcp \
--header "Authorization: Bearer $YOUR_TOKEN"
store-mcp is only a local Claude Code label—rename it freely (e.g. nifty-store).
$YOUR_TOKEN for your real NiftyImages API key (prefer a Store key). Do not commit or share it.