Skip to content

Automation Platforms

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.

Setup Guide

Zapier

No-code automation platform. Planned.

Integration coming soon

Make

Visual automation builder. Planned.

Integration coming soon

Why Use MCP for Automation?

BenefitDescription
Unified AccessOne connection for all graph8 Studio data
Real-Time DataAlways current campaigns, accounts, and intelligence
SecureUses your permissions, revocable anytime
StandardizedSame 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

  1. Go to Profile in graph8 Studio
  2. Click “Connect” in the MCP card
  3. Expand “Setup Instructions” and select the n8n tab
  4. Copy the configuration (includes your session ID)

Step 2: Choose Your Platform

PlatformStatusGuide
n8nAvailableSetup Guide
ZapierComing Soon
MakeComing 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

ToolDescription
list_campaignsGet campaigns with optional status filter
get_campaignGet details for a specific campaign
search_campaignsSearch campaigns by keyword

Companies

ToolDescription
list_accountsGet all companies
get_accountGet company by ID or name
search_accountsSearch by industry, name, etc.

Deals

ToolDescription
list_dealsGet pipeline deals
get_dealGet deal details

Intelligence

ToolDescription
get_intelligenceGet intelligence for an account
searchSearch 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 support@graph8.com.

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 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.