Labsco
MCP SERVER · OFFICIAL PROJECT

HiveSight Ecosystem Endpoint

by HiveSight

A per-ecosystem URL — the ecosystem id is in the path, so a connection reaches one and not the account.

Official source
Summary
Scoping by URL is the crudest form of least privilege and the hardest to get wrong.

There is no scope to misconfigure and no token that quietly covers more than intended: the connection reaches the ecosystem named in its address, full stop. The cost is that a page like this cannot tell you what the tools are, because the endpoint only exists once you have an ecosystem. That trade is a reasonable one for multi-tenant products.

What it is

HiveSight's endpoint, addressed per ecosystem: the URL carries the ecosystem id, so each connection is scoped to one by construction.

What you get

What that ecosystem exposes. The endpoint is per-account, so there is no shared address to probe and no published tool list.

Requirements

OAuth 2.1 authorization code with PKCE and dynamic client registration.

Setup effort

Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen