_ registry / mcp streamable-http · checked 1h ago

zobrx

https://mcp.zobrx.com

Registry code: 1ce5867049201928

api record

Read-only zobrx e-commerce data: P&L, orders, inventory, marketplace, tax & shelf insights.

from a public catalogue that lists it, not from the operator

endpoint
https://mcp.zobrx.com/mcp
protocol
streamable-http ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
live
uptime, 30 days
100%

90 days 100%· all time 100%

latency
608ms

last good check

priced tools
0

of 58 tools

_ answered our checks, 90 days 2 checks · signed record
  • unknown → live
_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 58 tools
58 auth-required 58 of 58 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • get_manifest auth-required never probed

    One manifest: shipment + order id lists, state, and a short-lived manifest-PDF link.

    mcp-tool

    {
      "type": "object",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "pattern": "^[0-9a-fA-F]{24}$",
          "description": "The manifest id."
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • get_brand_pack auth-required 1h ago

    Brand identity configuration: logo, colors, fonts, voice attributes, banned phrases, required disclaimers.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • get_ai_wallet auth-required 3h ago

    AI spend wallet: balance, month-to-date spend, monthly cap, auto-recharge status, and last top-up.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • get_gstr1_summary auth-required never probed

    GSTR-1 outward-supply summary for a period: B2B / B2CL / B2CS section totals and the HSN-wise rollup, for return preparation.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "period": {
          "enum": [
            "mtd",
            "last-month",
            "qtd",
            "ytd"
          ],
          "type": "string",
          "description": "Reporting period: mtd (default), last-month, qtd, or ytd."
        }
      },
      "additionalProperties": false
    }
    arguments 16 lines
  • get_hsn_summary auth-required never probed

    Per-HSN-code tax rollup (taxable value, CGST/SGST/IGST/cess, invoice count) for a period.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "period": {
          "enum": [
            "mtd",
            "last-month",
            "qtd",
            "ytd"
          ],
          "type": "string",
          "description": "Reporting period: mtd (default), last-month, qtd, or ytd."
        }
      },
      "additionalProperties": false
    }
    arguments 16 lines
  • get_state_wise_tax auth-required never probed

    Per-state outward-supply and tax breakdown (taxable value, CGST/SGST/IGST, invoice count, intra/inter-state) for a period.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "period": {
          "enum": [
            "mtd",
            "last-month",
            "qtd",
            "ytd"
          ],
          "type": "string",
          "description": "Reporting period: mtd (default), last-month, qtd, or ytd."
        }
      },
      "additionalProperties": false
    }
    arguments 16 lines
  • get_tax_mismatches auth-required never probed

    Lines where the stored tax doesn't equal rate × taxable value (drift audit), with per-line drift amounts and workflow state. Defaults to open items.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "state": {
          "enum": [
            "open",
            "disputed",
            "resolved",
            "dismissed",
            "all"
          ],
          "type": "string",
          "description": "Filter by workflow state (default open)."
        }
      },
      "additionalProperties": false
    }
    arguments 17 lines
  • get_fba_health auth-required never probed

    Amazon FBA inventory health: aging buckets (0-90 … 365+ days), long-term storage-fee exposure, and recommended actions (e.g. remove/restock).

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • get_marketing_summary auth-required never probed

    Cross-platform ad performance for a window: spend, impressions, clicks, conversions, revenue, ROAS, CTR, CPC, with prior-period deltas and a per-platform breakdown (Google/Meta/Amazon Ads, etc.).

    mcp-tool

    {
      "type": "object",
      "properties": {
        "range": {
          "enum": [
            "7d",
            "28d",
            "90d"
          ],
          "type": "string",
          "description": "Reporting window: 7d, 28d (default) or 90d."
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • search_orders auth-required never probed

    Find specific orders across all connected channels. `query` matches an order ID, line-item ID, or SKU (substring). Filter by channel, attribution state, and date range. Money fields are in minor units (paise for INR) — convert to ₹. Use get_order for full detail on one order.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max records to return (1-25, default 15)."
        },
        "query": {
          "type": "string",
          "maxLength": 120,
          "description": "Order ID / line-item ID / SKU to search for."
        },
        "since": {
          "type": "string",
          "description": "ISO date — only orders created on/after this."
        },
        "until": {
          "type": "string",
          "description": "ISO date — only orders created on/before this."
        },
        "channel": {
          "type": "string",
          "maxLength": 40,
          "description": "Restrict to one channel code (e.g. amazon, flipkart)."
        },
        "attributionState": {
          "enum": [
            "pending-delivery",
            "shipped",
            "delivered",
            "cancelled",
            "returned",
            "prepaid-paid"
          ],
          "type": "string",
          "description": "Filter by order lifecycle state."
        }
      },
      "additionalProperties": false
    }
    arguments 42 lines
  • list_picklists auth-required never probed

    Warehouse pick waves (draft → assigned → picking → completed), with line count, expected ship date, and whether a pick PDF exists.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max records (1-25, default 15)."
        },
        "state": {
          "type": "string",
          "maxLength": 40,
          "description": "Filter by picklist state."
        }
      },
      "additionalProperties": false
    }
    arguments 17 lines
  • get_stock_status auth-required never probed

    Out-of-stock status across tracked marketplace listings: total listings, OOS count, OOS breakdown by channel, and a sample of the currently out-of-stock listings.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • list_sellers auth-required never probed

    Sellers observed on tracked listings (the competitive seller universe) with their classification and rating. Optional channel filter.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 50,
          "minimum": 1,
          "description": "Max rows (default 50)."
        },
        "channel": {
          "type": "string",
          "maxLength": 40,
          "description": "Filter by channel code, e.g. amazon-in."
        }
      },
      "additionalProperties": false
    }
    arguments 17 lines
  • list_competitors auth-required never probed

    Operator-curated competitors being tracked, with priority and status.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • get_margin_config auth-required never probed

    Per-product margin configuration used for P&L: COGS and platform-fee percentage, optionally per channel. Returns up to 25 rows.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max rows (default 25)."
        }
      },
      "additionalProperties": false
    }
    arguments 12 lines
  • get_marketplace_alerts auth-required never probed

    Marketplace alert events (price drops, OOS, MAP breaches, etc.) fired in a window: counts by type and severity, plus the most recent events.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "days": {
          "type": "integer",
          "maximum": 90,
          "minimum": 1,
          "description": "Lookback window in days (default 7)."
        }
      },
      "additionalProperties": false
    }
    arguments 12 lines
  • list_coach_recommendations auth-required never probed

    AI Coach recommendations inbox: detected issues/opportunities with severity and state (open by default), plus AI-generated action plans.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "state": {
          "enum": [
            "open",
            "acknowledged",
            "resolved",
            "dismissed",
            "all"
          ],
          "type": "string",
          "description": "Filter by state (default open)."
        }
      },
      "additionalProperties": false
    }
    arguments 17 lines
  • search auth-required never probed

    Search the workspace's product catalogue by free text (title, brand, or SKU). Returns matching products as citeable results with stable ids — pass an id to `fetch` for full detail. Built for deep-research and retrieval workflows.

    mcp-tool

    {
      "type": "object",
      "required": [
        "query"
      ],
      "properties": {
        "query": {
          "type": "string",
          "description": "Free-text search over product title, brand, or SKU."
        }
      },
      "additionalProperties": false
    }
    arguments 13 lines
  • fetch auth-required never probed

    Fetch the full detail of a result returned by `search`, by its id (e.g. "product:<id>"). Returns citeable product records (document text) for deep-research workflows.

    mcp-tool

    {
      "type": "object",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "A result id from `search`, e.g. \"product:665f...\"."
        }
      },
      "additionalProperties": false
    }
    arguments 13 lines
  • get_dashboard_summary auth-required never probed

    High-level health of the workspace: connected integrations by status and the most recent account activity. Use this first to answer 'how is my business set up / what's connected'.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • list_integrations auth-required never probed

    List the workspace's connected channels and data sources (Amazon, Flipkart, Snapdeal, Shopify, Meta, Google, etc.) with their connection status, health score, and last sync time.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • get_returns_summary auth-required never probed

    Amazon returns over a window: total count, total units, and the top return reasons and dispositions.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "days": {
          "type": "integer",
          "maximum": 365,
          "minimum": 1,
          "description": "Lookback window in days (default 30)."
        }
      },
      "additionalProperties": false
    }
    arguments 12 lines
  • get_reimbursements_summary auth-required never probed

    Amazon FBA reimbursements over a window: total amount (major units), count, units, and the top reimbursement reasons.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "days": {
          "type": "integer",
          "maximum": 365,
          "minimum": 1,
          "description": "Lookback window in days (default 30)."
        }
      },
      "additionalProperties": false
    }
    arguments 12 lines
  • search_catalog auth-required never probed

    Search the workspace's MASTER product catalog by free text (matches product title, brand, or internal SKU). Returns up to 25 matches with MRP, mapped-channel count, and status. Narrow the query if results are truncated.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max rows to return (1-25, default 25)."
        },
        "query": {
          "type": "string",
          "maxLength": 200,
          "description": "Free-text search over product title / brand / SKU."
        }
      },
      "additionalProperties": false
    }
    arguments 17 lines
  • get_psl_movers auth-required never probed

    Top potential-sales-loss (PSL) movers from quick-commerce shelf intelligence over a window — the products losing the most estimated sales to out-of-stock, by channel. Requires a Q-Radar subscription.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "days": {
          "type": "integer",
          "maximum": 90,
          "minimum": 1,
          "description": "Lookback window in days (default 7)."
        },
        "limit": {
          "type": "integer",
          "maximum": 20,
          "minimum": 1,
          "description": "Max movers (default 10)."
        }
      },
      "additionalProperties": false
    }
    arguments 18 lines
  • get_order auth-required never probed

    Full detail for a single order by channel + line-item ID, including the linked return (if any) and channel-specific fields. Money is in minor units (paise for INR). Get the channel + lineItemId from search_orders.

    mcp-tool

    {
      "type": "object",
      "required": [
        "channel",
        "lineItemId"
      ],
      "properties": {
        "channel": {
          "enum": [
            "amazon",
            "shopify",
            "flipkart",
            "meesho",
            "myntra",
            "snapdeal"
          ],
          "type": "string",
          "description": "Channel code the order belongs to."
        },
        "lineItemId": {
          "type": "string",
          "maxLength": 120,
          "minLength": 1,
          "description": "The order's line-item / native primary-key ID."
        }
      },
      "additionalProperties": false
    }
    arguments 28 lines
  • get_brand_score auth-required 1h ago

    The latest brand-health score for the workspace — a weighted average across tracked marketplace listings (listing quality, reviews, availability, compliance). Returns the most recent day's score and the listing count it covers.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • search_returns auth-required never probed

    Find specific returns across all connected channels. `query` matches a return ID or reverse-shipment tracking (AWB) number (substring). Filter by channel, return bucket, received status, and date range. Each result is a full return record (reason, qty, refund, dates). Money in minor units.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max records to return (1-25, default 15)."
        },
        "query": {
          "type": "string",
          "maxLength": 120,
          "description": "Return ID or AWB / tracking number to search for."
        },
        "since": {
          "type": "string",
          "description": "ISO date — only returns initiated on/after this."
        },
        "until": {
          "type": "string",
          "description": "ISO date — only returns initiated on/before this."
        },
        "bucket": {
          "enum": [
            "customer-return",
            "rto",
            "non-merchantable",
            "buyer-cancellation"
          ],
          "type": "string",
          "description": "Filter by return category."
        },
        "channel": {
          "type": "string",
          "maxLength": 40,
          "description": "Restrict to one channel code."
        },
        "received": {
          "type": "boolean",
          "description": "true = already received at warehouse; false = awaiting receipt."
        }
      },
      "additionalProperties": false
    }
    arguments 44 lines
  • search_inventory auth-required never probed

    Find inventory for a specific product across all channels. `query` matches product name, accounting SKU, brand, or variant SKU (substring). Each result is master-grain with per-channel / per-store / per-warehouse stock (available, reserved, in-transit) and a health state (stockout, alert, low, healthy). Filter by channel or health state.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max records to return (1-25, default 15)."
        },
        "query": {
          "type": "string",
          "maxLength": 120,
          "description": "Product name / SKU / brand to search for."
        },
        "channel": {
          "type": "string",
          "maxLength": 40,
          "description": "Restrict to one channel code."
        },
        "healthState": {
          "enum": [
            "stockout",
            "alert",
            "low",
            "healthy"
          ],
          "type": "string",
          "description": "Filter by stock health bucket."
        }
      },
      "additionalProperties": false
    }
    arguments 32 lines
  • search_oms_orders auth-required never probed

    Orders flowing through the zobship fulfillment pipeline, with their state (new → reserved → awaiting_label → labelled → manifested → shipped …), fulfillment type, credit status, and expected ship date. Filter by channel, state, store, warehouse, or exact variant/channel SKU.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max records (1-25, default 15)."
        },
        "state": {
          "type": "string",
          "maxLength": 40,
          "description": "Fulfillment state (e.g. awaiting_label, manifested, shipped)."
        },
        "offset": {
          "type": "integer",
          "maximum": 100000,
          "minimum": 0,
          "description": "Pagination offset (default 0)."
        },
        "channel": {
          "type": "string",
          "maxLength": 40,
          "description": "Channel code (e.g. amazon)."
        },
        "storeId": {
          "type": "string",
          "pattern": "^[0-9a-fA-F]{24}$",
          "description": "Restrict to one store."
        },
        "variantSku": {
          "type": "string",
          "maxLength": 80,
          "description": "Exact variant SKU or channel SKU (case-insensitive)."
        },
        "warehouseId": {
          "$ref": "#/properties/storeId",
          "description": "Restrict to one warehouse."
        }
      },
      "additionalProperties": false
    }
    arguments 42 lines
  • get_oms_order auth-required never probed

    Full detail for one fulfillment order: line items (SKU, qty, picked/reserved), lifecycle history (state transitions with timestamps), credit consumption, pickup slot, and resolved shipping city/state. Get the id from search_oms_orders.

    mcp-tool

    {
      "type": "object",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "pattern": "^[0-9a-fA-F]{24}$",
          "description": "The OMS order id."
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • get_qradar_overview auth-required never probed

    Quick-commerce shelf-intelligence headline: on-shelf-availability % (OSA), shelves & SKUs tracked, average risk score, potential-sales-loss (PSL, in paise — convert to ₹), pincode coverage, and a daily trendline. Use for 'how is my quick-commerce availability'.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "cities": {
          "type": "string",
          "maxLength": 200,
          "description": "Comma-separated city names to filter."
        },
        "osaLens": {
          "enum": [
            "consumer",
            "dark-store"
          ],
          "type": "string",
          "description": "OSA basis: consumer (pincode-level, default) or dark-store (shelf-level)."
        },
        "pincodes": {
          "type": "string",
          "maxLength": 200,
          "description": "Comma-separated pincodes to filter."
        },
        "dateRange": {
          "enum": [
            "last_24h",
            "last_7d",
            "last_30d",
            "last_90d"
          ],
          "type": "string",
          "description": "Lookback window (default last_7d)."
        },
        "platforms": {
          "type": "string",
          "maxLength": 120,
          "description": "Comma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all."
        }
      },
      "additionalProperties": false
    }
    arguments 39 lines
  • list_qradar_skus auth-required never probed

    SKUs in the Q-Radar rotation with current OSA %, risk score, shelf counts, and pricing. Sort by osa_asc to surface the worst-availability SKUs, or filter to those under a target OSA. Own vs competitor SKUs.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max rows (1-25, default 15)."
        },
        "cities": {
          "type": "string",
          "maxLength": 200,
          "description": "Comma-separated city names to filter."
        },
        "sortBy": {
          "enum": [
            "recent",
            "osa_asc"
          ],
          "type": "string",
          "description": "osa_asc = worst availability first (default recent)."
        },
        "osaLens": {
          "enum": [
            "consumer",
            "dark-store"
          ],
          "type": "string",
          "description": "OSA basis: consumer (pincode-level, default) or dark-store (shelf-level)."
        },
        "pincodes": {
          "type": "string",
          "maxLength": 200,
          "description": "Comma-separated pincodes to filter."
        },
        "ownership": {
          "enum": [
            "own",
            "competitor",
            "all"
          ],
          "type": "string",
          "description": "Default all."
        },
        "platforms": {
          "type": "string",
          "maxLength": 120,
          "description": "Comma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all."
        },
        "minOsaPercent": {
          "type": "number",
          "maximum": 100,
          "minimum": 0,
          "description": "Only SKUs at or below this OSA % (priority view)."
        }
      },
      "additionalProperties": false
    }
    arguments 58 lines
  • get_qradar_sku_history auth-required never probed

    Time-series of shelf evaluations for one master product across pincodes and dark-stores in the window — risk score, lever scores, in-stock state, inventory, and price per observation. Get the master id from list_qradar_skus.

    mcp-tool

    {
      "type": "object",
      "required": [
        "masterId"
      ],
      "properties": {
        "masterId": {
          "type": "string",
          "pattern": "^[0-9a-fA-F]{24}$",
          "description": "Master product id."
        },
        "dateRange": {
          "enum": [
            "last_24h",
            "last_7d",
            "last_30d",
            "last_90d"
          ],
          "type": "string",
          "description": "Lookback window (default last_7d)."
        },
        "platforms": {
          "type": "string",
          "maxLength": 120,
          "description": "Comma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all."
        }
      },
      "additionalProperties": false
    }
    arguments 29 lines
  • get_qradar_leak_ledger auth-required never probed

    The CFO-grade potential-sales-loss (PSL) ledger: each out-of-stock window with lost units and lost revenue (paise — convert to ₹), the velocity basis, price/MRP, and an audit hash chain. Ranked by impact.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max rows (1-25, default 15)."
        },
        "sortBy": {
          "enum": [
            "psl_desc",
            "psl_asc",
            "oosMinutes_desc"
          ],
          "type": "string",
          "description": "Default psl_desc (biggest loss first)."
        },
        "dateRange": {
          "enum": [
            "last_24h",
            "last_7d",
            "last_30d",
            "last_90d"
          ],
          "type": "string",
          "description": "Lookback window (default last_7d)."
        },
        "platforms": {
          "type": "string",
          "maxLength": 120,
          "description": "Comma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all."
        }
      },
      "additionalProperties": false
    }
    arguments 36 lines
  • list_qradar_alerts auth-required never probed

    Quick-commerce anomaly alerts: out-of-stock spikes, price anomalies, risk escalations, and critical-stock events, with severity and the affected SKU / channel / pincode.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "type": {
          "enum": [
            "oos_spike",
            "price_anomaly",
            "risk_escalation",
            "stock_critical"
          ],
          "type": "string"
        },
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max rows (1-25, default 15)."
        },
        "severity": {
          "enum": [
            "critical",
            "warning",
            "info"
          ],
          "type": "string"
        },
        "dateRange": {
          "enum": [
            "last_24h",
            "last_7d",
            "last_30d",
            "last_90d"
          ],
          "type": "string",
          "description": "Lookback window (default last_7d)."
        },
        "platforms": {
          "type": "string",
          "maxLength": 120,
          "description": "Comma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all."
        }
      },
      "additionalProperties": false
    }
    arguments 44 lines
  • get_channel_orders_overview auth-required never probed

    Order volume across the workspace's connected non-Amazon marketplaces (Snapdeal, Flipkart, Myntra, JioMart, Meesho). Returns the order count synced per channel — use it to see which marketplaces have data and their relative scale.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • get_shelf_availability auth-required never probed

    Quick-commerce on-shelf availability (OSA%) over the last 7 days, per channel — the share of observed shelves where the product was in stock. Lower is worse. Requires a Q-Radar subscription.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • list_stores auth-required never probed

    List every connected store/marketplace account (Amazon, Shopify, Flipkart, Snapdeal, Meesho, Myntra, JioMart, Ajio, offline) with its display name, country/currency, and order count in the last 30 days.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • list_pickers auth-required never probed

    The warehouse-floor picker roster (name, code, phone, assigned warehouse, active status).

    mcp-tool

    {
      "type": "object",
      "properties": {
        "warehouseId": {
          "type": "string",
          "pattern": "^[0-9a-fA-F]{24}$",
          "description": "Restrict to one warehouse (or unassigned-everywhere pickers)."
        },
        "includeInactive": {
          "type": "boolean",
          "description": "Include soft-deleted/inactive pickers."
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • get_zobship_credits auth-required never probed

    The fulfillment-credit wallet balance (free + paid, in minor units — convert to ₹), paid-credit expiry, and the available recharge tiers. Separate from the AI wallet.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • get_analytics_summary auth-required 3h ago

    Google Analytics 4 summary for a window: sessions, users, new users, conversions, engagement, revenue, and source breakdown.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "range": {
          "enum": [
            "7d",
            "28d",
            "90d"
          ],
          "type": "string",
          "description": "Reporting window: 7d, 28d (default) or 90d."
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • get_seo_queries auth-required never probed

    Google Search Console summary for a window: top search queries with impressions, clicks, average position and CTR. Requires the SEO module.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "range": {
          "enum": [
            "7d",
            "28d",
            "90d"
          ],
          "type": "string",
          "description": "Reporting window: 7d, 28d (default) or 90d."
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • get_serp_keywords auth-required never probed

    Tracked SEO keywords with current rankings, search volume, intent and rank trend. Requires the SERP module.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "search": {
          "type": "string",
          "maxLength": 120,
          "description": "Free-text keyword filter."
        }
      },
      "additionalProperties": false
    }
    arguments 11 lines
  • get_picklist auth-required never probed

    One picklist: assigned picker, line references, group key, timestamps, and a short-lived pick-PDF link.

    mcp-tool

    {
      "type": "object",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "pattern": "^[0-9a-fA-F]{24}$",
          "description": "The picklist id."
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • get_inventory auth-required never probed

    Warehouse stock levels by SKU (available, reserved, incoming, blocked) joined to the master product (name, cost, MRP). Optional free-text search by SKU; returns up to 25 rows.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max rows (1-25, default 25)."
        },
        "query": {
          "type": "string",
          "maxLength": 120,
          "description": "Free-text SKU search."
        }
      },
      "additionalProperties": false
    }
    arguments 17 lines
  • get_notifications auth-required never probed

    In-app notifications inbox: recent alerts with severity, title, and state.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • get_tax_summary auth-required never probed

    GST snapshot for a period: taxable value, CGST/SGST/IGST/cess, total tax and invoice count (B2B + B2C split), plus TCS and TDS collected per channel. India GST.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "period": {
          "enum": [
            "mtd",
            "last-month",
            "qtd",
            "ytd"
          ],
          "type": "string",
          "description": "Reporting period: mtd (default), last-month, qtd, or ytd."
        }
      },
      "additionalProperties": false
    }
    arguments 16 lines
  • get_account_profile auth-required 3h ago

    The workspace profile: user details and the corporate/tenant profile (legal name, tax IDs, address, reporting currency, completeness).

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • get_qradar_distribution auth-required never probed

    Numeric distribution %: where a quick-commerce platform operates vs where the brand is actually listed, store-type reach (express / instant / longtail), per-state coverage, and a ranked list of gap pincodes with opportunity value (paise). Use for 'where should I expand on Blinkit'.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "cities": {
          "type": "string",
          "maxLength": 200,
          "description": "Comma-separated city names to filter."
        },
        "coverage": {
          "enum": [
            "missing",
            "covered",
            "unchecked",
            "all"
          ],
          "type": "string",
          "description": "Filter the gap list (default all)."
        },
        "platform": {
          "type": "string",
          "maxLength": 40,
          "description": "Single quick-commerce channel code."
        },
        "storeType": {
          "enum": [
            "express",
            "instant",
            "longtail",
            "super_longtail"
          ],
          "type": "string"
        }
      },
      "additionalProperties": false
    }
    arguments 35 lines
  • get_qradar_sov auth-required never probed

    Keyword share-of-search on quick-commerce: organic and sponsored presence in the top 5 / 10 / 20 results per tracked keyword and channel. Filter to one keyword or list the highest-organic keywords.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max rows (1-25, default 15)."
        },
        "sortBy": {
          "enum": [
            "organic_top10_desc",
            "sponsored_top10_desc",
            "keyword_asc"
          ],
          "type": "string"
        },
        "keyword": {
          "type": "string",
          "maxLength": 120,
          "description": "Restrict to one keyword."
        },
        "dateRange": {
          "enum": [
            "last_24h",
            "last_7d",
            "last_30d",
            "last_90d"
          ],
          "type": "string",
          "description": "Lookback window (default last_7d)."
        },
        "platforms": {
          "type": "string",
          "maxLength": 120,
          "description": "Comma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all."
        }
      },
      "additionalProperties": false
    }
    arguments 40 lines
  • list_team_members auth-required never probed

    Workspace members with their roles and effective permissions. Requires org member-read permission (Owner/Admin).

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • list_campaigns auth-required never probed

    Ad campaigns across connected platforms with per-campaign performance (spend, conversions, ROAS, status) for a window. Requires the campaigns module.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "range": {
          "enum": [
            "7d",
            "28d",
            "90d"
          ],
          "type": "string",
          "description": "Reporting window: 7d, 28d (default) or 90d."
        },
        "platform": {
          "type": "string",
          "maxLength": 40,
          "description": "Filter by platform, e.g. meta, google-ads, amazon-ads."
        }
      },
      "additionalProperties": false
    }
    arguments 20 lines
  • get_pnl_summary auth-required never probed

    Amazon settlement-based money summary over a window: revenue, marketplace fees, refunds, TCS/TDS, net amount Amazon settled, FBA reimbursements, net to seller, plus order/return/reimbursement counts. Amounts are in major currency units.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "days": {
          "type": "integer",
          "maximum": 365,
          "minimum": 1,
          "description": "Lookback window in days (default 30)."
        }
      },
      "additionalProperties": false
    }
    arguments 12 lines
  • get_orders_summary auth-required never probed

    Order volume per channel over a window, across all connected marketplaces. Use it to see where orders are coming from and the relative scale per channel.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "days": {
          "type": "integer",
          "maximum": 365,
          "minimum": 1,
          "description": "Lookback window in days (default 30)."
        }
      },
      "additionalProperties": false
    }
    arguments 12 lines
  • get_payments_summary auth-required never probed

    Settlement/payment activity: the net amount Amazon settled over the window (major units) plus the count of settlement/payment records synced per channel.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "days": {
          "type": "integer",
          "maximum": 365,
          "minimum": 1,
          "description": "Lookback window for Amazon settled total (default 30)."
        }
      },
      "additionalProperties": false
    }
    arguments 12 lines
  • list_manifests auth-required never probed

    Courier hand-over manifests (draft → submitted → acknowledged), with shipment + order counts and submit/acknowledge timestamps. Filter by warehouse and date range.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 25,
          "minimum": 1,
          "description": "Max records (1-25, default 15)."
        },
        "dateTo": {
          "type": "string",
          "description": "ISO date — manifests on/before."
        },
        "offset": {
          "type": "integer",
          "maximum": 100000,
          "minimum": 0
        },
        "dateFrom": {
          "type": "string",
          "description": "ISO date — manifests on/after."
        },
        "warehouseId": {
          "type": "string",
          "pattern": "^[0-9a-fA-F]{24}$",
          "description": "Restrict to one warehouse."
        }
      },
      "additionalProperties": false
    }
    arguments 30 lines
  • get_compliance_violations auth-required 1h ago

    Minimum-advertised-price / MRP compliance violations: open + escalated counts, breakdown by channel, and the most recent open violations.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/1ce5867049201928/badge.svg)](https://brick.blue/agent/1ce5867049201928)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
—
median latency
—
work
attempts
0
accepted
0
rejected
0
acceptance rate
—
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
—
reviews
paid reviews
0
positive
0
negative
0
score
—

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.