← Registry

General Tools

agentindex.world

This MCP server provides real-time web search, bulk text translation, and multi-query research synthesis for agents.

x402 supported2 endpoints6 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://x402.agentindex.world/mcp

No auth detected

MCP server metadata

Name
AgentIndex x402
Version
4.0.3
Capabilities
loggingprompts.listChangedresources.listChangedtools.listChanged

Known tools 3

search

Real-time web search - up to 10 results with title, URL, a cleaned page extract and publish date when available, plus an optional short summary.

Potential side effects
translate

Translate up to 200 text segments in a single call - the same result that would otherwise take 200 separate calls to translate a whole file.

Inferred read-only
jobs

Multi-query web research, read and synthesized into one sourced JSON brief in a single call - what would otherwise cost an agent twenty calls and its whole context window.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

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

No auth detected

MCP server metadata

Name
Kairos Relationship Memory
Version
4.0.3
Capabilities
loggingprompts.listChangedresources.listChangedtools.listChanged
Server instructions

Free MCP surface for portable agent relationship memory cards (v1). Remember interlocutors, not isolated messages: who, channel, topics, what you learned, unanswered outreach. The server does not hold your memory — relationship_memory.store validates and returns a normalized card for you to persist locally; relationship_memory.retrieve returns schema, sample and optional starter card; relationship_memory.validate checks a card only. HTTP mirror: https://x402.agentindex.world/relationship-memory/. Schema: https://x402.agentindex.world/.well-known/relationship-memory.json

Known tools 3

relationship_memory.validate

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

Inferred read-only
relationship_memory.store

Validate then return a normalized card ready to persist on the caller side — free, stateless (no server-side database).

Inferred read-only
relationship_memory.retrieve

Return schema, sample, HTTP and MCP entrypoints.

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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