Generect
@generect
About Generect
Minimal MCP server exposing Generect Live API tools.
Basic information
Category
AI & Agents
License
MIT
Runtime
node
Transports
stdio
Publisher
generect
Submitted by
Mariia Nikolenko
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"generect-api": {
"command": "npx",
"args": [
"-y",
"generect-ultimate-mcp@latest"
],
"env": {
"GENERECT_API_BASE": "https://api.generect.com",
"GENERECT_API_KEY": "Token your-api-key",
"GENERECT_TIMEOUT_MS": "60000",
"MCP_DEBUG": "0"
}
}
}
}Tools
5Search for leads by ICP filters
Search for companies by ICP filters
Generate email by first/last name and domain via Generect Email Generator
Get Lead by LinkedIn URL
Health check Generect API via a quick lead-by-link request
Overview
What is Generect?
Generect is a minimal MCP server that exposes Generect Live API tools for B2B lead generation and company search. It is intended for developers and businesses that need to programmatically find leads and company data through AI assistants or custom MCP clients.
How to use Generect?
The recommended method is to use the hosted remote MCP server with OAuth 2.1; configure your MCP client with the URL https://mcp.generect.com/mcp. If OAuth is not supported, you can pass your API key directly in the Authorization header. For local development, install Node ≥18, set environment variables (GENERECT_API_KEY, etc.), and run npm run build && npm start for a stdio server, or npm run dev:http for HTTP. You can also use Docker or SSH to run the server remotely.
Key features of Generect
- OAuth 2.1 authorization (recommended) with PKCE and dynamic client registration
- Tools:
search_leads,search_companies,generate_email,get_lead_by_url,health - Direct API key fallback via Authorization header
- Structured JSON logging to stderr (configurable)
- Docker support and Clauede Desktop / Cursor integration
Use cases of Generect
- Automate B2B lead generation by searching leads with ICP filters
- Enrich CRM or sales workflows by searching companies and generating emails
- Integrate lead search into AI assistants via the MCP protocol
- Quickly validate API connectivity with a health check tool
FAQ from Generect
How do I get an API key?
Sign up at beta.generect.com to obtain your API key.
Can I use Generect without OAuth?
Yes. If your MCP client cannot complete the OAuth flow, you can pass the API key directly via the Authorization header (e.g., Authorization: YOUR_API_KEY).
What does the logging output look like?
The server emits structured JSON log lines to stderr for each event (tool call, API request/response, errors). Logging is on by default; set MCP_LOG=0 to disable it. Use MCP_DEBUG=1 for more verbose output.
What runtime dependencies are required?
Node.js version 18 or higher. For local installation, you also need an API key and optionally set GENERECT_TIMEOUT_MS, JWT_SIGNING_KEY, and TOKEN_ENCRYPTION_KEY.
What transport protocols are supported?
The server supports HTTP (remote MCP), stdio (local MCP), and SSH (advanced remote). OAuth endpoints are also provided for token management.
More AI & Agents MCP servers
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Comments