Getting Started

Connect your favourite MCP client in minutes

1

Claude.ai

  1. Go to Settings → Integrations
  2. Click Add Integration → MCP Server
  3. Paste the server URL below
  4. Authorize with your GoodDay credentials
https://mcp.gooddayai.com/mcp
2

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "goodday-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.gooddayai.com/mcp"
      ]
    }
  }
}

Requires Node.js. OAuth authorization opens in your browser on first connect.

Agent Templates

🔍

Inventory Investigator

Investigate stock levels and recent movements across SKUs, locations, and channels. Reach for verified queries before falling back to free-form SQL.

10 tools

  • check_inventory
  • check_inventory_history
  • count_inventory
  • customer_overview
  • vendor_overview
  • list_verified_queries
  • describe_verified_query
  • list_data_tables
  • … and 2 more
View Details
📦

Purchase Order Manager

Track POs end-to-end — draft new orders, edit blocks and line items, advance status, and reconcile against live API state.

8 tools

  • check_purchase_orders
  • check_purchase_order_live
  • count_purchase_orders
  • vendor_overview
  • create_purchase_order
  • update_purchase_order
  • update_purchase_order_status
  • list_po_receipts
View Details
📥

Receiving Coordinator

Receive POs and transfers, reconcile line quantities against shipments, and close out receipts so accounting and inventory stay aligned.

9 tools

  • list_po_receipts
  • list_transfer_receipts
  • get_receipt
  • check_purchase_order_live
  • check_transfer_live
  • receive_purchase_order_items
  • receive_transfer
  • update_receipt_items
  • … and 1 more
View Details
📊

Vendor Scorecard

Evaluate vendor performance — on-time delivery, fill rate, cost variance, and PO history — to support sourcing decisions.

7 tools

  • vendor_overview
  • check_purchase_orders
  • list_po_receipts
  • count_purchase_orders
  • list_verified_queries
  • describe_verified_query
  • explore_data
View Details
📋

Sales Order Tracker

Monitor open sales orders, surface blocked or aged orders, and answer customer-fulfillment questions.

4 tools

  • check_sales_orders
  • check_sales_order_live
  • count_sales_orders
  • customer_overview
View Details
⚖️

Inventory Adjuster

Reconcile physical counts against system stock, draft and submit adjustments, and move inventory between locations.

10 tools

  • check_inventory
  • list_adjustments
  • get_adjustment
  • get_adjustment_totals
  • adjust_inventory
  • create_adjustment
  • submit_adjustment
  • transfer_inventory
  • … and 2 more
View Details
🔬

Data Explorer

Ad-hoc analytical queries via curated verified queries or constrained SQL against the merchant's BigQuery semantic model.

5 tools

  • list_data_tables
  • describe_data_table
  • list_verified_queries
  • describe_verified_query
  • explore_data
View Details