SovrGPT Docs

Marketplace

Over 20 preconfigured MCP connectors — knowledge from real systems straight into the chat.

The marketplace in SovrGPT bundles knowledge and action connectors. Technically they are based on the Model Context Protocol (MCP) — an open standard that lets models operate external tools.

Reachable via Sidebar → Marketplace — enabled individually per org.

What can a connector do?

  • Read: GitHub issues, Notion pages, Linear tickets, Stripe customers, Atlassian issues, …
  • Write: create issues, create Notion pages, update Cloudflare records, …
  • Trigger: Vercel deployments, GitHub Actions, …

Exactly which actions are available is defined by the respective MCP server.

Available connectors (excerpt)

ProviderUse cases
GitHubIssues, PRs, code search, releases
NotionPages, databases, blocks
LinearIssues, projects, teams
Atlassian (Jira/Confluence)Issues, sprints, wiki pages
StripeCustomers, payments, subscriptions
VercelProjects, deployments, environment variables
CloudflareDNS, Workers, R2
SlackPost messages, list channels
SentryIssues, releases, performance
ResendMail templates, sending logs
SupabaseTables, RLS policies, SQL
PostHogEvents, funnels, feature flags
HubSpotContacts, deals, companies
BrevoMailing lists, campaigns
PipedrivePipelines, activities
PlausibleSite stats, goals
TrelloBoards, cards
Microsoft GraphOutlook mail, OneDrive, Teams
DiscordChannel messages, server info
YouTubeVideo metadata, comments

The exact list lives in lib/mcp-catalog.ts and grows with every release.

Enabling a connector

  1. Open Sidebar → Marketplace.
  2. Click the card of the connector you want.
  3. "Connect" → the OAuth flow or a token input dialog opens.
  4. The token is stored encrypted in our EU database (encrypted columns).
  5. The connector is immediately available in chat — as a tool in the composer.

Security

  • All tokens are org-scoped. Switching orgs shows different tokens.
  • Tokens are never visible client-side — only the server can decrypt them.
  • If an org membership is lost, access ends immediately.
  • When a connector is deactivated, the token is removed from the database (not merely soft-deleted).

Your own MCP servers

Self-hosted MCP servers (internal tools) can be added via a custom endpoint:

  1. Enter the URL and bearer token under Marketplace → Custom MCP.
  2. The server must implement the MCP spec (see modelcontextprotocol.io).
  3. Once activated, the tool becomes visible in all of the org's chats.

Planned for Q3/2026: SDK templates (Node, Python) for quickly building your own MCP servers.

Marketplace