What Generect does
Generect Live API delivers real-time business and contact data from verified sources like LinkedIn, Crunchbase, and company websites. Unlike static databases, it doesn’t rely on outdated snapshots – every request fetches live information. What makes it useful:- Fresh data: Always current, no batch updates needed.
- AI email finder: Predicts and validates emails with a proprietary system.
- Catch-all validation: Detects risky addresses with far higher accuracy.
Why combine Generect + OpenAI Agent Builder
OpenAI’s Agent Builder lets you visually design, debug, and deploy multi-step AI workflows.By integrating Generect into it via MCP, you can create agents that search live company data, find leads, validate emails, and summarize results, all in one conversational flow. Imagine typing this into a chat: “Find 5 leads from Google and 5 from Microsoft, then compare their recent hires.” The agent automatically:
- Calls Generect through MCP to fetch live data.
- Compares results.
- Returns a clear summary.
How the integration works
Connecting Generect to OpenAI’s Agent Builder through MCP only takes a few minutes. Once it’s connected, your agents can directly call Generect’s live API (fetching company data, finding leads, and validating emails) all from within your workflow. Follow these steps:Step 1. Add an MCP Node
In your workflow canvas inside Agent Builder, click “Add Node” and select MCP from the list.
Step 2. Click ”+ Server”
In the MCP node settings panel, click the ”+ Server” button to add a new server connection.
Step 3. Enter the Generect API URL
In the Server URL field, enter:https://api.generect.com/

Step 4. Choose authentication type
From the authentication dropdown, choose Access Token. Generect uses a simple Bearer Token (API key) system for secure access. Now you’ll need to generate that token.Step 4.1. Log In to Generect
Go to https://beta.generect.com/ and sign in with your account.Step 4.2. Open the API section
In the top navigation bar, find the API option and click it.
Step 4.3 Create a new key
Click ”+ New Key” to generate a new access token.
Step 4.4 Paste the key
After creation, copy your new key and return to Agent Builder. In the MCP server connection window:- Paste the key into the Access Token field.
- Review your settings.
- Click Connect.

Step 5. Create your agent workflow
In Agent Builder, everything happens on a visual canvas. You’ll build a workflow with a series of nodes that represent steps. A simple workflow might look like this:User Input → Agent → MCP (Generect) → Transform → Output
Here’s what each node does:
- Start Node: Captures user input (e.g., “Find founders from biotech startups.”)
- Agent Node: Interprets the query, decides what to fetch.
- MCP Node: Sends a request to the Generect API.
- Transform Node: Reshapes or filters the data.
- Output Node: Returns clean, readable results to the user.
Step 6. Configure the MCP Node
When adding an MCP node in Agent Builder:- Choose your server:
generect - Select the endpoint you want to use, for example:
/companies/by_icp//leads/by_icp//emails/email_validation/
- Test your call using Preview to confirm the data looks correct.