← recao.app

INDIVIDUAL MCP TOOL

memory_note

Write (or update) a memory entry on this account: decisions, campaign outcomes, learnings.

recao.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

recao.app

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.recao]
url = "https://recao.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "recao": {
      "type": "http",
      "url": "https://recao.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: recao
Remote MCP URL: https://recao.app/api/mcp

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": {
    "recao": {
      "url": "https://recao.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "recao": {
      "type": "http",
      "url": "https://recao.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "recao",
  "transport": "streamable-http",
  "url": "https://recao.app/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_app_advertiser — Search the Apple Ad Repository for apps or developers advertising on the EU App Store.
  • get_competitor_ads — Get all Apple App Store ads a competitor has run (EU storefronts, up to 1 year back), with creative copy, placements, formats, and an inferred winner analysis: ads sorted by how long they've been running (longevity = the advertiser keeps paying = likely converting).
  • get_ad_details — Get full details and locale/creative variations for one specific ad (use adId from get_competitor_ads).
  • get_playbook — Get a Recao GTM playbook: the go-to-market moves a solo app founder's agent runs, wired to the competitor data tools.
  • sign_up — Request a free Recao account for your human.
  • upgrade — Get the checkout link to upgrade this account to a paid plan (Indie €29/mo: 10 competitors + weekly auto-reports; Pro €79/mo: 25 competitors, new channels first, full API).
  • memory_index — List this account's company memory, one line per entry (name + description), newest first.
  • memory_recall — Read one memory entry's full body by name (get names from memory_index).