
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@absolutejs/agents-mcp
Advanced tools
Search and inspect verified agents in the signed AbsoluteJS public agent registry from any MCP client.
A production, read-only MCP server for finding cryptographically verified AI agents in the AbsoluteJS public agent registry. It gives MCP clients one installable discovery surface for agent names, capabilities, protocols, publishers, authentication metadata, and signed descriptors.
{
"mcpServers": {
"absolute-agents": {
"command": "npx",
"args": ["-y", "@absolutejs/agents-mcp"]
}
}
}
No credentials are required. The server fetches the public HTTPS registry,
refuses redirects, bounds response size and time, validates every record, and
caches successful indexes briefly. To use a compatible federated registry, set
ABSOLUTE_AGENT_REGISTRY_URL to its HTTPS index URL.
search_agents filters verified listings by text, capability, and MCP/A2A/
HTTP/OpenAPI/WebSocket interface type, with bounded pagination.get_agent returns one listing by canonical discovery ID or agent URL.registry_status reports freshness, schema, endpoint, and verified count.absolute-agents://registry/index exposes the validated index as a resource.All tools are marked read-only. Discovery never grants authorization: callers must follow each returned agent's advertised OAuth, approval, and delegation requirements before taking actions.
import { AgentRegistryClient, createAgentsMcpServer } from "@absolutejs/agents-mcp";
const registry = new AgentRegistryClient();
const results = await registry.search({ capability: "calendar", interfaceType: "a2a" });
const { server } = createAgentsMcpServer({ client: registry });
The npm package declares mcpName: io.github.absolutejs/agents and ships the
official MCP Registry server.json metadata alongside its AbsoluteJS manifest.
FAQs
Search verified agents and production agent-first AbsoluteJS packages from any MCP client.
The npm package @absolutejs/agents-mcp receives a total of 92 weekly downloads. As such, @absolutejs/agents-mcp popularity was classified as not popular.
We found that @absolutejs/agents-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.