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
{
"
name
"
:
"
@ibraheem4/clover-mcp
"
,
"
version
"
:
"
1.4.0
"
,
"
description
"
:
"
A Clover MCP server for interacting with Clover's API
"
,
"
type
"
:
"
module
"
,
"
bin
"
: {
"
@ibraheem4/clover-mcp
"
:
"
./build/index.js
"
,
"
clover-mcp
"
:
"
./build/index.js
"
},
"
files
"
: [
"
build
"
],
"
scripts
"
: {
"
build
"
:
"
tsc && chmod +x build/index.js
"
,
"
prepare
"
:
"
npm run build
"
,
"
watch
"
:
"
tsc --watch
"
,
"
inspector
"
:
"
npx @modelcontextprotocol/inspector build/index.js
"
,
"
publish:patch
"
:
"
npm version patch && npm publish
"
,
"
publish:minor
"
:
"
npm version minor && npm publish
"
,
"
publish:major
"
:
"
npm version major && npm publish
"
},
"
dependencies
"
: {
"
@modelcontextprotocol/sdk
"
:
"
0.6.0
"
,
"
axios
"
:
"
1.7.9
"
,
"
dotenv
"
:
"
16.4.7
"
,
"
express
"
:
"
^4.18.3
"
,
"
http-proxy
"
:
"
^1.18.1
"
},
"
devDependencies
"
: {
"
@types/express
"
:
"
^4.17.21
"
,
"
@types/node
"
:
"
^20.11.24
"
,
"
typescript
"
:
"
^5.3.3
"
},
"
keywords
"
: [
"
clover
"
,
"
mcp
"
,
"
model-context-protocol
"
,
"
cli
"
],
"
author
"
:
"
Ibraheem Abdul-Malik
"
,
"
license
"
:
"
MIT
"
,
"
repository
"
: {
"
type
"
:
"
git
"
,
"
url
"
:
"
https://github.com/ibraheem4/clover-mcp
"
},
"
publishConfig
"
: {
"
access
"
:
"
public
"
},
"
engines
"
: {
"
node
"
:
"
>=18
"
}
}