Generect MCP Server

Minimal MCP server exposing Generect Live API tools.

Remote serverstreamable-http

What is the Generect MCP MCP server?

Minimal MCP server exposing Generect Live API tools. Exposed over MCP by the generect mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Minimal MCP server exposing Generect Live API tools for B2B lead generation and company search.

Its toolset

Everything the assistant can do here goes through one of these:

  • search_leads — Search for leads by ICP filters (supports timeout_ms)
  • search_companies — Search for companies by ICP filters (supports timeout_ms)
  • generate_email — Generate email by first/last name and domain (supports timeout_ms)
  • get_lead_by_url — Get LinkedIn lead by profile URL (supports timeout_ms)
  • health — Quick health check against the API (optional url, supports timeout_ms)
  • Logging — The server emits one structured JSON log line per event to stderr (stdout is reserved for the MCP stdio protocol). Metadata logging is **on by
  • Tools — The Tools tool exposed by this server

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration

You will need 8 environment variables: GENERECT_API_BASE, GENERECT_API_KEY, GENERECT_TIMEOUT_MS, MCP_DEBUG, YOUR_API_KEY, JWT_SIGNING_KEY, TOKEN_ENCRYPTION_KEY, OAUTH_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

When to reach for it

Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Generect MCP's toolset — search_leads, search_companies, generate_email and 4 more — is a fair guide to whether it matches your workflow. It is maintained by generect; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Generect MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the generect mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
search_leadsSearch for leads by ICP filters (supports timeout_ms)
search_companiesSearch for companies by ICP filters (supports timeout_ms)
generate_emailGenerate email by first/last name and domain (supports timeout_ms)
get_lead_by_urlGet LinkedIn lead by profile URL (supports timeout_ms)
healthQuick health check against the API (optional url, supports timeout_ms)
LoggingThe server emits one structured JSON log line per event to **stderr** (stdout is reserved for the MCP stdio protocol). Metadata logging is **on by default**; set MCP_LOG=0 to disable it entirely.
ToolsThe Tools tool exposed by this server.

How to install the Generect MCP MCP server

{
  "mcpServers": {
    "generect": {
      "url": "https://mcp.generect.com/mcp",
      "type": "http"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
GENERECT_API_BASEConfiguration value read at startup.Optional
GENERECT_API_KEYCredential the server authenticates with.Yes
GENERECT_TIMEOUT_MSConfiguration value read at startup.Optional
MCP_DEBUGConfiguration value read at startup.Optional
YOUR_API_KEYCredential the server authenticates with.Yes
JWT_SIGNING_KEYCredential the server authenticates with.Yes
TOKEN_ENCRYPTION_KEYCredential the server authenticates with.Yes
OAUTH_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Generect MCP to search leads.
  • Use Generect MCP to search companies.
  • Use Generect MCP to generate email.

Frequently asked questions

It connects Generect MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (search_leads, search_companies, generate_email, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Generect MCP directly.