AI & Machine Learning
iaselecta.com
Provides a searchable catalog of AI tools with details, alternatives, and submission options.
ENDPOINT 1
https://iaselecta.com/api/mcp/mcp
MCP server metadata
- Name
- iaselecta
- Version
- 1.0.0
IA Selecta es el catálogo de herramientas de IA, ordenado por categoría. Orden habitual: search_tools para buscar por palabra clave, caso de uso o categoría -> get_tool para el detalle completo de una ficha -> list_alternatives cuando se buscan sustitutas de un producto concreto. Slugs: cada herramienta se identifica por el slug de su ficha. Tómalo de la toolUrl de un resultado de search_tools ("/tools/<slug>" -> "<slug>"); no lo inventes. Honestidad de los datos: los ingresos se marcan como verificados (conectados con Stripe) o declarados por la propia empresa, y las dos cosas no son intercambiables. Una ficha se publica solo después de verificar el badge. Las posiciones de pago van siempre señaladas y nunca cambian el rel de un enlace. Aquí no hay puntuaciones ni reseñas, así que no menciones ninguna. submit_tool crea un BORRADOR que una persona debe reclamar por correo antes de que se publique. create_checkout devuelve una URL que debe abrir una PERSONA — nunca intentes pagar tú.
Known tools 6
search_toolsSearch the IA Selecta catalog of live, published AI tools by a free-text query.
Inferred read-onlyget_toolFetch the full public detail for one AI tool by its listing slug (as returned by search_tools' toolUrl, e.
Inferred read-onlylist_alternativesList live, same-category alternatives to a well-known AI tool (e.
Inferred read-onlylist_offersList the optional paid add-ons a maker can buy to promote their listing (name, one-sentence effect, price in USD).
Inferred read-onlycreate_checkoutCreate a Stripe checkout URL for one paid add-on on one listing, and return it for a HUMAN to open.
Potential side effectsCONNECT 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.iaselecta]
url = "https://iaselecta.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"iaselecta": {
"type": "http",
"url": "https://iaselecta.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: iaselecta
Remote MCP URL: https://iaselecta.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": {
"iaselecta": {
"url": "https://iaselecta.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"iaselecta": {
"type": "http",
"url": "https://iaselecta.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "iaselecta",
"transport": "streamable-http",
"url": "https://iaselecta.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 iaselecta.com was fetched 2026-08-23T16:30:29.774Z.
iaselecta.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.