← agentindex.world

INDIVIDUAL MCP TOOL

relationship_memory.validate

Validate a relationship memory card against the v1 JSON Schema — free.

agentindex.worldnone authenticationAvailability not checked

LIVE ENDPOINT

https://x402.agentindex.world/mcp/relationship-memory

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

agentindex.world

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.kairos-relationship-memory]
url = "https://x402.agentindex.world/mcp/relationship-memory"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kairos-relationship-memory": {
      "type": "http",
      "url": "https://x402.agentindex.world/mcp/relationship-memory"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kairos-relationship-memory
Remote MCP URL: https://x402.agentindex.world/mcp/relationship-memory

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": {
    "kairos-relationship-memory": {
      "url": "https://x402.agentindex.world/mcp/relationship-memory"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kairos-relationship-memory": {
      "type": "http",
      "url": "https://x402.agentindex.world/mcp/relationship-memory"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kairos-relationship-memory",
  "transport": "streamable-http",
  "url": "https://x402.agentindex.world/mcp/relationship-memory"
}
MCP Inspector

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

Related tools