GoAI Moat Brand Intel Memory
Persistent business-intelligence memory for AI agents.
Should I use this
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~271Tokens (tool definitions)
~870 BTypical response size
Minimal attention impact (0.21% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"brand-intel-memory": {
"url": "https://memory.mcp.goaimoat.com/mcp"
}
}
}Remote endpoints
https://memory.mcp.goaimoat.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
⚪remember(brand_name, facts, category)
Store key facts about a brand for later recall.
Input Schema
{
"type": "object",
"properties": {
"brand_name": {
"type": "string",
"description": "The brand/company name."
},
"facts": {
"type": "string",
"description": "Key facts discovered (free text, e.g. \"sells phone cases, 108 countries, AI-visible on iMore\")."
},
"category": {
"default": "",
"type": "string",
"description": "Optional category (e.g. \"phone case\", \"DTC fashion\")."
}
},
"required": [
"brand_name",
"facts"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}🟢recall(brand_name)
Retrieve previously stored facts about a brand.
Input Schema
{
"type": "object",
"properties": {
"brand_name": {
"type": "string",
"description": "The brand/company name to recall."
}
},
"required": [
"brand_name"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}🟢list_brands(category)
List all remembered brands, optionally filtered by category.
Input Schema
{
"type": "object",
"properties": {
"category": {
"default": "",
"type": "string",
"description": "Optional category filter."
}
},
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}Community
Evidence
Recent observations
verifiedversion not recorded3 tools