MCP.so
ログイン

Generect

@generect

Generect について

Minimal MCP server exposing Generect Live API tools.

基本情報

カテゴリ

AI とエージェント

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

generect

投稿者

Mariia Nikolenko

設定

以下の設定を使って、このサーバーを 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"
      }
    }
  }
}

ツール

5

Search 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 とエージェント」の他のコンテンツ