Available Connectors
Jira & Confluence
Manage issues, sprints, boards, and Confluence pages with 51 tools for complete Atlassian integration
Salesforce CRM
Query and modify Salesforce data with SOQL, create records, and access object metadata
Zendesk Support
Manage support tickets, add comments, and access Help Center knowledge base
Bright Data Search
Search the web, scrape content, and automate browsers with anti-blocking technology
Exa AI Search
Neural search engine with semantic understanding for research and content discovery
Playwright Browser
Automate web browsers for testing, screenshots, and complex web interactions
Integration Methods
There are three ways to connect external services to your Heroku AI agents:Method 1: Deploy MCP Server to Heroku (Recommended)
Deploy an MCP server as a Heroku app and register it with your AI model. Tools become available through the/v1/agents/heroku endpoint.
Method 2: Connect to Remote MCP Servers
Some services offer hosted MCP servers (e.g., Atlassian’smcp.atlassian.com). Connect using the Vercel AI SDK or Pydantic AI as an MCP client.
- Vercel AI SDK
- Pydantic AI
Method 3: Direct API Integration
For services without MCP support, build custom tools that call APIs directly. See Custom Tools for details.Connector Comparison
| Connector | Official Remote MCP | Deploy to Heroku | Tools |
|---|---|---|---|
| Jira & Confluence | mcp.atlassian.com | Community server | 51 tools |
| Salesforce | Beta (GA Feb 2026) | Community server | 5 tools |
| Zendesk | Not available | Community server | 6 tools |
| Bright Data | Not available | Official server | 10+ tools |
| Exa AI | Not available | Community server | 6 tools |
| Playwright | Not available | Official server | 8+ tools |
Quick Start
1. Choose a Connector
Browse the available connectors above and click through to the detailed documentation.2. Deploy or Connect
Each connector page includes:- One-click “Deploy to Heroku” button (for Heroku deployment)
- Configuration for remote MCP connection (where available)
- Required environment variables and API keys
3. Use with Agents
Once connected, include the MCP server in your agent requests:Building Custom Connectors
Need to connect to a service not listed here? You can build your own MCP server:- Implement the MCP protocol
- Define tools with clear descriptions and input schemas
- Deploy to Heroku with an
mcp:process in your Procfile - Attach your AI model to register the tools
Related Resources
MCP Overview
Learn about the Model Context Protocol
Agents API
Full API reference for using tools with agents