← WebMCP Directory

Tool tree

iaseguro.com

Finance & Crypto
https://iaseguro.com/
Insurance comparison information, with guides to insurance types, coverage, and insurers.
Explore capabilities

Tools verified

get_insurance_guideAction

Fetch detailed guide, pricing benchmark, coverage breakdown, and FAQs for a specific insurance type (params: insurance_type, navigate=false) -> {slug, title, description, headings, faqs, url}

View tool JSON
{
  "name": "get_insurance_guide",
  "kind": "act",
  "impl": "imperative",
  "description": "Fetch detailed guide, pricing benchmark, coverage breakdown, and FAQs for a specific insurance type (params: insurance_type, navigate=false) -> {slug, title, description, headings, faqs, url}",
  "inputSchema": {
    "type": "object",
    "properties": {
      "navigate": {
        "type": "boolean",
        "default": false,
        "description": "Whether to navigate the browser to the guide page."
      },
      "insurance_type": {
        "type": "string",
        "description": "Insurance category slug (e.g. 'vida', 'coche', 'salud', 'hogar', 'decesos', 'viaje', 'mascotas', 'moto', 'patinete', 'responsabilidad-civil'). Defaults to 'vida'."
      }
    },
    "additionalProperties": false
  }
}
get_insurer_detailsAction

Fetch details and comparison summary for a specific insurance company (params: insurer_slug, navigate=false) -> {name, slug, title, summary, details, url}

View tool JSON
{
  "name": "get_insurer_details",
  "kind": "act",
  "impl": "imperative",
  "description": "Fetch details and comparison summary for a specific insurance company (params: insurer_slug, navigate=false) -> {name, slug, title, summary, details, url}",
  "inputSchema": {
    "type": "object",
    "properties": {
      "navigate": {
        "type": "boolean",
        "default": false,
        "description": "Whether to navigate the browser to the insurer page."
      },
      "insurer_slug": {
        "type": "string",
        "description": "Insurer slug identifier (e.g. 'adeslas', 'allianz', 'axa', 'mapfre', 'sanitas'). Defaults to 'adeslas'."
      }
    },
    "additionalProperties": false
  }
}
list_insurance_typesAnswer

List all available insurance categories offered for comparison on IAseguro (params: none) -> list [{slug, title, description, url}]

View tool JSON
{
  "name": "list_insurance_types",
  "kind": "answer",
  "impl": "imperative",
  "description": "List all available insurance categories offered for comparison on IAseguro (params: none) -> list [{slug, title, description, url}]",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}