> ## Documentation Index
> Fetch the complete documentation index at: https://docs.waniwani.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Submit your app to ChatGPT and Claude

> How to list an MCP app built on Waniwani in the ChatGPT Plugin Store and Claude's Connectors Directory: prerequisites, who submits each one, and what each review needs.

Once your app is built and deployed on Waniwani, the next step is getting it listed in the assistant directories so people can find and install it. There are two directories today: the **ChatGPT Plugin Store** and **Claude's Connectors Directory**. This section walks through what each one needs and gives you copy-pasteable templates for the parts reviewers scrutinize most.

<Note>
  A listing is never guaranteed. Both OpenAI and Anthropic review every app for quality and policy, and they may follow up with questions. These guides get you through review with the fewest surprises, but completing a form is not the same as being approved.
</Note>

## Who submits

For both directories, we recommend submitting from **your own account**: the listing belongs to your organization and the Developer name points to your company, not Waniwani. The difference is how much flexibility each directory allows:

|                                        | ChatGPT Plugin Store                                                                               | Claude Connectors Directory                                     |
| -------------------------------------- | -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| Who submits                            | You, from your own OpenAI account (recommended). Waniwani can submit on your behalf if you prefer. | You, from your own Claude organization (required by Anthropic)  |
| Account you need                       | An OpenAI developer account (none if Waniwani submits for you)                                     | A Claude **Team or Enterprise** workspace, with you as an Owner |
| Where the listing's "Developer" points | Your company (`WaniWani` if we submit for you)                                                     | Your company                                                    |

For ChatGPT, the choice is yours: submit yourself or have Waniwani handle the mechanics. For Claude, Anthropic requires the listing to come from the app owner's own workspace, so the final submit always happens on your side. In both cases Waniwani prepares everything you paste in.

## What both directories require

Prepare these before you start either form. They are common to both reviews:

<Steps>
  <Step title="A versioned, production MCP server URL">
    The form needs a stable HTTPS MCP URL. Find yours at [app.waniwani.ai/mcp](https://app.waniwani.ai/mcp): your apps are listed there, and the dropdown next to each one copies its production URL. It follows a versioned pattern, for example `https://v1.<your-app>.mcp.waniwani.run/mcp`.
  </Step>

  <Step title="Correct tool annotations in the server">
    Every tool needs accurate hints (read-only, destructive, and for ChatGPT also open-world) plus a written justification. This is the single most common reason apps get rejected. See the [Tool justification template](/platform/guides/templates/tool-justification). For managed Waniwani apps these are set in the server code for you before submission.
  </Step>

  <Step title="A live privacy policy and support channel">
    Both reviews require a publicly accessible privacy policy URL and a monitored support URL or email. Open each link in a private browser window to confirm it loads without a login. A missing or gated privacy policy is an immediate rejection.
  </Step>

  <Step title="A public documentation URL">
    Claude requires a live documentation URL at review time, and it helps your ChatGPT listing too. These submission guides themselves can serve as your documentation URL if you do not have a dedicated page yet.
  </Step>

  <Step title="Listing copy and a logo">
    A name, a short tagline, a description, and a square logo (a contrast-safe icon that reads on dark backgrounds). The exact limits differ per directory and are covered in each guide.
  </Step>
</Steps>

## Two hard eligibility limits

Both assistants reject the same two categories of app, so confirm yours does neither inside the chat:

* **No moving money or crypto inside the conversation.** Handing the user off to your own site to finish a purchase is fine. Showing a quote or an estimate is fine.
* **No AI generation of images, video, or audio.** Tools that produce diagrams or charts are fine.

## Pick your path

<CardGroup cols={2}>
  <Card title="ChatGPT submission" icon="store" href="/platform/guides/chatgpt">
    The full checklist for the ChatGPT Plugin Store: app info, tool justification, test cases, screenshots, and compliance.
  </Card>

  <Card title="Claude submission" icon="plug" href="/platform/guides/claude">
    The Connectors Directory flow: Team/Enterprise prerequisite, the in-product portal, annotations, and listing details.
  </Card>

  <Card title="After you submit" icon="chart-line" href="/platform/guides/post-submission">
    Submitting is the start. How to drive traffic to your app and capture it: agent on your site, GEO, and PR.
  </Card>

  <Card title="Templates" icon="copy" href="/platform/guides/templates/tool-justification">
    Copy-pasteable tool justification and test-case templates for the parts reviewers check hardest.
  </Card>
</CardGroup>
