n8n
Open-source workflow automation. Supported now.
Connect workflow automation platforms to graph8 Studio using the Model Context Protocol (MCP). Build powerful automations with your campaigns, accounts, and intelligence data.
n8n
Open-source workflow automation. Supported now.
Zapier
No-code automation platform. Planned.
Integration coming soon
Make
Visual automation builder. Planned.
Integration coming soon
| 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 |
| Platform | Status | Guide |
|---|---|---|
| n8n | Available | Setup Guide |
| Zapier | Coming Soon | — |
| Make | Coming Soon | — |
Use your MCP server URL with session ID:
https://mcp-production-c2f3.up.railway.app/mcp?session_id=YOUR_SESSION_IDAll automation platforms have access to these MCP tools:
| Tool | Description |
|---|---|
list_campaigns | Get campaigns with optional status filter |
get_campaign | Get details for a specific campaign |
search_campaigns | Search campaigns by keyword |
| Tool | Description |
|---|---|
list_accounts | Get all companies |
get_account | Get company by ID or name |
search_accounts | Search by industry, name, etc. |
| Tool | Description |
|---|---|
list_deals | Get pipeline deals |
get_deal | Get deal details |
| Tool | Description |
|---|---|
get_intelligence | Get intelligence for an account |
search | Search across all data |
MCP sessions expire after 24 hours of inactivity.
We’re working on a native Zapier integration that will include:
Join the waitlist by contacting support@graph8.com.
The Make (formerly Integromat) integration will offer:
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.
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.
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.
Currently, each MCP call is individual. For bulk operations, loop through items in your automation platform. Consider adding delays to avoid rate limits.
Contact support@graph8.com with details about your platform, the operation attempted, and any error messages. Include your session ID (but not the full URL) for debugging.