← aiagentslisting.com

INDIVIDUAL MCP TOOL

get_listing

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

aiagentslisting.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://aiagentslisting.com/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

aiagentslisting.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.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.

Related tools

  • search_listings — Search published AI agents, MCP servers and skills in the directory by name, tagline or description.
  • list_categories — List the category ids a submission can be filed under.
  • trending — Listings gaining momentum right now, ranked by heat (the 0-100 engagement score), upvotes or new reviews over a rolling window.
  • discover — Browse the directory by vertical, category, pricing and access model.
  • find_alternatives — Alternatives and competitors to a product.
  • compare — Compare 2-5 listings side by side on pricing, access model, categories, heat, upvotes and rating.
  • new_launches — The most recently published listings in the directory.
  • submit_listing — Submit a product to the directory on behalf of the connected user.