← Registry

AI & Machine Learning

lanzamientosia.com

Provides a catalog interface for discovering, submitting, and managing AI tools on Lanzamientos IA.

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

ENDPOINT 1

https://lanzamientosia.com/api/mcp/mcp

No auth detected

MCP server metadata

Name
lanzamientosia
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Lanzamientos IA es la tabla diaria de herramientas de IA recién lanzadas. Orden habitual: search_tools para encontrar candidatas -> 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_tools

Search the Lanzamientos IA 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.

Inferred read-only
list_alternatives

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

Inferred read-only
submit_tool

Submit a new AI tool to Lanzamientos IA 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.lanzamientosia]
url = "https://lanzamientosia.com/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "lanzamientosia",
  "transport": "streamable-http",
  "url": "https://lanzamientosia.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 lanzamientosia.com was fetched 2026-08-11T19:40:01.871Z.

Trust status Trusted

lanzamientosia.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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