For agents
Query the directory from your agent
Connect the listai.tools MCP server once and an agent can search the directory, see what is trending, compare listings and submit a tool — from the chat, without a browser. Works with Claude Code, Claude Desktop, Cursor and ChatGPT.
- 1. Connect once
Add the server to your client
Claude Code claude mcp add --transport http listaitools https://listai.tools/api/mcp - 2. Then ask your agent
Ask it anything
Prompt Which AI video tools are trending on listai.tools this week, and how do the top two compare on pricing?
Reading needs no API key and no account: add the server, start asking. Only the submit tool prompts for a browser approval, and whatever it files waits 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 an agent can say so, and nothing else about the order is bought.
- search_listings
- Full-text search over published listings — name, tagline and description.
- trending
- Listings gaining momentum, by upvotes or new reviews over 24h, 7d, 30d or all time.
- discover
- Browse by vertical — writing, image, video, audio, code, agents — plus category, pricing and access model.
- find_alternatives
- Alternatives to a given product, whether it is listed here or not — pass a slug, a URL or just the name.
- compare
- Two to five listings side by side on pricing, access, upvotes and rating.
- new_launches
- The listings published most recently.
- get_listing
- One listing by slug: full description, links and metadata.
- list_categories
- List the category ids a submission can be filed under, per vertical.
- submit_listing
- File a submission for you and hand back the review link. Requires sign-in.
Manual configuration
For clients configured through an mcp.json file instead of a CLI command.
{
"mcpServers": {
"listaitools": {
"type": "http",
"url": "https://listai.tools/api/mcp"
}
}
}https://listai.tools/api/mcp