INDIVIDUAL MCP TOOL
links.search_links
Full-text search over them4.info links by title, description, and body content.
LIVE ENDPOINT
https://auth.them4.info/mcp
Connect to this endpoint to inspect the live schema for links.search_links 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
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.
Related tools
links.get_link— Fetch one link by its slug, returning its full content and structured data.links.list_user_links— List the links published by one them4.info handle, newest first.links.list_recent— List the most recently published links across all of them4.info.