Skip to content

MCP registry

The MCP registry is your source of reusable bridge templates for common SaaS tools.

  • Product target and expected page context.
  • Selector mappings and extraction types.
  • Normalization hints and field semantics.
  • Version metadata and compatibility notes.
TemplateDomainVersionTypical fields
SalesforceCRMv2.1.0Lead IDs, opportunity stage, owner
Jira SoftwareDevOpsv1.4.2Issue key, sprint, assignee
ZendeskSupportv1.0.5Ticket status, priority, requester
StripeFinancev3.0.0Payment amount, customer ID, status
LinearDevOpsv1.1.2Issue state, project, cycle
HubSpotCRMv2.0.1Contact fields, campaign metadata
  1. Select a template by domain.
  2. Validate selector compatibility against your tenant UI.
  3. Install into local config namespace.
  4. Run a dry extraction in Console playground.
  5. Promote version to team baseline.
  • Prefer semantic selectors over brittle nth-child chains.
  • Include fallback selectors where possible.
  • Version bump for any mapping-breaking change.
  • Document known UI variants by environment.
  • Search by product first.
  • Filter by domain second.
  • Compare versions before install.
  • Keep local override notes for tenant-specific customization.