AI & Machine Learning
agentlenshq.com
Provides curated AI/tech intelligence dispatches, trending GitHub projects, and semantic search over AI developments.
ENDPOINT 1
https://api.agentlenshq.com/mcp
MCP server metadata
- Name
- AgentLensHQ
- Version
- 1.0.0
Known tools 5
latest_dispatchesNewest AI/tech intelligence dispatches from AgentLensHQ (GitHub projects, Hacker News, X digests, AI lab blogs).
Inferred read-onlyget_dispatchFull markdown body + source references of one dispatch by id (from latest_dispatches).
Inferred read-onlytrending_projectsTrending 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-onlyget_projectOne project by id (from trending_projects): explainer, star sparkline, linked dispatch.
Inferred read-onlysearchSemantic search over AgentLensHQ polished dispatches + trending AI projects (metered — requires an API key via Authorization: Bearer or x-api-key header).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.