For AI agents and LLM tool-use

Built for AI Agents

190 MCP tools. 72 APIs. One key.
The utility layer your agent needs.

Get Your Agent KeyBrowse 190 Tools

Why agents use VanMoose

One integration, 72 capabilities

A single MCP server replaces dozens of separate API integrations. Install once, access everything.

Structured for LLMs

Typed schemas, consistent error codes, machine-readable JSON responses. No HTML parsing, no guessing.

Scoped keys for agents

Issue keys limited to exactly the tools your agent needs. Reduce surface area, enforce least privilege.

MCP Quick Start

Add VanMoose to your agent in under a minute. Pick your client:

Claude DesktopAdd to claude_desktop_config.json
{
  "mcpServers": {
    "vanmoose": {
      "command": "npx",
      "args": ["-y", "@vanmoose/mcp-server"],
      "env": { "VANMOOSE_API_KEY": "vm_live_your_key_here" }
    }
  }
}
CursorAdd to .cursor/mcp.json
{
  "mcpServers": {
    "vanmoose": {
      "command": "npx",
      "args": ["-y", "@vanmoose/mcp-server"],
      "env": { "VANMOOSE_API_KEY": "vm_live_your_key_here" }
    }
  }
}
Claude CodeAdd to .claude/settings.json
{
  "mcpServers": {
    "vanmoose": {
      "command": "npx",
      "args": ["-y", "@vanmoose/mcp-server"],
      "env": { "VANMOOSE_API_KEY": "vm_live_your_key_here" }
    }
  }
}
Direct APIAny HTTP client or agent framework
curl -H "X-VanMoose-Key: vm_live_your_key" \
  https://emailverify.vanmoose.cc/v1/verify?email=test@example.com

What your agent can do

Validation
Verify user emails before sending
Web Intelligence
Extract article content from any URL
Security
Check if credentials appeared in a breach
Network
Geolocate IPs for fraud detection
Text Processing
Detect language of user input
Image Generation
Generate QR codes on the fly
Developer Utils
Parse JWT tokens without a library
Converters
Convert CSV to JSON in one call
Data Tools
Generate test data for development
Image Processing
Compress images before storage

Structured for agents

VanMoose is designed to be consumed by machines, not just humans.

OpenAPI 3.1 specllms.txtFull referenceMCP discovery
190 typed tool definitions
Consistent error codes (QUOTA_EXCEEDED, SCOPE_VIOLATION, ...)
Scoped API keys (limit agent to specific categories)

Pricing for agents

Your agent makes 10K calls/month for $9.99

PlanPriceRequestsCost / call
Free$0200/mo$0
Pro$9.9910K/mo$0.001
Ultra$49.99100K/mo$0.0005
Mega$1991M/mo$0.0002

Give your agent superpowers

Get your agent keyRead the full referenceBrowse all 190 tools