← Registry

AI & Machine Learning

agentlenshq.com

Provides curated AI/tech intelligence dispatches, trending GitHub projects, and semantic search over AI developments.

1 endpoint5 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://api.agentlenshq.com/mcp

No auth detected

MCP server metadata

Name
AgentLensHQ
Version
1.0.0
Capabilities
tools.listChanged

Known tools 5

latest_dispatches

Newest AI/tech intelligence dispatches from AgentLensHQ (GitHub projects, Hacker News, X digests, AI lab blogs).

Inferred read-only
get_dispatch

Full markdown body + source references of one dispatch by id (from latest_dispatches).

Inferred read-only
trending_projects

Trending frontier-AI GitHub projects ranked by star momentum (default), total stars, recency, or "breakout" — momentum relative to the project's own size, which surfaces small repos climbing fast that raw momentum buries under the giants.

Inferred read-only
get_project

One project by id (from trending_projects): explainer, star sparkline, linked dispatch.

Inferred read-only
search

Semantic search over AgentLensHQ polished dispatches + trending AI projects (metered — requires an API key via Authorization: Bearer or x-api-key header).

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.agentlenshq]
url = "https://api.agentlenshq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentlenshq": {
      "type": "http",
      "url": "https://api.agentlenshq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentlenshq": {
      "type": "http",
      "url": "https://api.agentlenshq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentlenshq",
  "transport": "streamable-http",
  "url": "https://api.agentlenshq.com/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.