Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Clover MCP Server
by
ibraheem4
Verified
npm
GitHub
E-commerce & Retail
Finance
Security
TypeScript
MIT License
35
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
clover-mcp
src
.env.example
.gitignore
LICENSE
mcp-settings-example.json
package.json
package-lock.json
README.md
run.sh
tsconfig.json
{ "compilerOptions": { "target": "es2022", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "outDir": "./build", "strict": true, "declaration": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }