Backstory: search your data exports locally
v1.1.0
io.github.magna-nz/backstory
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
io.github.SBolivarLoL/clover-mcp · v0.5.0
Clover POS for a single merchant: sales, inventory, orders, customers (reads + safe writes).
Clover POS 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"clover-mcp": {
"command": "uvx",
"args": [
"clover-mcp"
],
"env": {
"CLOVER_MERCHANT_ID": "<CLOVER_MERCHANT_ID>",
"CLOVER_ACCESS_TOKEN": "<CLOVER_ACCESS_TOKEN>"
}
}
}
}CLOVER_MERCHANT_ID必填Clover merchant ID
CLOVER_ACCESS_TOKEN必填secretClover API access token
CLOVER_REGION可选Clover API region: na | eu | la
CLOVER_SANDBOX可选Use the Clover sandbox host when true
CLOVER_AUTH_MODE可选Auth mode: token | oauth_refresh
CLOVER_REFRESH_TOKEN可选secretOAuth refresh token (oauth_refresh mode)
CLOVER_OAUTH_CLIENT_ID可选OAuth app client ID (oauth_refresh mode)
CLOVER_OAUTH_CLIENT_SECRET可选secretOAuth app client secret (oauth_refresh mode)
v1.1.0
io.github.magna-nz/backstory
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
v1.30.5
com.astranl/mcp
NL coordination protocol — 1% fee, agent-native, real Dutch merchant pricing. Open brain.
v3.0.319
com.local-mcp/local-mcp
180 local tools from ChatGPT, Claude.ai & desktop AIs: Mail, iMessage, Teams, files. Local, free.
v1.37.5
io.github.zoharbabin/web-researcher-mcp
Your AI research assistant that cites real sources and stays honest
v1.31.8
io.github.vuluu2k/webcake-storefront-mcp
Build pages and manage products, orders, and content on the WebCake/StoreCake storefront builder.
v1.4.53
io.github.HrRodan/agent-workspace-mcp
A sandboxed, agentic workspace providing secure filesystem, bash, and uv-powered Python execution.
{
"id": "io.github.SBolivarLoL/clover-mcp",
"type": "mcp-server",
"version": "0.5.0",
"displayName": "Clover POS",
"description": "Clover POS for a single merchant: sales, inventory, orders, customers (reads + safe writes).",
"repository": {
"url": "https://github.com/SBolivarLoL/clover-mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "clover-mcp",
"version": "0.5.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "CLOVER_MERCHANT_ID",
"description": "Clover merchant ID",
"isRequired": true
},
{
"name": "CLOVER_ACCESS_TOKEN",
"description": "Clover API access token",
"isRequired": true,
"isSecret": true
},
{
"name": "CLOVER_REGION",
"description": "Clover API region: na | eu | la"
},
{
"name": "CLOVER_SANDBOX",
"description": "Use the Clover sandbox host when true"
},
{
"name": "CLOVER_AUTH_MODE",
"description": "Auth mode: token | oauth_refresh"
},
{
"name": "CLOVER_REFRESH_TOKEN",
"description": "OAuth refresh token (oauth_refresh mode)",
"isSecret": true
},
{
"name": "CLOVER_OAUTH_CLIENT_ID",
"description": "OAuth app client ID (oauth_refresh mode)"
},
{
"name": "CLOVER_OAUTH_CLIENT_SECRET",
"description": "OAuth app client secret (oauth_refresh mode)",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.SBolivarLoL/clover-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.SBolivarLoL%2Fclover-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}