Helisis MCP
Open this server in Claude and paste one URL.
Anthropic’s current custom connector flow is still manual: open Claude’s Connectors settings, choose Add custom connector, and paste the MCP server URL below. This server exposes authenticated PostgreSQL tools plus read_only_sql, with the raw SQL path running directly in the Next.js server and the typed PostgreSQL tool catalog still routed through Convex where that hop remains the cleaner boundary today.
Claude
Open the documented connector flow
Anthropic documents custom connectors through Settings > Connectors.
Add this connector
- Open Claude Connectors.
- Click
Add custom connector. - Paste the MCP server URL below.
- Authenticate with Clerk when Claude prompts you.
Remote MCP server URL
https://mcp.staging.helisis.management/api/mcpProtected resource metadata
https://mcp.staging.helisis.management/.well-known/oauth-protected-resource/api/mcpCurrent Surface
/api/mcpStreamable HTTP MCP endpoint served bymcp-handlerand wrapped with Clerk OAuth verification.list-invoices,list-payment-receipts,list-buildings,create-invoice,create-payment-receipt,read_only_sqlRepresentative MCP-native tools from the PostgreSQL catalog./.well-known/oauth-protected-resource/api/mcpOAuth protected-resource metadata route used by Claude’s MCP auth flow.
Why this page exists
Anthropic’s official remote MCP docs currently describe a manual connector-add flow via Claude settings rather than a one-click install URL. This page shortens that path by giving operators the exact settings page and the exact server URL in one place while staying honest about the current runtime split.