Catalog
io.github.CourtimusPrime/gopher
OfficialLead intelligence layer for AI agents. Discover and enrich B2B prospects from natural language.
B2B prospect discovery and enrichment tool for lead intelligence from natural language.
README not available yet.
Install
Configuration
Environment variables
GOPHER_API_KEYrequiredsecretYour Gopher API key (gph_…) from https://gopher.it.com/api-keys
GOPHER_API_BASE_URLGopher API base URL (default: https://gopher.it.com)
claude_desktop_config.json
{
"mcpServers": {
"gopher": {
"command": "npx",
"args": [
"-y",
"gopher-mcp@0.1.0"
],
"env": {
"GOPHER_API_KEY": "<YOUR_GOPHER_API_KEY>",
"GOPHER_API_BASE_URL": "<YOUR_GOPHER_API_BASE_URL>"
}
}
}
}