← WebMCP Directory

Tool tree

bindbee.dev

Developer Tools
https://bindbee.dev/
A unified API for HRIS, ATS, payroll, and benefits integrations, with integration details, pricing, and customer case studies.
Explore capabilities

Tools verified

get_integration_detailAnswer

Get detailed data models, connection protocols, and capabilities for a specific HRIS/ATS integration.

View tool JSON
{
  "name": "get_integration_detail",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get detailed data models, connection protocols, and capabilities for a specific HRIS/ATS integration.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "Full URL of the integration detail page"
      },
      "slug": {
        "type": "string",
        "description": "The integration slug (e.g. 7shifts, bamboohr)"
      }
    },
    "additionalProperties": false
  }
}
get_pricing_plansAnswer

Retrieve Bindbee per-connection pricing tiers, features, sync frequencies, and plan comparison details.

View tool JSON
{
  "name": "get_pricing_plans",
  "kind": "answer",
  "impl": "imperative",
  "description": "Retrieve Bindbee per-connection pricing tiers, features, sync frequencies, and plan comparison details.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
list_case_studiesAnswer

Browse customer case studies and integration outcomes across HR Tech and Employee Benefits platforms.

View tool JSON
{
  "name": "list_case_studies",
  "kind": "answer",
  "impl": "imperative",
  "description": "Browse customer case studies and integration outcomes across HR Tech and Employee Benefits platforms.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Optional keyword filter by company name or title"
      }
    },
    "additionalProperties": false
  }
}
list_integrationsAnswer

List and filter available HRIS, ATS, Payroll, and Benefits integrations supported by Bindbee Unified API.

View tool JSON
{
  "name": "list_integrations",
  "kind": "answer",
  "impl": "imperative",
  "description": "List and filter available HRIS, ATS, Payroll, and Benefits integrations supported by Bindbee Unified API.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Optional search keyword to filter integrations by name or slug"
      },
      "category": {
        "type": "string",
        "description": "Optional category or protocol filter"
      }
    },
    "additionalProperties": false
  }
}
start_book_demoAction

Initiate safe handoff to book a live product demo and architectural consultation with the Bindbee team.

View tool JSON
{
  "name": "start_book_demo",
  "kind": "act",
  "impl": "imperative",
  "description": "Initiate safe handoff to book a live product demo and architectural consultation with the Bindbee team.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "intent": {
        "type": "string",
        "description": "Primary integration intent or use case"
      }
    },
    "additionalProperties": false
  }
}