Give your agent real tools
// your agent picks the tools g8.search_contacts({ title: "VP Sales" })g8.enrich_company({ domain })g8.read_signals({ account }) tools called, in order
Reply drafted
"Congrats on the raise..."
sent by your agent
Add graph8 to your MCP config.
Drop the server into your client config, set your API key, and the preview tool catalog appears in the next session. The MCP URL is issued with workspace access.
{ "mcpServers": { "graph8": { "url": "${GRAPH8_MCP_URL}", "headers": { "Authorization": "Bearer ${GRAPH8_API_KEY}" } } }} A sample of what the agent can reach.
The catalog expands as preview access opens up. Current samples live in the docs.
search_contacts Find verified contacts by title, company, or intent.
enrich_company Pull firmographics and technographics for any domain.
create_campaign Spin up a multichannel campaign and draft every step.
read_signals Surface buying intent and website visitors for an account.
run_workflow Trigger a saved workflow and stream the result back.
query_analytics Ask for pipeline, activity, and revenue numbers.
Give your agent real tools, in the next session.
Add the server, set your key, and the preview tool catalog appears. Test every call against sandbox data before production access is granted.