AI Alt Finder, made for AI agents
Give Claude Code, Cursor, Codex, or Windsurf the AI Alt Finder MCP endpoint and ask for live alternatives to any well-known tool. Your agent returns same-category options, opens any listing in full, and can submit a new alternative — with every paid placement approved by you in the browser.
Tell your agent:
List my tool as an alternative on AI Alt FinderConnect your coding agent
Register the AI Alt Finder MCP endpoint in your agent, then ask in plain language.
Claude Code
claude mcp add --transport http aialtfinder https://aialtfinder.com/api/mcp/mcpCursor ~/.cursor/mcp.json
{
"mcpServers": {
"aialtfinder": {
"url": "https://aialtfinder.com/api/mcp/mcp"
}
}
}Codex ~/.codex/config.toml
# ~/.codex/config.toml
experimental_use_rmcp_client = true
[mcp_servers.aialtfinder]
url = "https://aialtfinder.com/api/mcp/mcp"Windsurf ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aialtfinder": {
"serverUrl": "https://aialtfinder.com/api/mcp/mcp"
}
}
}Compatibility
| Client | How to connect |
|---|---|
| Claude Code | claude mcp add --transport http aialtfinder … |
| Cursor | ~/.cursor/mcp.json → "url" |
| Codex | ~/.codex/config.toml → [mcp_servers.aialtfinder] |
| Windsurf | mcp_config.json → "serverUrl" |
| Any MCP client | Point it at the Streamable HTTP endpoint over the Model Context Protocol. |
What agents can do
Ask your agent to do any of this over MCP:
- Search the live catalog by keyword, use-case, or category.
- Fetch a tool's full record — description, launch date, and revenue signals.
- List live, same-category alternatives to a well-known tool.
- Submit a launch: the agent drafts the listing, then you claim it by email and add our badge to your homepage before it goes live.
- See the optional paid exposure offers, each always labeled Sponsored.
Agentic checkout, with human approval
Browse paid placement offers and approve any purchase yourself through a Stripe checkout link in your browser — no autonomous spending.
Machine-readable docs
Prefer to read the raw spec? Both files are live and linked here: