← memoryapi.org

INDIVIDUAL MCP TOOL

send_notification

Send a notification via Telegram, webhook, or email through agentnotify.

memoryapi.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.memoryapi.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for send_notification and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

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

Parent server

memoryapi.org

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

.mcp.json

{
  "mcpServers": {
    "memoryapi": {
      "type": "http",
      "url": "https://mcp.memoryapi.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: memoryapi
Remote MCP URL: https://mcp.memoryapi.org/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": {
    "memoryapi": {
      "url": "https://mcp.memoryapi.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "memoryapi",
  "transport": "streamable-http",
  "url": "https://mcp.memoryapi.org/mcp"
}
MCP Inspector

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

Related tools

  • search_products — Search and compare products by quality and price.
  • prepare_purchase — Prepare a USDC payment for a product purchase.
  • validate_agent — Run a structured evaluation battery against an ERC-8004 agent and submit ValidationResponse on-chain.
  • get_agent_score — Get ERC-8004 reputation score for an agent by numeric ID.
  • get_market_quote — Get real-time price quote for stocks, crypto, ETFs, or forex symbols.
  • screen_token — Screen a crypto token for safety, honeypot risk, contract flags, and liquidity via GoPlus + DexScreener.
  • get_wallet_portfolio — Get wallet portfolio, token balances, and recent activity for any EVM address.
  • research — Deep research on any topic — companies, people, science, markets, patents.