@agentutility/mcp-wordmint
Named LLM tasks. Minted at a sticker price. · 48 tools · $0.001 – $0.02
INSTALL — CLAUDE DESKTOP
{
"mcpServers": {
"agentutility-wordmint": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-wordmint"
],
"env": {
"X402_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HEX"
}
}
}
}Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
INSTALL — CURSOR
{
"mcpServers": {
"agentutility-wordmint": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-wordmint"
],
"env": {
"X402_PRIVATE_KEY": "0x..."
}
}
}
}Path: .cursor/mcp.json in your project root.
FUNDING
Send any amount of USDC on Base mainnet to the address derived from your X402_PRIVATE_KEY. The MCP server uses it to pay per call.
USDC on Base contract: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
TOOLS (48)
| tool | price | description |
|---|---|---|
ai-to-human-text | $0.01 | AI text humanizer / GPT detector bypass. |
card-resolve | $0.005 | Card resolver / graded card string normalizer / free-form card text to canonical card object. |
citation-verify | $0.01 | Citation verifier / fact-check against URL / does-this-source-support-this-claim / hallucination detector. |
classify | $0.02 | Zero-shot text classifier. |
classify-text | $0.02 | Text classifier / zero-shot classifier / category sorter. |
commit-message-from-diff | $0.01 | Git commit message generator / Conventional Commits / AI commit-msg. |
content-simhash | $0.001 | SimHash / 64-bit content fingerprint / near-duplicate detection / dedup hashing / locality-sensitive hash. |
cron-explain | $0.002 | Cron expression explainer / cron parser / scheduling translator. |
cron-next | $0.003 | Cron next fire times / cron forecaster / when does this cron run next / schedule preview / cadence calculator. |
cron-parse | $0.002 | Cron parser. |
describe-image | $0.02 | AI image descriptor / vision LLM. |
detect-language | $0.005 | Language detector / language identification. |
detect-pii | $0.02 | PII detector / data leak scanner. |
dictionary-define | $0.002 | English dictionary / word definition / lookup word / pronunciation / part of speech / synonyms / etymology adjacent. |
email-draft | $0.02 | AI email writer / cold outreach / follow-up generator. |
embedding-similarity | $0.002 | Embedding similarity / cosine similarity / semantic match / vector compare / are-these-strings-similar. |
extract | $0.02 | Named entity extractor / NER. |
extract-entities | $0.005 | Named entity recognition (NER) / entity extractor. |
hash-string | $0.001 | String hasher / multi-algorithm digest / cache-key generator / content fingerprinter / SHA-256 / SHA-1 / SHA-384 / SHA-512 / MD5. |
humanize | $0.01 | AI text humanizer / GPT detector bypass. |
json-schema-validate | $0.003 | JSON Schema validator / JSON validator / structured-output verifier / contract checker. |
moderate-content | $0.02 | Content moderation / safety classifier / OpenAI-style toxicity API. |
pii-redact | $0.005 | PII redactor / mask emails phones SSNs IBANs credit cards IPs / GDPR safe text / privacy scrubber. |
pr-description-from-diff | $0.01 | Pull Request description generator / PR body from unified diff / AI PR description / GitHub PR body / GitLab MR description / generate-pr… |
prompt-compress | $0.005 | Prompt compressor / context shrinker / prompt distiller / cost-cutter for long system prompts. |
regex-from-prompt | $0.01 | Regex generator / NL to regex / pattern builder. |
regex-test | $0.002 | Regex tester / pattern matcher / regex playground / verify-a-pattern / match-and-capture extractor. |
resume-scorer | $0.02 | AI resume scorer / ATS keyword analyzer. |
retrieval-rerank | $0.005 | Retrieval reranker / RAG reranker / document scoring / top-k filter / cross-encoder substitute. |
rewrite-tone | $0.02 | Tone rewriter / paraphraser / writing style changer. |
semantic-chunk | $0.002 | Semantic chunker / text splitter / RAG chunker / chunking with overlap / sentence + paragraph aware. |
sentiment | $0.01 | Sentiment + emotion analyzer. |
sentiment-analysis | $0.01 | Sentiment analyzer / emotion classifier / aspect-based sentiment. |
slugify | $0.001 | URL slug generator / slugifier / canonical-identifier maker / safe-string converter / SEO slug builder / filename slug / cache-key normal… |
sql-from-prompt | $0.02 | Text to SQL / NL to SQL / AI SQL generator. |
structured-extract | $0.01 | Structured-data extractor / JSON-from-text / schema-guided extraction / key-value pull / form-filler. |
summarize | $0.01 | AI summarizer / TLDR generator. |
summarize-text | $0.01 | AI text summarizer / TLDR generator. |
text-classify | $0.005 | Text classifier. |
text-embedding | $0.002 | Text embedding / vector embedding / semantic vector / Venice embeddings / Gemini embeddings / BGE-M3. |
text-normalize | $0.001 | Text normalize. |
thesaurus | $0.002 | Thesaurus / synonyms / antonyms / similar words / rhymes / Datamuse / paraphrasing / query expansion. |
token-count | $0.001 | Token count / tokenizer estimate / GPT-4 token count / Claude token count / Gemini token count / context-window pre-flight. |
tool-card-generate | $0.005 | Tool card generator / OpenAI function-calling spec / A2A tool-card / agent tool description. |
translate | $0.005 | AI translator. |
translate-text | $0.01 | AI translator — 100+ languages, native-fluent. |
type-inference-from-json | $0.001 | Type inference from JSON / JSON to TypeScript / JSON to Zod / JSON to JSON Schema / JSON shape inferer / quicktype-style type generator. |
unicode-normalize | $0.001 | Unicode normalize / NFC NFD NFKC NFKD / homoglyph detection / IDN spoof / lookalike chars / invisible characters / zero-width / phishing… |
SEE ALSO