What is the Levanta MCP server?
- A hosted MCP server that exposes your Levanta brands, creators, products, and performance reports as tools your AI assistant can call.
- Authenticated via OAuth, so you sign in with your existing Levanta account and the assistant only gets access to data your account can already see.
- Accessible from any MCP client that supports remote HTTP servers.
- For Levanta Sellers only
Quick start
Claude Code
See instructions
Claude Desktop
See instructions
ChatGPT
See instructions
Codex
See instructions
Authentication
The hosted MCP server uses OAuth, so you authorize access to your Levanta account directly from your MCP client.- Each client (for example, Claude or ChatGPT) registers as an OAuth application with Levanta.
- When you connect the MCP server, you’re redirected to Levanta to sign in and grant access.
- No API key or token configuration is required.
The MCP server respects your team membership and role. You can only access the brands, creators, products, and
reports your Levanta account already has permission to view.
Installation instructions
Claude Code
- Ensure Claude Code is available in your terminal:
- Add the Levanta MCP server:
- Start Claude Code:
- List the available MCP servers with the
/mcpslash command:
Claude Desktop and Claude.ai
You can add Levanta as a custom connector:- Navigate to Settings > Connectors.
- Click Add custom connector.
- Enter the Levanta MCP server URL:
https://app.levanta.io/api/mcp - Click Add to save the connector.
- Follow the prompts to authenticate with your Levanta account.
- Click the + button in your chat interface.
- Select Connectors.
- Toggle the Levanta connector on for that conversation.
Custom connectors using remote MCP are not available on all Claude plans. See the Claude support
page for
more information.
ChatGPT
ChatGPT connects to custom MCP servers through developer mode. You’ll first enable developer mode, then create an app pointing at the Levanta MCP server.- Enable developer mode: go to Settings → Apps → Advanced settings → Developer mode.
- Open ChatGPT Apps settings and, next to Advanced settings, click Create app. (The Create app button only appears while developer mode is enabled.)
- Enter a name (for example, “Levanta”) and the Levanta MCP server URL:
https://app.levanta.io/api/mcp - Set the authentication method to OAuth, then create the app and follow the prompts to sign in to your Levanta account.
- Your new app appears under Drafts in the app settings. Open its details page to toggle the available tools on.
Developer mode is available to Pro, Plus, Business, Enterprise, and Education accounts on the web. It grants full
MCP client access, so review write actions carefully before confirming them. See the ChatGPT developer mode
docs for details.
Codex CLI
- Ensure Codex CLI is available in your terminal:
- Add the Levanta MCP server:
- Start Codex and list the available MCP servers with the
/mcpslash command:
Example workflows
Once connected, you can ask your MCP-enabled assistant to:- “List all of my brands on Levanta.”
- “Show me the creators currently partnered with my brand.”
- “Find my top products by commission rate this month.”
- “Summarize my seller performance totals for the last 30 days.”
- “Which creators are driving the most sales for my brand?”
- “Build a product performance report and highlight my best ROAS products.”
Available tools
The Levanta MCP server includes a curated set of read-only tools for exploring your account and pulling performance reports.| Tool | Description |
|---|---|
whoami | Returns the authenticated Levanta user and team information. |
seller_list_brands | Lists brands for the authenticated seller team. |
seller_list_creators | Lists creators with active partnerships for the authenticated seller team. |
seller_list_products | Lists products for a seller brand, including product identifiers, marketplace, commission, availability, and status. |
seller_get_performance_report_totals | Returns total seller performance report metrics across the full filtered dataset. |
seller_product_report | Lists seller product performance report rows aggregated by product, including sales, commission, ROAS, conversion, click, detail page view, and add-to-cart metrics. |
seller_creator_report | Lists seller creator performance report rows aggregated by creator, including sales, commission, ROAS, conversion, click, detail page view, and add-to-cart metrics. |
knowledge_base | Returns the public Levanta knowledge base articles. |
All MCP date and datetime inputs are interpreted in UTC. When you ask for relative ranges like “today”, “yesterday”,
or “last 7 days”, they resolve using UTC calendar boundaries.
Troubleshooting
If your MCP client cannot connect or tools fail to run:Restart your client or CLI tool
Restart your client or CLI tool
After installation, you may need to restart your client or CLI tool to load the new MCP configuration.
Check the server URL
Check the server URL
Make sure the MCP server URL is set to
https://app.levanta.io/api/mcp.Re-authenticate the MCP server
Re-authenticate the MCP server
Access tokens are short-lived. If your session has expired, re-authorize the Levanta MCP server in your client
so it can request fresh tokens. Most MCP clients provide a way to re-authenticate a server.
Verify your account access
Verify your account access
Confirm that your Levanta account has access to the brands and data you expect to see. The MCP server can only
access what your account can.