← Registry

eCommerce

eno.forum

Manages an online shop's storefront profile and listings.

1 endpoint15 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://www.eno.forum/api/mcp

No auth detected

MCP server metadata

Name
eno.forum Partner API
Version
1.0.0
Capabilities
tools
Server instructions

Manage a eno.forum 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_shop

Get the authenticated shop's storefront profile, trust score, and live listing count.

Inferred read-only
update_shop

Edit the storefront profile.

Potential side effects
list_listings

List the shop's listings (all statuses).

Inferred read-only
get_listing

Get one of the shop's listings by id (any status).

Inferred read-only
create_listing

Create a listing.

Potential side effects
update_listing

Edit one of the shop's listings (sparse).

Potential side effects
set_listing_status

Set a listing's availability: active | sold | hidden.

Inferred read-only
delete_listing

Delete one of the shop's listings.

Potential side effects
bulk_create_listings

Create up to 200 listings in one call.

Potential side effects
sync_catalogue

Upsert the catalogue by your own externalId.

Inferred read-only
analytics_summary

Shop-level totals: views, leads, and listing counts by status.

Inferred read-only
analytics_listings

Per-listing daily views + leads (deltas) over a date range, plus totals.

Inferred read-only
list_webhooks

List the shop's registered webhook endpoints (secrets are never returned) with delivery health.

Inferred read-only
register_webhook

Register an HTTPS endpoint for signed listing events.

Inferred read-only
delete_webhook

Unregister a webhook endpoint by id.

Inferred read-only

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.eno-forum-partner-api]
url = "https://www.eno.forum/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "eno-forum-partner-api": {
      "type": "http",
      "url": "https://www.eno.forum/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: eno-forum-partner-api
Remote MCP URL: https://www.eno.forum/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-forum-partner-api": {
      "url": "https://www.eno.forum/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eno-forum-partner-api": {
      "type": "http",
      "url": "https://www.eno.forum/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eno-forum-partner-api",
  "transport": "streamable-http",
  "url": "https://www.eno.forum/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for eno.forum was fetched 2026-08-29T00:40:24.343Z.

Trust status Neutral

eno.forum is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.