Data Store · MCP

Connect with AI

Chat with a Data Store from Claude, Codex, ChatGPT, or Cursor.

MCP endpoint
https://dev.niftyimages.com/store_mcp

See it work

Ask in plain language—Store MCP turns it into tool calls against your list.

store_mcp · agent
connected · store_mcp · ready

Three steps

1

Get a Store API Key

In the NiftyImages UI, create a key for one store (store-…). Safest for demos.

2

Add the MCP server

In Claude, Codex, ChatGPT, or Cursor, add a remote MCP server:

  • URL — the endpoint above
  • AuthAuthorization: Bearer <your key>

Never put the key in the URL.

3

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.

NiftyImages store details showing a Store API Key that can be copied for MCP auth.
Store details → Store API Key
Prefer a Store key for demos
Safer than an account key—mistakes stay scoped to one store.
Treat it as a secret
Paste it only into your AI app’s Authorization header. Never put it in the URL.

Configured in the Codex app—not the terminal. Go to Settings → Plugins → MCP → Add Server, then set name, URL, and a custom HTTP header.

Codex Add Server: name field, URL field, and HTTP headers with key Authorization and value Bearer your API key.
Codex → Settings → Plugins → MCP → Add Server
Name
Any local label in the name box (e.g. store-mcp).
URL
Put https://dev.niftyimages.com/store_mcp in the URL box.
HTTP headers
Add a header row: key Authorization, value Bearer <your UI key> (prefer a Store key). Do not put the key in the URL.

One command from the terminal. Replace the token with your UI API key.

Terminal
claude mcp add --transport http store-mcp https://dev.niftyimages.com/store_mcp \
  --header "Authorization: Bearer $YOUR_TOKEN"
Name is yours to choose
store-mcp is only a local Claude Code label—rename it freely (e.g. nifty-store).
Replace the token
Swap $YOUR_TOKEN for your real NiftyImages API key (prefer a Store key). Do not commit or share it.

Try these

“What store can I use?”
“How many VIP guests are in California?”
“Update alice@example.com score to 100.”
“Import this CSV into the store.”