@vanwida/haul-mcp
v1.0.2
Published
MCP server for HAUL — agent-native API marketplace
Maintainers
Readme
@vanwida/haul-mcp
MCP server for HAUL — the agent-native API marketplace.
Installation
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"haul": {
"command": "npx",
"args": ["-y", "@vanwida/haul-mcp"],
"env": {
"HAUL_API_KEY": "haul_sk_your_key_here"
}
}
}
}Get your API key at haul.aistudios.pro.
Tools
| Tool | Description | Credits |
|------|-------------|---------|
| haul_verify_email | Verify if an email is valid and deliverable | 1 |
| haul_verify_phone | Verify a phone number, get carrier/country info | 2 |
| haul_check_balance | Check your credit balance | 0 |
| haul_topup_credits | Get a Stripe checkout URL to buy credits | 0 |
| haul_list_tools | List all available tools and costs | 0 |
Pricing
| Amount | Credits | |--------|---------| | $10 | 1,000 | | $25 | 2,750 | | $50 | 6,000 | | $100 | 13,000 |
Development
npm install
npm run build
HAUL_API_KEY=haul_sk_xxx node dist/index.jsLicense
MIT
