eCommerce
eno.vn
Manages an e-commerce storefront by retrieving and updating shop profiles and creating, listing, and fetching product listings.
ENDPOINT 1
https://eno.vn/api/mcp
MCP server metadata
- Name
- eno.vn Partner API
- Version
- 1.0.0
Manage a eno.vn storefront: list/create/update/delete listings, bulk-import, sync a catalogue by your own externalId, read analytics, and manage webhooks. Every action is scoped to the one shop behind the API key.
Known tools 15
get_shopGet the authenticated shop's storefront profile, trust score, and live listing count.
Inferred read-onlyanalytics_listingsPer-listing daily views + leads (deltas) over a date range, plus totals.
Inferred read-onlylist_webhooksList the shop's registered webhook endpoints (secrets are never returned) with delivery health.
Inferred read-onlyCONNECT 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.eno-vn-partner-api]
url = "https://eno.vn/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eno-vn-partner-api": {
"type": "http",
"url": "https://eno.vn/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eno-vn-partner-api
Remote MCP URL: https://eno.vn/api/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": {
"eno-vn-partner-api": {
"url": "https://eno.vn/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eno-vn-partner-api": {
"type": "http",
"url": "https://eno.vn/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eno-vn-partner-api",
"transport": "streamable-http",
"url": "https://eno.vn/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.