← All WebMCP sites

siblingssoftware.com.ar

Developer Toolshttps://siblingssoftware.com.ar/listed as of 2026-08-01
Spanish-language site for Siblings Software, an Argentina-based (Córdoba) software development and staff-augmentation company. Read-only WebMCP tools let an agent read the company profile, list and search services by buyer intent, compare engagement models, browse case studies, and pull pricing context, plus a declarative contact-form tool to send an inquiry.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 54/100 (C).

Tools

get_company_profileanswerimperative
Returns Siblings Software company profile, delivery model, ideal buyers, and contact channels.
Input schema
{
  "type": "object",
  "properties": {}
}
list_servicesanswerimperative
Lists Siblings Software services with canonical URLs. Optional category filter.
Input schema
{
  "type": "object",
  "properties": {
    "category": {
      "type": "string",
      "description": "all | outsourcing | staff_augmentation | dedicated_teams | ai | commerce | technology"
    }
  }
}
find_service_by_intentanswerimperative
Maps a buyer query to the best-matching Siblings Software service pages.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Commercial intent, e.g. hire TypeScript developers nearshore"
    },
    "buyerRole": {
      "type": "string",
      "description": "CTO | founder | engineering_manager | procurement | unknown"
    }
  },
  "required": [
    "query"
  ]
}
compare_engagement_modelsactimperative
Compares staff augmentation, dedicated teams, project-based outsourcing, and nearshore delivery.
Input schema
{
  "type": "object",
  "properties": {
    "need": {
      "type": "string",
      "description": "individual developer | managed squad | fixed project | unsure"
    }
  }
}
get_case_studiesanswerimperative
Returns published Siblings Software case studies with industries and technologies.
Input schema
{
  "type": "object",
  "properties": {
    "industry": {
      "type": "string",
      "description": "fintech | ecommerce | iot | security | any"
    },
    "technology": {
      "type": "string",
      "description": "angular | go | dotnet | react | any"
    }
  }
}
get_pricing_contextanswerimperative
Returns published pricing band context and cost drivers (not binding quotes).
Input schema
{
  "type": "object",
  "properties": {
    "serviceType": {
      "type": "string",
      "description": "staff_augmentation | dedicated_team | project | unsure"
    }
  }
}
get_contact_optionsanswerimperative
Returns human contact options for Siblings Software (read-only, does not submit forms).
Input schema
{
  "type": "object",
  "properties": {}
}
contactSiblingsSoftwaretransactdeclarative
Send a message to Siblings Software to inquire about software development outsourcing services, staff augmentation, or request a quote
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Nombre *"
    },
    "email": {
      "type": "string",
      "description": "Email *"
    },
    "phone": {
      "type": "string",
      "description": "Teléfono"
    },
    "company": {
      "type": "string",
      "description": "Empresa"
    },
    "message": {
      "type": "string",
      "description": "¿Cómo podemos ayudarte?* Escribí al menos 20 caracteres"
    },
    "website": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "email",
    "message"
  ]
}
Listings are sourced from public community registries and shown as reported.