← Registry

General Tools

aiagentslisting.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint10 known toolsFirst detected September 27, 2026Last detected September 27, 2026

ENDPOINT 1

https://aiagentslisting.com/api/mcp

No auth detected

MCP server metadata

Name
AI Agents Listing
Version
2.0.0
Capabilities
tools.listChanged
Server instructions

Tools for AI Agents Listing, a directory of AI agents, MCP servers and skills. Read without signing in: search_listings, get_listing, trending, discover, find_alternatives, compare, new_launches, list_categories. Rankings are by community engagement only; the "featured" flag marks paid listings and never changes their position. Submitting a product with submit_listing or leaving a review with submit_review needs an authenticated connection.

Known tools 10

search_listings

Search published AI agents, MCP servers and skills in the directory by name, tagline or description.

Inferred read-only
get_listing

Fetch one published listing by its slug, with full description and links.

Inferred read-only
list_categories

List the category ids a submission can be filed under.

Inferred read-only
trending

Listings gaining momentum right now, ranked by heat (the 0-100 engagement score), upvotes or new reviews over a rolling window.

Inferred read-only
discover

Browse the directory by vertical, category, pricing and access model.

Inferred read-only
find_alternatives

Alternatives and competitors to a product.

Inferred read-only
compare

Compare 2-5 listings side by side on pricing, access model, categories, heat, upvotes and rating.

Inferred read-only
new_launches

The most recently published listings in the directory.

Inferred read-only
submit_listing

Submit a product to the directory on behalf of the connected user.

Inferred read-only
submit_review

Leave a review on a listing on behalf of the connected user: a 1-5 star rating and an optional note on what worked and what did not.

Inferred read-only

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.ai-agents-listing]
url = "https://aiagentslisting.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-agents-listing": {
      "type": "http",
      "url": "https://aiagentslisting.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-agents-listing
Remote MCP URL: https://aiagentslisting.com/api/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": {
    "ai-agents-listing": {
      "url": "https://aiagentslisting.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-agents-listing": {
      "type": "http",
      "url": "https://aiagentslisting.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-agents-listing",
  "transport": "streamable-http",
  "url": "https://aiagentslisting.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.