Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tenmomo]
url = "https://tenmomo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tenmomo": {
"type": "http",
"url": "https://tenmomo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tenmomo
Remote MCP URL: https://tenmomo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tenmomo": {
"url": "https://tenmomo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tenmomo": {
"type": "http",
"url": "https://tenmomo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tenmomo",
"transport": "streamable-http",
"url": "https://tenmomo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_stores— Search for cashback-eligible stores by name or keyword.get_store_details— Get full details for a specific store including all cashback tiers, active coupons, and categories.get_deals— Find active coupon codes and deals.get_stores_by_category— Get all cashback stores in a specific category.get_activation_url— Get the cashback activation URL for a store.activate_cashback— Generate a personalized cashback activation link for a user.