Skip to main content

Hosted MCP

One endpoint for any MCP host — account, connections, queries, audit, and revoke as agent tools.

No local install required. Point your MCP host at the hosted endpoint with an agent key. The agent never sees a data-source credential: the control plane resolves credentials server-side, rewrites scopes before any statement runs, and appends every event to a hash-chained audit trail.

Install

{
  "mcpServers": {
    "hebrah": {
      "url": "https://mcp.hebrah.com/mcp",
      "headers": { "Authorization": "Bearer hb_conn_YOUR_KEY" }
    }
  }
}

No key yet? create_account is available without one — headless signup with $1 in free credit, 100 queries, 5 MB egress, 7-day trial. Or hand your agent /SKILL.md and it onboards itself.

Agent tool surface

Tool Purpose
create_accountSelf-serve signup + $1 trial — no card required (headless)
discover_data_sourcesList every target: connector, required scopes, tiers, health
connect_to_data_sourceOpen a scoped, TTL-bound connection
query_data_sourceRead-only, scope-enforced query — rows, metering, audit event id
get_data_source_auditRead the hash-chained audit events for a connection
get_connect_usageTrial quota and usage counters
revoke_data_source_connectionRevoke instantly (confirm + human intent message)

The full hosted surface also carries legacy dashboard tools (mapping, versions, promotions) — the tools above are the agent connection surface. See the connectors guide for what each target exposes.

The 90-second loop

  1. create_account — headless signup, $1 trial applied
  2. discover_data_sources — pick a target, read its scope grammar
  3. connect_to_data_source — open a scoped, TTL-bound connection
  4. query_data_source — run read-only queries, metered per call
  5. get_data_source_audit + verify — export the evidence trail
  6. revoke_data_source_connection — cut access instantly when done

Compatible clients

Cursor

One-click Install in Cursor deeplink, or copy ~/.cursor/mcp.json config.

Claude

Claude Desktop and Claude Code: copy CLI or manual config with Bearer PAT.

Codex

OpenAI Codex CLI loads the hosted Hebrah MCP server.

OpenCode

Configure the hosted Hebrah MCP URL in OpenCode settings.

Windsurf

Copy serverUrl JSON for mcp_config.json.

Google Antigravity

Copy serverUrl JSON for mcp_config.json.

Zed

Zed MCP extensions with Bearer PAT auth.

VS Code

One-click vscode.dev MCP install redirect with Bearer PAT.

Any MCP host

Streamable HTTP hosted MCP with no local install required.

Get started

Start with $1 in free credit

Give your agent /SKILL.md and it onboards itself — 90 seconds, no card required.