← WebMCP Directory

Tool tree

wavect.io

Developer Tools
https://wavect.io/
Wavect is an Austrian custom software development agency and software service provider: product-led software for startups and scale-ups. Fractional CTO, AI, Web3, QA. No bullshit.
Explore capabilities

Tools verified

page: Every page

get_servicesAnswer

Returns the full list of Wavect GmbH services (Fractional Co-Founder, Custom Software Development, Software QA) plus specialized capabilities, founders, and trust signals.

View tool JSON
{
  "name": "get_services",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns the full list of Wavect GmbH services (Fractional Co-Founder, Custom Software Development, Software QA) plus specialized capabilities, founders, and trust signals.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_pricingAnswer

Returns Wavect pricing tiers. Retainer services: cancel any week. Refund last week if not blown away. No hours tracked.

View tool JSON
{
  "name": "get_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns Wavect pricing tiers. Retainer services: cancel any week. Refund last week if not blown away. No hours tracked.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "category": {
        "type": "string",
        "enum": [
          "startups",
          "enterprise",
          "engineering",
          "all"
        ],
        "description": "Filter by customer category"
      }
    }
  },
  "page": "/"
}
validate_product_ideaAction

PMF quick-check: returns diagnostic questions and framework recommendation for your product stage

View tool JSON
{
  "name": "validate_product_idea",
  "kind": "act",
  "impl": "imperative",
  "description": "PMF quick-check: returns diagnostic questions and framework recommendation for your product stage",
  "inputSchema": {
    "type": "object",
    "properties": {
      "stage": {
        "type": "string",
        "enum": [
          "idea",
          "pre-revenue",
          "post-revenue"
        ],
        "description": "Current product stage"
      }
    }
  },
  "page": "/"
}
book_consultationSensitive Action

Returns booking information for a free initial consultation with Wavect GmbH

View tool JSON
{
  "name": "book_consultation",
  "kind": "transact",
  "impl": "imperative",
  "description": "Returns booking information for a free initial consultation with Wavect GmbH",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_case_studiesAnswer

Returns Wavect portfolio case studies (newest first). Optionally filter by vertical (AI, Blockchain, Enterprise QA, FinTech, Crypto), year, or free-text keyword.

View tool JSON
{
  "name": "get_case_studies",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns Wavect portfolio case studies (newest first). Optionally filter by vertical (AI, Blockchain, Enterprise QA, FinTech, Crypto), year, or free-text keyword.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "vertical": {
        "type": "string",
        "description": "Optional vertical filter (e.g. 'AI', 'Blockchain', 'Enterprise QA', 'FinTech', 'Crypto'). Case-insensitive."
      },
      "year": {
        "type": "number",
        "description": "Optional year filter (e.g. 2026, 2025)."
      },
      "filter": {
        "type": "string",
        "description": "Optional free-text keyword (matches name, vertical, or technology)."
      }
    }
  },
  "page": "/"
}
discover_icpAnswer

Returns ICP discovery questions for a given stage (YC, Blank, Fitzpatrick, Dunford frameworks). Challenges vague customer assumptions and outputs a behavioral + economic ICP profile.

View tool JSON
{
  "name": "discover_icp",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns ICP discovery questions for a given stage (YC, Blank, Fitzpatrick, Dunford frameworks). Challenges vague customer assumptions and outputs a behavioral + economic ICP profile.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "stage": {
        "type": "string",
        "enum": [
          "assumption-challenge",
          "triggering-moment",
          "behavioral",
          "economic",
          "findability",
          "full"
        ],
        "description": "Which ICP discovery stage to return. Use 'full' for all stages at once."
      }
    }
  },
  "page": "/"
}
qa_auditAction

In-depth QA audit checklist for AI coding agents. Grades test quality, maintainability, security (OWASP), and reliability across 5 stages. Produces a severity-graded QA Audit Report.

View tool JSON
{
  "name": "qa_audit",
  "kind": "act",
  "impl": "imperative",
  "description": "In-depth QA audit checklist for AI coding agents. Grades test quality, maintainability, security (OWASP), and reliability across 5 stages. Produces a severity-graded QA Audit Report.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "stage": {
        "type": "string",
        "enum": [
          "test-quality",
          "maintainability",
          "security",
          "reliability",
          "scalability",
          "full"
        ],
        "description": "Which audit stage to return. Use 'full' for all stages and the report template."
      }
    }
  },
  "page": "/"
}
pricing_strategyAnswer

Pricing strategy advisor. Returns frameworks and questions to find the right value metric, pricing model, price point, and tier structure. Outputs a Pricing Strategy Card.

View tool JSON
{
  "name": "pricing_strategy",
  "kind": "answer",
  "impl": "imperative",
  "description": "Pricing strategy advisor. Returns frameworks and questions to find the right value metric, pricing model, price point, and tier structure. Outputs a Pricing Strategy Card.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "stage": {
        "type": "string",
        "enum": [
          "value-clarity",
          "value-metric",
          "model-selection",
          "price-point",
          "tier-structure",
          "full"
        ],
        "description": "Which pricing stage to return. Use 'full' for all stages and the output card template."
      }
    }
  },
  "page": "/"
}