← Registry

API Tools

aialtfinder.com

This MCP server provides access to AI Alt Finder's catalog of AI tools, enabling searches, details, alternatives, submissions, and promotional offers.

1 endpoint6 known toolsFirst detected August 21, 2026Last detected August 21, 2026

ENDPOINT 1

https://aialtfinder.com/api/mcp/mcp

No auth detected

MCP server metadata

Name
aialtfinder
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

AI Alt Finder answers one question: what can I use instead of this AI tool? Typical order: list_alternatives with the well-known product's slug ("chatgpt", "notion-ai", "figma") -> get_tool for full detail on a candidate. Reach for search_tools instead when the user names a keyword or category rather than a product. Slugs: list_alternatives takes the well-known product's slug as its target. Every result is addressed by its own listing slug, taken from a toolUrl ("/tools/<slug>" -> "<slug>"); do not invent one. Data honesty: revenue is labeled verified (Stripe-connected) or self-reported, and the two are not interchangeable. A listing goes live only after badge verification. Paid placements are always labeled and never change a link's rel. There are no ratings or review scores here, so do not report any. submit_tool creates a DRAFT that a human must claim by email before it can publish. create_checkout returns a URL a HUMAN must open — never attempt payment yourself.

Known tools 6

search_tools

Search the AI Alt Finder catalog of live, published AI tools by a free-text query.

Inferred read-only
get_tool

Fetch the full public detail for one AI tool by its listing slug (as returned by search_tools' toolUrl, e.g.

Inferred read-only
list_alternatives

List live, same-category alternatives to a well-known AI tool (e.g.

Inferred read-only
submit_tool

Submit a new AI tool to AI Alt Finder on behalf of its maker.

Inferred read-only
list_offers

List the optional paid add-ons a maker can buy to promote their listing (name, one-sentence effect, price in USD).

Inferred read-only
create_checkout

Create a Stripe checkout URL for one paid add-on on one listing, and return it for a HUMAN to open.

Potential side effects

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.aialtfinder]
url = "https://aialtfinder.com/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aialtfinder": {
      "type": "http",
      "url": "https://aialtfinder.com/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aialtfinder
Remote MCP URL: https://aialtfinder.com/api/mcp/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": {
    "aialtfinder": {
      "url": "https://aialtfinder.com/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aialtfinder": {
      "type": "http",
      "url": "https://aialtfinder.com/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aialtfinder",
  "transport": "streamable-http",
  "url": "https://aialtfinder.com/api/mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for aialtfinder.com was fetched 2026-08-21T20:32:45.370Z.

Trust status Neutral

aialtfinder.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.