streamable-httpMITupdated 2mo ago
Read-only Model Context Protocol connector for VortexIQ — an AI operating system for ecommerce.
What can you do with vortex iq?
VortexIQ MCP Connector
Read-only Model Context Protocol connector for VortexIQ — an AI operating system for ecommerce.
Connect it to Claude (or any MCP client) and ask about your store's health, KPIs, alerts, brand voice, SEO drafts and more — in conversation, scoped to your own VortexIQ workspace. Every tool is read-only: the connector cannot create, edit, delete, publish or send anything.
- Server URL:
https://app.vortexiq.ai/mcp - Transport: Streamable HTTP (remote MCP server)
- Auth: per-user OAuth 2.1 (Authorization Code + PKCE, S256)
- Access: read-only, scoped to the signed-in user's organization
Connect
Claude (web / desktop)
- Settings → Connectors → Add custom connector.
- Server URL:
https://app.vortexiq.ai/mcp - Sign in with your existing VortexIQ (Google) login and click Allow.
- The tools appear in Claude. Try "List my recent store audits."
You need a VortexIQ account. Data returned is scoped to your organization and your role's permissions.
Any OAuth client
The full OAuth 2.1 + PKCE flow (registration, authorize, token, refresh) is documented in MCP_OAUTH_LIVE_USAGE.md. Endpoints are machine-discoverable:
GET https://app.vortexiq.ai/.well-known/oauth-authorization-server
GET https://app.vortexiq.ai/.well-known/oauth-protected-resource
What you can ask
| Prompt | Tools it uses |
|---|---|
"List my recent store audits, then show the findings for integration <id>." |
store audit runs → report |
"What KPIs are available, and show the 30-day KPIs for <integration>." |
KPI library → integration KPIs |
| "List my active Nerve Centre alerts and the 24h incident summary." | alerts → alert summary |
| "Show my Brand DNA voice/tone guidelines." | brand profile |
| "Show my Kanban health-fix backlog." | kanban board → fix items |
Tools (30, all read-only)
Full per-tool reference lives in docs/tools/ — one page per
tool with parameters, an example prompt, and what it returns.
| Area | Tools |
|---|---|
| Store Audit | list store audit runs · get store audit report · get store audit status |
| Nerve Centre & KPIs | list nerve-centre alerts · get alert summary · list alert activity · get integration KPIs · list KPI library · get nerve integration counts · list nerve-centre profiles · list nerve configurations · list connector catalog · list monitors by type · get dashboard activity feed · list dashboard stores |
| Brand DNA | get brand profile · list brand profiles · list brand ecommerce stores |
| Ask VIQ | list Ask VIQ conversations · get Ask VIQ conversation |
| Kanban (health-fix) | get kanban board · get kanban fix items · get kanban fix status |
| Reports & Insights | list insights reports · list report profiles · list report schedules |
| Inventory & Memory | list CloudHub inventory tabs · list Vortex memory files · list Vortex memory reports |
| Deployments | get deployment history |
Notes & limitations
- Read-only. No write, delete, publish or send tools exist.
- Per-user scope. Each call runs as the connecting user against their own organization's data — there is no shared account.
- Response caps. Some list results are capped (first 50 items / ~40k chars) to stay model-friendly; request a specific id to drill in.
Support
- Docs: https://docs.vortexiq.ai/
- Privacy: https://www.vortexiq.ai/privacy-policy
- Email: support@vortexiq.ai
Install
Add vortex iq to your client. Pick the one you use.
claude mcp add --transport http vortex-iq https://app.vortexiq.ai/mcpcodex mcp add vortex-iq --url https://app.vortexiq.ai/mcp{
"mcpServers": {
"vortex-iq": {
"url": "https://app.vortexiq.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"vortex-iq": {
"type": "http",
"url": "https://app.vortexiq.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"vortex-iq": {
"url": "https://app.vortexiq.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"vortex-iq": {
"serverUrl": "https://app.vortexiq.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 55 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 9, 2026 |