clover-mcp
If you are the rightful owner of clover-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A minimal MCP server for interacting with the Clover API using OAuth authentication.
The Clover MCP Server is designed to facilitate interaction between generative AI models and Clover merchant data through the Model Context Protocol. This server enables models to access and manage merchant information, inventory items, and orders. By leveraging OAuth authentication, it ensures secure access to Clover's API, allowing users to retrieve merchant details, list inventory items, and access order information. The server is particularly useful for businesses looking to integrate their Clover data with AI models for enhanced data analysis and operational efficiency.
Features
- OAuth Authentication: Securely connect to Clover API using OAuth.
- Merchant Data Access: Retrieve detailed merchant information.
- Inventory Management: List and manage inventory items.
- Order Management: Access and list orders with optional filters.
- Easy Integration: Seamlessly integrate with AI models like Claude.
Tools
get_oauth_status
Check if OAuth credentials are available.
initiate_oauth_flow
Start the OAuth flow to get access tokens.
get_merchant_info
Get information about the merchant.
list_inventory
List inventory items with optional filters.
list_orders
List orders with optional filters.