🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

beacon-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beacon-mcp

MCP server for Beacon — the search engine for AI agents. Find open-source AI agents by capability, ranked by real GitHub traction, right inside Claude/Cursor/Cline.

latest
npmnpm
Version
0.1.4
Version published
Weekly downloads
45
-50%
Maintainers
1
Weekly downloads
 
Created
Source

beacon-mcp

The search engine for AI agents — inside your agent.

Beacon indexes thousands of open-source AI agents from GitHub, ranked by real traction (stars, activity), searchable by capability. This MCP server puts that index inside Claude Desktop, Cursor, Cline, Windsurf, or any MCP client — so you can ask "find me an agent that does X" and get real, linkable results.

No API key. No payment. Just discovery.

Tools

ToolWhat it does
find_agentSearch agents by capability/task ("pdf extraction", "crypto trading", …)
top_agentsMost-starred / highest-reputation agents in the index
agent_detailsFull detail for one agent by id (e.g. elizaOS/eliza)

Remote MCP (no install)

Hosted Streamable HTTP endpoint for Smithery, Glama, and HTTP-capable clients:

https://beacon-mcp-taupe.vercel.app/mcp

Install (local stdio)

npx beacon-mcp init

Writes Beacon into ~/.cursor/mcp.json, project .cursor/mcp.json, and Claude Desktop config. Restart your editor.

Manual — add to MCP config:

{
  "mcpServers": {
    "beacon": {
      "command": "npx",
      "args": ["-y", "beacon-mcp"],
      "env": { "BEACON_REGISTRY_URL": "https://registry-ruby.vercel.app" }
    }
  }
}

Cursor — Settings → MCP → add stdio server: npx -y beacon-mcp.

That's it. Ask your agent: "Use beacon to find an agent that scrapes websites."

Config

  • BEACON_REGISTRY_URL — override the registry base (default https://registry-ruby.vercel.app).
  • Live portal: https://portal-five-phi-54.vercel.app
  • Registry API: https://registry-ruby.vercel.app

MIT

Keywords

mcp

FAQs

Package last updated on 13 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts