Clover MCP ServerServer

ibraheem4
GitHub
CloverOAuthAI Integration

Loading subscription status...

💡 Description

This MCP server allows generative AI models and other clients to access Clover merchant data through the Model Context Protocol. It enables the retrieval of merchant information, inventory lists, and access to individual items and orders.

📝 JSON Entries

{
  "mcpServers": [
    {
      "clover": {
        "env": {
          "CLOVER_BASE_URL": "https://apisandbox.dev.clover.com",
          "CLOVER_CLIENT_ID": "your-clover-client-id",
          "CLOVER_CLIENT_SECRET": "your-clover-client-secret"
        },
        "args": [
          "-y",
          "@ibraheem4/clover-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

get_oauth_statusinitiate_oauth_flowget_merchant_infolist_inventorylist_orders

Features

  • OAuth authentication for secure access
  • Retrieve merchant information
  • List inventory and orders

💬 Example Queries

  • Can you help me connect to my Clover account?
  • What information do you have about my Clover merchant account?
  • Show me the first 10 items in my inventory.
  • Can you list my most recent orders?