AI & Machine Learning
growthkit.tools
Manage and search a long-term memory store with semantic capabilities.
ENDPOINT 1
https://mcp.growthkit.tools
MCP server metadata
- Name
- growthkit-mcp
- Version
- 1.12.2
Known tools 68
listDocumentsList stored documents with optional filtering by category or chapter.
Inferred read-onlycheckNotificationsCheck for unread notifications (direct messages and broadcasts).
Inferred read-onlycrmSearchContactSearch CRM for a contact by name or keyword (fuzzy match); returns the top matches.
Inferred read-onlyemail_composeCompose an email via the user's connected email provider (currently Gmail; Microsoft 365 coming in Phase B).
Potential side effectsgetCampaignGet a single campaign with full briefing details and lead-stage counts.
Inferred read-onlygetCampaignLeadFieldsDiscover which fields are actually used in a campaign's leads.
Inferred read-onlylistCampaignLeadsList leads in a campaign, optionally filtered by lifecycle_stage or enrichment_status.
Inferred read-onlyshow_callable_leadsRender an interactive call card of leads that have a phone number, each with a ☎ Anrufen button.
Inferred read-onlyplace_callAPP-PRIVATE: initiates a click-to-call to one lead from the user's own verified caller ID.
Inferred read-onlysave_call_outcomeAPP-PRIVATE: saves the post-call disposition / note / next action for one call.
Potential side effectsgetWorkingMemoryRetrieve the current state for a (kind, key) in the current session.
Inferred read-onlygetOpenTasksReturn the workspace's open/in-progress tasks ranked by ICE (highest priority first) plus the total open count.
Inferred read-onlysetTaskWeightsSet the workspace effort weights (constraint vs non-constraint lane) and optional display labels.
Inferred read-onlygetSeoReportRead the weekly SEO report history for this workspace's domains: Google Search Console clicks and impressions, average position, AI-referral sessions and content-brief counts — one data point per ISO week, oldest first.
Inferred read-onlygetAeoReportRead the weekly AEO report history — how this workspace's brand shows up in AI answer engines.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.growthkit-mcp]
url = "https://mcp.growthkit.tools"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"growthkit-mcp": {
"type": "http",
"url": "https://mcp.growthkit.tools"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: growthkit-mcp
Remote MCP URL: https://mcp.growthkit.tools
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"growthkit-mcp": {
"url": "https://mcp.growthkit.tools"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"growthkit-mcp": {
"type": "http",
"url": "https://mcp.growthkit.tools"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "growthkit-mcp",
"transport": "streamable-http",
"url": "https://mcp.growthkit.tools"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for growthkit.tools was fetched 2026-08-23T23:52:07.233Z.
growthkit.tools is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.