> For the complete documentation index, see [llms.txt](https://docs.nifty.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nifty.ai/mcp-server/mcp-server.md).

# Connect via MCP (Beta)

{% hint style="warning" %}
This feature is in **beta** and available on a request basis. To request access, email <mcp@nifty.ai>.
{% endhint %}

You can connect your Nifty account to [Claude](https://claude.ai), Anthropic's AI assistant, and ask it questions about your inventory, orders, and sales in plain English. Claude will pull answers directly from your account data.

For example, you can ask things like:

* "How many items do I have listed on Poshmark?"
* "Show me my sales for the last 30 days"
* "What's my profit and loss for May?"
* "Find my inventory items with the label 'Summer'"

{% hint style="info" %}
This connection is currently **read-only** — Claude can look up your data but cannot make changes to your account. We're working on adding actions like editing items and managing labels in a future update.
{% endhint %}

## Requirements

* A Nifty plan that includes inventory features (Crosslisting Plus/Pro or Bundle Plus/Pro)
* A [Claude Pro or Max](https://claude.ai/upgrade) subscription (custom connectors are not available on the free plan)
* MCP access enabled on your Nifty account (email <mcp@nifty.ai> to request it)

## How to set up

{% stepper %}
{% step %}

### Add the Nifty connector

1. Go to [claude.ai/customize/connectors](https://claude.ai/customize/connectors) (or open Claude and navigate to **Customize → Connectors**)
2. Click the **+** button next to the search icon, then select **Add custom connector**
3. Enter the server URL: `https://api.nifty.ai/api/mcp`
4. Click **Add** — Nifty.ai will appear under **Not connected**
5. Click on **Nifty.ai**, then click **Connect** and sign in to your Nifty account when prompted
   {% endstep %}

{% step %}

### Enable it in a conversation

In any Claude conversation, click the **+** button in the chat input, select **Connectors**, and toggle **Nifty.ai** on. You can then start asking questions about your account.
{% endstep %}
{% endstepper %}

## Feedback

If something isn't working or you have ideas for what you'd like to see, let us know at <mcp@nifty.ai>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nifty.ai/mcp-server/mcp-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
