Skip to main content
Glama
Vanwida

@vanwida/haul-mcp

by Vanwida

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HAUL_API_KEYYesYour HAUL API key, get it at https://haul.aistudios.pro

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
haul_verify_emailA

Verify if an email address is valid and deliverable. Costs 1 credit.

haul_verify_phoneA

Verify if a phone number is valid and get carrier/country info. Costs 2 credits.

haul_check_balanceA

Check your current HAUL credit balance.

haul_topup_creditsA

Get a Stripe checkout URL to buy more HAUL credits. Returns a URL the user can open.

haul_list_toolsA

List all available HAUL tools and their credit costs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct operation: email verification, phone verification, balance checking, credit top-up, and tool listing. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow the same haul_verb_noun pattern using lowercase snake_case. This makes the API surface predictable and easy to navigate.

Tool Count5/5

Five tools is well-scoped for a verification service with account management. Each tool serves a clear purpose and none feel redundant or missing.

Completeness5/5

The tool set covers the full user workflow: checking balance, verifying email or phone, adding credits via top-up, and discovering available tools. No critical gaps exist for the stated domain.

Maintenance

ActivityInactive
ResponsivenessNo issues