Home / For / Developers
For Developers

Stop re-implementing the same 20 utility functions.

Hashing, encoding, checksum validation, cron math, rate-limit backoffs — every project reaches for the same small utilities. WingMan hosts them as callable MCP tools, so your agent or build scripts call them over JSON-RPC or plain HTTP instead of vendoring another dependency.

12 tools for developers

developer
Deterministic UUID (v5 / v3)
Stable name-based UUID from a namespace and name — same inputs, same UUID (no randomness).
developer
Text Hash Digest (SHA / MD5)
Real cryptographic hex digests of a UTF-8 string — sha256 by default, plus the full family.
developer
JWT Decoder (no signature verification)
Decode a JWT's header and payload to JSON. Does NOT verify the signature — contents are unauthenticated.
developer
Encoder / Decoder (base64 / url / hex)
Reversibly encode or decode text between base64, base64url, URL-percent and hex.
developer
HMAC Generator
Compute an HMAC digest (SHA-256 by default) for a key–message pair.
developer
Checksum Validator
Validate or compute check digits for IBAN, ISBN-10, and ISBN-13 identifiers.
developer
CRC-32 / Adler-32 Checksum
Compute a CRC-32 or Adler-32 checksum for an arbitrary text string.
developer
IPv4 Subnet / CIDR Calculator
Network, broadcast, netmask, usable host range and counts for an IPv4 CIDR block.
developer
Cron Next Run Times
Next fire times of a 5-field cron expression after a base time.
developer
Rate Limit Advisor
Remaining capacity, wait time, and burst headroom for a sliding-window rate limit.
developer
Retry Backoff Schedule
Exponential backoff delays per attempt with optional jitter and per-attempt cap.
developer
LLM Token & API Cost Estimator
Estimate token count from text (or pass exact counts) and compute API cost at per-million prices.

Related MCP servers

Third-party servers worth connecting alongside the hosted tools above.

com.googleapis.composer/mcp
Interact with your Google Cloud Composer resources using natural language commands.
com.googleapis.datastream/mcp
Interact with your Google Cloud Datastream resources using natural language commands.
Amazon ECS MCP Server
AI-powered Amazon ECS workload management
Examova — Exam Prep
Practice questions, exam facts & study guides for professional certification exams.
Claidex MCP
Biomedical failure intelligence platform for terminated trials and translational analysis.
com.googleapis.firestore/mcp
Interact with your Google Cloud Firestore resources using natural language commands.

Install

One command wires up every tool below for Claude Code:

claude mcp add --transport http wingman https://wingmanprotocol.com/mcp

Claude Desktop, Cursor and Continue configs are on /install. A free key (500 calls/month, no card) is on /pricing; beyond that it is x402 pay-per-call in USDC on Base.