AI & Machine Learning
linkrena.com
Searches and retrieves details from a directory of AI tools, letting users browse categories, compare tools side by side, and fetch full metadata for individual tools.
ENDPOINT 1
https://linkrena.com/api/mcp
MCP server metadata
- Name
- Linkrena
- Version
- 1.0.0
A continuously updated directory of AI tools. Every listing is re-verified on a schedule; "Last verified" tells you how fresh a fact is. Ranking reflects community votes and click-through, never payment - the paid Arena board is a separate surface and is not exposed here.
Known tools 4
search_toolsSearch the directory of AI tools by keyword, category, tag or pricing model.
Inferred read-onlyget_toolGet full details for one tool by its slug, including description, pricing, categories, FAQ and when it was last verified.
Inferred read-onlylist_categoriesList every category in the directory with how many tools each contains.
Inferred read-onlycompare_toolsCompare two tools side by side on the facts the directory tracks: pricing, categories, platforms and verification date.
Inferred read-onlyCONNECT 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.linkrena]
url = "https://linkrena.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"linkrena": {
"type": "http",
"url": "https://linkrena.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: linkrena
Remote MCP URL: https://linkrena.com/api/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": {
"linkrena": {
"url": "https://linkrena.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"linkrena": {
"type": "http",
"url": "https://linkrena.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "linkrena",
"transport": "streamable-http",
"url": "https://linkrena.com/api/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.