Submit

Plug the directory into your agent

Connect the AI Agents Listing MCP server once and your agent can search the directory, see what is trending, compare listings and submit a product, straight from the chat. Works with Claude Code, Claude Desktop, Cursor and ChatGPT.

  1. 1. Connect once

    Add the server to your client

    Claude Code
    claude mcp add --transport http aiagents https://aiagentslisting.com/api/mcp
  2. 2. Then ask your agent

    Ask it anything

    Prompt
    What MCP servers are trending on AI Agents Listing this week?

No API key and no sign-in to read: connect the server and ask. Submitting a listing is the one tool that asks you to approve a connection in the browser, and it lands in the same review queue as the web form.

What the server exposes

Rankings come from community engagement only. Paid listings carry a `featured` flag so your agent can say so, and it never moves them up.

search_listings
Search published listings by name, tagline or description.
trending
Listings gaining momentum, by heat, upvotes or new reviews over 24h, 7d, 30d or all time.
discover
Browse by vertical, category, pricing and access model.
find_alternatives
Alternatives to any product, by slug, URL or plain name, listed here or not.
compare
Two to five listings side by side on pricing, access, heat, upvotes and rating.
new_launches
The most recently published listings.
get_listing
Fetch one listing by slug, with its full description and links.
list_categories
List the category ids a submission can be filed under.
submit_listing
Submit a product on your behalf and return the review link. Sign-in required.
submit_review
Leave a 1-5 star review on a listing, updating your existing one. Requires a connected account.

Manual configuration

For clients that read an mcp.json rather than a CLI command.

mcp.json
{
  "mcpServers": {
    "aiagents": {
      "type": "http",
      "url": "https://aiagentslisting.com/api/mcp"
    }
  }
}
Endpoint
https://aiagentslisting.com/api/mcp