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-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
コメント