Remote MCP servers extend AI capabilities beyond your local environment, providing access to internet-hosted tools and data sources. By connecting to Generect’s remote MCP server, you can access lead search, company search, and email generation directly in your AI conversations without any local installation.Documentation Index
Fetch the complete documentation index at: https://docs.generect.com/llms.txt
Use this file to discover all available pages before exploring further.
Remote MCP works with Claude (web and Desktop) and other MCP-compatible
clients. For local installation via npx, see
Local MCP (npx).
Server Information
| Property | Value |
|---|---|
| Registry ID | com.generect/generect-mcp |
| Remote URL | https://mcp.generect.com/mcp |
| Transport | Streamable HTTP |
| Auth | OAuth 2.1 or API Key |
Claude Desktop — Custom Connectors
Navigate to Connector Settings
Open Claude Desktop. Click on your profile icon and select Settings from the dropdown menu. Then click on Connectors in the sidebar.
Add a Custom Connector
Scroll to the bottom and click Add custom connector.Enter the Generect MCP server URL:Leave Advanced settings empty.
Click Add to proceed.

Complete Authentication
Then click on “Connect”. You will be redirected to login page.
Get your API key from beta.generect.com and enter it on the login page.


Other Clients (Cursor, OpenAI, etc.)
Integration with other MCP-compatible clients follows the same pattern:- Find the MCP/Connector settings in your client
- Add a remote MCP server with URL:
https://mcp.generect.com/mcp - Configure authentication with your API key (see formats below)
Each client has its own configuration method — look for “MCP”, “Connectors”,
or “Tools” in settings. Some clients may require editing a config file, others
provide a UI.
Supported Authorization header formats
If your client passes the API key directly via an Authorization header (no OAuth flow), the server accepts any of:
mcp-remote:
Remote MCP vs Local MCP
| Feature | Remote MCP | Local MCP (npx) |
|---|---|---|
| Installation | None required | Requires Node.js & npx |
| Configuration | URL or registry ID | Command + args in config |
| Access | Any MCP-compatible client | Requires local setup |
| Offline access | Not available | Available (with cached data) |
| Updates | Automatic | Manual (@latest) |
Available Tools
The MCP integration provides access to the followingGenerect API functions:
search_leads: Search for leads by ICP filterssearch_companies: Search for companies by ICP filtersgenerate_email: Generate an email using first/last name and domainget_lead_by_url: Get LinkedIn lead by profile URLhealth: Quick health check against the API
MCP Registry
Generect MCP is registered in the official MCP Registry:- Registry:
com.generect/generect-mcp - Repository: github.com/generect/generect_mcp
