General Tools
aiagentslisting.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://aiagentslisting.com/api/mcp
MCP server metadata
- Name
- AI Agents Listing
- Version
- 2.0.0
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_listingsSearch published AI agents, MCP servers and skills in the directory by name, tagline or description.
Inferred read-onlyget_listingFetch one published listing by its slug, with full description and links.
Inferred read-onlytrendingListings gaining momentum right now, ranked by heat (the 0-100 engagement score), upvotes or new reviews over a rolling window.
Inferred read-onlycompareCompare 2-5 listings side by side on pricing, access model, categories, heat, upvotes and rating.
Inferred read-onlysubmit_reviewLeave 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.