n8n
Open-source workflow automation. Supported now.
Connect workflow automation platforms to graph8 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 data |
| Real-Time Data | Always current campaigns, accounts, and intelligence |
| Secure | Uses your permissions, revocable anytime |
| Standardized | Same MCP protocol across all platforms |
g8_.| Platform | Status | Guide |
|---|---|---|
| n8n | Available | Setup Guide |
| Zapier | Coming Soon | — |
| Make | Coming Soon | — |
Point the platform at the remote graph8 MCP endpoint and send your API key as a Bearer header:
POST https://be.graph8.com/mcp/Authorization: Bearer YOUR_G8_API_KEYContent-Type: application/jsonThe body is standard MCP JSON-RPC — see the n8n Setup Guide for a full request example.
All automation platforms have access to the graph8 MCP tools your role grants. Tool names are prefixed with g8_. A few common ones:
| Tool | Description |
|---|---|
g8_list_campaigns | List campaigns with an optional status filter |
g8_get_campaign | Get details for a specific campaign |
| Tool | Description |
|---|---|
g8_search_companies | Search companies already in your CRM |
g8_find_companies | Search graph8’s company index for new accounts |
g8_lookup_company | Enrich a single company by domain or name |
| Tool | Description |
|---|---|
g8_get_deals | List pipeline deals |
g8_get_deal | Get deal details |
| Tool | Description |
|---|---|
g8_list_intelligence_data | List intelligence data for the org |
g8_tool_search | Discover and activate other tools by keyword |
For the complete list, see the MCP Tool Reference.
graph8 API keys are long-lived — there is no 24-hour session to refresh.
Authorization: Bearer g8_...)401 authentication failuresWe’re working on a native Zapier integration that will include:
Join the waitlist by contacting [email protected].
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 [email protected] with details about your platform, the operation attempted, and any error messages. Never share your API key.