Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint

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