← agenstry.com
INDIVIDUAL MCP TOOL
similar_agents
Given an agent domain, returns the top-N agents nearest to it in the embedding space (cosine over unit-norm vectors).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.agenstry-com]
url = "https://agenstry.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agenstry-com": {
"type": "http",
"url": "https://agenstry.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agenstry-com
Remote MCP URL: https://agenstry.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": {
"agenstry-com": {
"url": "https://agenstry.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agenstry-com": {
"type": "http",
"url": "https://agenstry.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agenstry-com",
"transport": "streamable-http",
"url": "https://agenstry.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
compose— Turn a natural-language task into a structured execution plan.match_skill— Match a natural-language description to canonical skills in the taxonomy.find_agent— Search A2A agents by freeform query (hybrid BM25 + semantic + quality).find_mcp— Search MCP servers by freeform query (matches name, title, description, tools).search_agents— (Alias of find_agent.) Hybrid search across A2A agents.get_agent— Get full details for a specific agent — card, capabilities, conformance signals.index_stats— Aggregate statistics about the Agenstry index — A2A + MCP funnel breakdowns.compose_and_execute— Like compose, but Agenstry also fans out the plan and calls each step's selected agent for you.