All docs
Start here
API basics
Agent setups
Resources
- Contacts
- Companies
- Lists
- Deals
- Tasks
- Notes
- Fields
- Quotes
- Stage Checklist Pipelines
- Sequences
- Sequence Lifecycle
- Inbox
- Meetings
- Appointments Management
- Voice & Dialer
- Skills (LLM + API)
- Workflows
- GTM Campaigns
- GTM Context
- GTM Knowledge Base
- Launch Helpers
- Landing Pages
- Intent & Signals
- Search
- Enrichment
- Assert / Upsert
- Agency Keys & Cross-Org Targeting
- CRM Syncs
- Audience Syncs
- Destinations
- Snippet
- Functions
Data pipeline
Webhooks
What's new
Automation Platforms
Connect workflow automation tools to graph8 Studio via MCP
Connect workflow automation platforms to graph8 Studio using the Model Context Protocol (MCP). Build powerful automations with your campaigns, accounts, and intelligence data.
Supported Platforms
n8n
Open-source workflow automation. Supported now.
Zapier
No-code automation platform. Planned.
Integration coming soon
Make
Visual automation builder. Planned.
Integration coming soon
Why Use MCP for Automation?
| Benefit | Description |
|---|---|
| Unified Access | One connection for all graph8 Studio data |
| Real-Time Data | Always current campaigns, accounts, and intelligence |
| Secure | Uses your permissions, revocable anytime |
| Standardized | Same MCP protocol across all platforms |
Common Automation Use Cases
Marketing Operations
- Campaign Sync — Push new campaigns to project management tools
- Content Distribution — Auto-share campaign content to social media schedulers
- Performance Tracking — Sync campaign metrics to analytics dashboards
Sales Enablement
- CRM Enrichment — Add graph8 intelligence to CRM records
- Deal Alerts — Notify reps when company intelligence is updated
- Pipeline Sync — Keep deal data synchronized across systems
Research & Intelligence
- Competitive Alerts — Trigger actions when competitive intel is updated
- Company Monitoring — Watch for changes in target companies
- Report Distribution — Auto-send intelligence reports to stakeholders
Getting Started
Step 1: Connect MCP
- Go to Profile in graph8 Studio
- Click “Connect” in the MCP card
- Expand “Setup Instructions” and select the n8n tab
- Copy the configuration (includes your session ID)
Step 2: Choose Your Platform
| Platform | Status | Guide |
|---|---|---|
| n8n | Available | Setup Guide |
| Zapier | Coming Soon | — |
| Make | Coming Soon | — |
Step 3: Configure the Connection
Use your MCP server URL with session ID:
https://mcp-production-c2f3.up.railway.app/mcp?session_id=YOUR_SESSION_ID
Available Tools
All automation platforms have access to these MCP tools:
Campaigns
| Tool | Description |
|---|---|
list_campaigns | Get campaigns with optional status filter |
get_campaign | Get details for a specific campaign |
search_campaigns | Search campaigns by keyword |
Companies
| Tool | Description |
|---|---|
list_accounts | Get all companies |
get_account | Get company by ID or name |
search_accounts | Search by industry, name, etc. |
Deals
| Tool | Description |
|---|---|
list_deals | Get pipeline deals |
get_deal | Get deal details |
Intelligence
| Tool | Description |
|---|---|
get_intelligence | Get intelligence for an account |
search | Search across all data |
Best Practices
Session Management
MCP sessions expire after 24 hours of inactivity.
- Store session IDs in your platform’s credential manager
- Set up monitoring for authentication failures
- Refresh sessions proactively for critical workflows
Rate Limiting
- Add delays between high-volume API calls
- Batch operations where possible
- Cache frequently accessed data
Error Handling
- Check for authentication errors and refresh session
- Handle rate limit responses with exponential backoff
- Log failures for debugging
Zapier Integration (Coming Soon)
We’re working on a native Zapier integration that will include:
- Triggers: Campaign created, Account updated, Intelligence ready
- Actions: Create campaign brief, Search accounts, Get intelligence
- Searches: Find campaigns, Find accounts, Find deals
Join the waitlist by contacting [email protected].
Make Integration (Coming Soon)
The Make (formerly Integromat) integration will offer:
- Visual scenario builder with graph8 modules
- Real-time webhooks for instant triggers
- Advanced data transformation tools
Frequently Asked Questions
Which automation platform should I choose?
n8n is available now and offers the most flexibility. Choose Zapier (coming soon) for no-code simplicity, or Make for visual workflow building. All will use the same MCP protocol.
Can I use the REST API instead of MCP?
Yes, graph8 Studio has a full REST API. MCP is optimized for AI-native tools and conversational interfaces. Use REST API for traditional integrations and MCP for AI workflows.
How do I migrate automations between platforms?
MCP tools are standardized, so the same operations work across platforms. You’ll need to rebuild the workflow logic in each platform, but the graph8 calls remain identical.
Is there a way to batch multiple operations?
Currently, each MCP call is individual. For bulk operations, loop through items in your automation platform. Consider adding delays to avoid rate limits.
How do I report issues with the MCP integration?
Contact [email protected] with details about your platform, the operation attempted, and any error messages. Include your session ID (but not the full URL) for debugging.