INDIVIDUAL MCP TOOL
search
Semantic search over AgentLensHQ polished dispatches + trending AI projects (metered — requires an API key via Authorization: Bearer or x-api-key header).
LIVE ENDPOINT
https://api.agentlenshq.com/mcp
Connect to this endpoint to inspect the live schema for search and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.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.
Related tools
latest_dispatches— Newest AI/tech intelligence dispatches from AgentLensHQ (GitHub projects, Hacker News, X digests, AI lab blogs).get_dispatch— Full markdown body + source references of one dispatch by id (from latest_dispatches).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.get_project— One project by id (from trending_projects): explainer, star sparkline, linked dispatch.