Server data from the Official MCP Registry
Search verified agents and production agent-first AbsoluteJS packages.
About
Search verified agents and production agent-first AbsoluteJS packages.
Security Report
Valid MCP server (3 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
12 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: ABSOLUTE_AGENT_REGISTRY_URL
Environment variable: ABSOLUTE_PACKAGE_REGISTRY_URL
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-absolutejs-agents": {
"env": {
"ABSOLUTE_AGENT_REGISTRY_URL": "your-absolute-agent-registry-url-here",
"ABSOLUTE_PACKAGE_REGISTRY_URL": "your-absolute-package-registry-url-here"
},
"args": [
"-y",
"@absolutejs/agents-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
@absolutejs/agents-mcp
A production, read-only MCP server for finding cryptographically verified AI agents and production agent-first packages in the AbsoluteJS public registry. It gives MCP clients one installable discovery surface for agent names, capabilities, protocols, publishers, authentication metadata, and signed descriptors.
Run it
{
"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.
The package catalog is independently configurable with
ABSOLUTE_PACKAGE_REGISTRY_URL.
MCP surface
search_agentsfilters verified listings by text, capability, and MCP/A2A/ Arazzo/WebMCP/HTTP/OpenAPI/WebSocket interface type, with bounded pagination.get_agentreturns one listing by canonical discovery ID or agent URL.search_packagesfilters the production AbsoluteJS catalog by purpose, category, and supported standard.get_packagereturns one package by exact scoped npm name.registry_statusreports freshness, schema, endpoint, and verified count.absolute-agents://registry/indexexposes the validated index as a resource.absolute-agents://packages/indexexposes the validated package catalog.
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.
Library use
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.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
