Skip to main content
Glama
Br0ski777

word-counter

by Br0ski777

Word Counter API

MCP Server x402 License: MIT

テキストのメトリクス(単語数、文字数、文数、段落数、推定読了時間)を1回の呼び出しで分析できます。x402 による従量課金(Base L2 上の USDC)に対応しており、API キーは不要、登録も不要、レート制限もありません。

klymax402 マーケットプレイスの一部です。AI エージェント向けの100の x402 マイクロペイメント API を、1つのウォレット、Base 上の USDC で提供します。

クイックスタート -- MCP

MCP クライアント設定(Claude Desktop、Cursor、ElizaOS など)に追加します:

{
  "mcpServers": {
    "word-counter": {
      "url": "https://word-counter.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: ai-summarizer

クイックスタート -- HTTP (x402)

curl -X POST "https://word-counter.api.klymax402.com/api/count" \
  -H "Content-Type: application/json" \
  -d '{"text":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

x402 対応クライアント(@x402/fetchx402-agent-tools、ATXP)は、402 → 署名 → 再試行のサイクルを自動で処理します。

ツール

ツール

メソッド

パス

料金

説明

text_count_words

POST

/api/count

$0.003

単語数、文字数、文数、段落数、読了時間をカウントします

text_count_words

テキスト内の単語数、文字数、文数、段落数を数える必要がある場合に使用します。読了時間の見積もりを含む、包括的なテキスト統計を返します。

パラメータ

名前

必須

説明

text

string

必須

分析対象のテキスト

応答例:

{"words":250,"characters":1450,"charactersNoSpaces":1200,"sentences":15,"paragraphs":4,"readingTime":1.25}

使用するタイミング: コンテンツの長さの検証、記事の読了時間の推定、テキストが最小単語数要件を満たしているかの確認に使用します。ブログ記事を公開したり、文字数制限のあるコンテンツを提出する前には必須です。

対象外: 言語検出(text_detect_language を使用)、感情分析(text_analyze_sentiment を使用)、テキスト比較(text_compare_diff を使用)。

エージェントプロンプトの例

  • "テキストの単語数、文字数、文数、段落数を数えて"

支払い

  • プロトコル: x402 -- HTTP ネイティブの従量課金、サインアップ不要、API キー不要

  • ネットワーク: Base L2 (eip155:8453)

  • 資産: USDC

  • ファシリテーター: Coinbase CDP(プライマリ)、PayAI(フォールバック)

  • また、ATXP 経由でも利用可能(OAuth でラップされた x402、RFC 9728 の保護リソース・メタデータ)

klymax402 の一部

AI エージェント向けの100の x402 マイクロペイメント API -- 1つのウォレット、Base 上の USDC、サインアップ不要。

ライセンス

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides sentiment analysis with emotion detection, confidence scores, and key phrase extraction for single texts or batches up to 20, using pay-per-call via x402 micropayments (USDC on Base L2).
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Classifies text into topic categories with confidence scores, readability metrics, and content type detection, using x402 micropayments for pay-per-call access.
    MIT

View all related MCP servers

Related MCP Connectors

  • Telegram channel analytics and statistics for AI agents, pay-per-call in USDC via x402.

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

  • x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/word-counter-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server