← Registry

General Tools

them4.info

Provides general-purpose tools through the Model Context Protocol.

1 endpoint4 known toolsFirst detected August 17, 2026Last detected August 17, 2026

ENDPOINT 1

https://auth.them4.info/mcp

No auth detected

MCP server metadata

Name
them4-gateway
Version
dev
Capabilities
toolsresources
Server instructions

Public, read-only access to them4.info. Tools are namespaced as <server>.<tool>, e.g. links.search_links. No authentication is required and no tool here modifies anything.

Known tools 4

links.search_links

Full-text search over them4.info links by title, description, and body content.

Inferred read-only
links.get_link

Fetch one link by its slug, returning its full content and structured data.

Inferred read-only
links.list_user_links

List the links published by one them4.info handle, newest first.

Inferred read-only
links.list_recent

List the most recently published links across all of them4.info.

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.them4-gateway]
url = "https://auth.them4.info/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "them4-gateway": {
      "type": "http",
      "url": "https://auth.them4.info/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "them4-gateway": {
      "type": "http",
      "url": "https://auth.them4.info/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "them4-gateway",
  "transport": "streamable-http",
  "url": "https://auth.them4.info/mcp"
}
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.