Generect MCP
Generect MCP connects your live lead database directly to AI models like OpenAI or Claude without exports or delays. It streams enriched, up-to-date contact data (titles, firmographics, signals) straight into prompts so LLMs can personalize, score, and recommend leads automatically in real time.
Generect Live API MCP Server
Minimal MCP server exposing Generect Live API tools for B2B lead generation and company search.
Get Your API Key
Sign up and get your API key at https://beta.generect.com
Remote MCP Server (Recommended)
Use our hosted MCP server via MCP Registry:
{
"mcpServers": {
"generect": {
"command": "mcp-remote",
"args": [
"https://mcp.generect.com/mcp",
"--header",
"Authorization: Bearer Token YOUR_API_KEY"
]
}
}
}
Replace YOUR_API_KEY with your key from beta.generect.com.
Local Installation (Alternative)
-
Requirements: Node >= 18
-
Configure environment (usually via your MCP client settings):
GENERECT_API_BASE=https://api.generect.com
GENERECT_API_KEY=Token <api-key>
GENERECT_TIMEOUT_MS=60000
- Local dev (optional)
npm install
npm run dev
- Build and start (stdio server)
npm run build && npm start
Tools
search_leads: Search for leads by ICP filters (supportstimeout_ms)search_companies: Search for companies by ICP filters (supportstimeout_ms)generate_email: Generate email by first/last name and domain (supportstimeout_ms)get_lead_by_url: Get LinkedIn lead by profile URL (supportstimeout_ms)health: Quick health check against the API (optionalurl, supportstimeout_ms)
Cursor integration (settings.json excerpt)
{
"mcpServers": {
"generect-liveapi": {
"command": "node",
"args": ["./node_modules/tsx/dist/cli.mjs", "src/server.ts"],
"env": {
"GENERECT_API_BASE": "https://api.generect.com",
"GENERECT_API_KEY": "Token YOUR_API_KEY",
"GENERECT_TIMEOUT_MS": "60000"
}
}
}
}
Claude Desktop (MCP) setup
Add to ~/.claude/claude_desktop_config.json (or via UI → MCP Servers). Recommended: run via npx so users don't install anything globally.
{
"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"
}
}
}
}
macOS note: If Claude shows "spawn npx ENOENT" or launches an older Node via nvm, set command to the absolute npx path and/or override PATH:
{
"command": "/usr/local/bin/npx",
"env": { "PATH": "/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" }
}
Alternative without npx:
npm i -g generect-ultimate-mcp
Then use:
{ "command": "/usr/local/bin/generect-mcp", "args": [] }
Docker
Build locally:
docker build -t ghcr.io/generect/generect_mcp:local .
Run the server in a container:
docker run --rm \
-e GENERECT_API_BASE=https://api.generect.com \
-e GENERECT_API_KEY="Token YOUR_API_KEY" \
ghcr.io/generect/generect_mcp:local
Remote over SSH (advanced)
Some MCP clients allow spawning the server via SSH, using stdio over the SSH session. Example config:
{
"mcpServers": {
"generect-remote": {
"command": "ssh",
"args": [
"user@remote-host",
"-T",
"node",
"/opt/generect_mcp/dist/server.js"
],
"env": {
"GENERECT_API_BASE": "https://api.generect.com",
"GENERECT_API_KEY": "Token YOUR_API_KEY",
"GENERECT_TIMEOUT_MS": "60000"
}
}
}
}
Local testing helpers
- Run a simple health check against the API:
npm run health -- <api-key>
- Call tools via a local MCP client:
npm run mcp:client -- <api-key>
Related Servers
World Bank MCP Server
Interact with the open World Bank data API to list and analyze economic and development indicators for various countries.
TiDB
An MCP server for TiDB, a serverless, distributed SQL database.
Aster Info MCP
Provides structured access to Aster DEX market data, including candlesticks, order books, trades, and funding rates.
Unity Catalog MCP Server
An MCP server that allows LLM agents to seamlessly execute functions within Unity Catalog.
CData Oracle SCM
A read-only MCP server for querying live Oracle SCM data, powered by the CData JDBC Driver.
dbt
Official MCP server for dbt (data build tool) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.
Memory Cache Server
An MCP server that reduces token consumption by efficiently caching data between language model interactions.
MongoDB MCP Server
A server for performing CRUD operations on a MongoDB database.
MySQL MCP Server
An MCP server for accessing and managing MySQL databases.
Video Metadata MCP Server
Manages video metadata, including game information, teams, scores, and other sports-related data.