Give your AI team access to external tools and data via MCP services.
MCP Services
MCP (Model Context Protocol) services give your AI team access to external tools, APIs, and data sources. When an MCP service is enabled for a team, its agents can use the service's tools — query databases, create GitHub issues, search the web, and more.
How It Works
MCP services follow a two-level configuration:
- Company level — configure the service once with your credentials (API keys, tokens). This is done in company settings.
- Team level — toggle which services each team can access. This is done in the team editor.
This means you only enter your GitHub token once, and then enable GitHub for any team that needs it.
Available Services
Dev Tools
| Service | What It Provides |
|---|---|
| GitHub | Repos, issues, PRs, code search |
| GitLab | Projects, merge requests, pipelines |
| Sentry | Error tracking, issue management |
| Heroku | App management, dynos, deployments |
| Cloudflare | Workers, KV, R2, D1 |
CRM
| Service | What It Provides |
|---|---|
| HubSpot | Contacts, deals, companies, tickets |
| Salesforce | Objects, reports, metadata |
Communication
| Service | What It Provides |
|---|---|
| Slack | Channels, messages, workspace management |
Search & Web
| Service | What It Provides |
|---|---|
| Brave Search | Web and local search |
| Exa | AI-native web search and content crawling |
| Firecrawl | Web scraping, crawling, structured data extraction |
| Apify | 6,000+ cloud tools for web scraping and data extraction |
Trading
| Service | What It Provides |
|---|---|
| Polystrike | Polymarket intelligence — tweet tracking, Monte Carlo predictions, trading signals |
| EVM Wallet | Send tokens, check balances, interact with smart contracts across EVM chains |
| Polymarket | Search markets, place orders, manage positions and balances |
Productivity
| Service | What It Provides |
|---|---|
| Notion | Pages, databases, search, comments |
Payments
| Service | What It Provides |
|---|---|
| Stripe | Payments, customers, subscriptions, invoices |
New services are added regularly to the catalog.
Setting Up a Service
1. Configure at Company Level
- Go to your Company settings
- Find the service you want in the Services section
- Click Configure and enter the required credentials
- Save — the service is now available to all teams in your company
2. Enable for a Team
- Open a team in the editor
- Scroll to the Services section
- Toggle on the services you want this team to access
- Save and restart the team
Services can only be toggled for teams that have already been saved. Create the team first, then enable services.
Security
- All credentials are encrypted at rest (AES-256-GCM)
- Credentials are injected as environment variables into the team's container at startup
- Each team only has access to the services explicitly enabled for it
- MCP servers run as child processes inside the team's isolated container