← Registry

AI & Machine Learning

growthkit.tools

Manage and search a long-term memory store with semantic capabilities.

1 endpoint68 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.growthkit.tools

No auth detected

MCP server metadata

Name
growthkit-mcp
Version
1.12.2
Capabilities
promptsresourcestools

Known tools 68

embedMemory

Store knowledge into long-term memory.

Inferred read-only
searchMemory

Search long-term memory using semantic similarity.

Inferred read-only
listMemories

List stored memories in stored order with pagination.

Inferred read-only
updateMemory

Update content or metadata of a stored memory.

Potential side effects
deleteMemories

Delete memories by IDs.

Potential side effects
clearMemories

Delete ALL memories.

Potential side effects
countMemories

Return only counts, not content — use for overview/sizing (e.

Inferred read-only
getChapterOverview

Get memory count per chapter.

Inferred read-only
uploadDocument

Upload a file to GrowthKit document storage.

Potential side effects
listDocuments

List stored documents with optional filtering by category or chapter.

Inferred read-only
getDocument

Get a specific document with fresh download URL and linked insights.

Inferred read-only
deleteDocument

Delete a document and its associated insights.

Potential side effects
createReminder

Schedule a reminder.

Inferred read-only
listReminders

List reminders, ordered by remind_at ascending.

Inferred read-only
cancelReminder

Cancel a pending reminder by ID.

Inferred read-only
getHistory

Get the version history of a specific memory.

Inferred read-only
restoreVersion

Restore a memory to a previous version.

Inferred read-only
listDeleted

List recently deleted memories that can be restored.

Inferred read-only
listTeam

List all team members (token holders) for your account.

Inferred read-only
sendNotification

Send a notification to a team member.

Potential side effects
checkNotifications

Check for unread notifications (direct messages and broadcasts).

Inferred read-only
crmSearchCompany

Search CRM for a company by name.

Inferred read-only
crmGetCompany

Get full company details by ID.

Inferred read-only
crmCreateCompany

Create a new company.

Potential side effects
crmGetCompanyDeals

Get all deals linked to a company, by company ID.

Inferred read-only
crmGetCompanyContacts

Get all contacts linked to a company, by company ID.

Inferred read-only
crmSearchContact

Search CRM for a contact by name or keyword (fuzzy match); returns the top matches.

Inferred read-only
crmListCompanies

List companies from CRM with structured filters.

Inferred read-only
crmListPeople

List people/contacts from CRM with structured filters.

Inferred read-only
crmGetContact

Get full contact details by ID.

Inferred read-only
crmCreateContact

Create a new contact.

Potential side effects
crmGetPipelines

Get all pipelines with stages.

Inferred read-only
crmCreateDeal

Create a new deal.

Potential side effects
crmUpdateDeal

Update a deal.

Potential side effects
crmGetDeal

Get the full record for one deal by ID.

Inferred read-only
crmAddNote

Add a note to a CRM record — a deal, company, or contact.

Inferred read-only
crmCreateActivity

Create a follow-up activity on a CRM record.

Potential side effects
crmCheckConnection

Check if CRM is connected and which provider is active.

Inferred read-only
enrichCompany

Get company info by domain or name.

Inferred read-only
enrichPerson

Get person profile from email or LinkedIn URL.

Potential side effects
findContacts

Find contacts at a company.

Inferred read-only
findEmail

Find one person's email by name + domain.

Potential side effects
verifyEmail

Check if an email is deliverable.

Potential side effects
discoverSimilar

Find lookalike companies for a seed and re-rank them by fit.

Inferred read-only
scoreLeads

Trigger ICP lead scoring.

Inferred read-only
getTopLeads

Retrieve the highest-scoring leads from the CRM, ranked by ICP fit.

Inferred read-only
email_compose

Compose an email via the user's connected email provider (currently Gmail; Microsoft 365 coming in Phase B).

Potential side effects
createCampaign

Create a new campaign briefing.

Potential side effects
listCampaigns

List campaigns for the current user, optionally filtered by status.

Inferred read-only
getCampaign

Get a single campaign with full briefing details and lead-stage counts.

Inferred read-only
updateCampaign

Update fields on an existing campaign.

Potential side effects
addCampaignLeads

Add one or more leads to a campaign.

Inferred read-only
getCampaignLeadFields

Discover which fields are actually used in a campaign's leads.

Inferred read-only
updateCampaignLead

Update fields on an existing campaign lead.

Potential side effects
listCampaignLeads

List leads in a campaign, optionally filtered by lifecycle_stage or enrichment_status.

Inferred read-only
show_callable_leads

Render an interactive call card of leads that have a phone number, each with a ☎ Anrufen button.

Inferred read-only
place_call

APP-PRIVATE: initiates a click-to-call to one lead from the user's own verified caller ID.

Inferred read-only
save_call_outcome

APP-PRIVATE: saves the post-call disposition / note / next action for one call.

Potential side effects
setWorkingMemory

Store structured state for the current chat session.

Inferred read-only
getWorkingMemory

Retrieve the current state for a (kind, key) in the current session.

Inferred read-only
createTask

Create a prioritized task.

Potential side effects
listTasks

List tasks in the workspace, ranked by ICE (highest first).

Inferred read-only
getOpenTasks

Return the workspace's open/in-progress tasks ranked by ICE (highest priority first) plus the total open count.

Inferred read-only
updateTask

Update fields of a task.

Potential side effects
setTaskWeights

Set the workspace effort weights (constraint vs non-constraint lane) and optional display labels.

Inferred read-only
toggleStep

Check off or re-open a single step in a task's checklist.

Inferred read-only
getSeoReport

Read 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-only
getAeoReport

Read the weekly AEO report history — how this workspace's brand shows up in AI answer engines.

Inferred read-only

CONNECT 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.

Trust status Trusted

growthkit.tools is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.