Generect
@generect
关于 Generect
Minimal MCP server exposing Generect Live API tools.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
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
概览
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.
AI 与智能体 分类下的更多 MCP 服务器
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
评论