← 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).

agenstry.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://agenstry.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for similar_agents and invoke it with your own arguments.

Indexed 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 server

agenstry.com

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]
url = "https://agenstry.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agenstry": {
      "type": "http",
      "url": "https://agenstry.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agenstry
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": {
      "url": "https://agenstry.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agenstry": {
      "type": "http",
      "url": "https://agenstry.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agenstry",
  "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.
  • create_a2a_agent — Build a real, hosted A2A agent for the user and return a link they open to publish it.