ENDPOINT 1
https://www.eno.forum/api/mcp
MCP server metadata
- Name
- eno.forum Partner API
- Version
- 1.0.0
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_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-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.
eno.forum is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.