word-counter
Word Counter API
テキストのメトリクス(単語数、文字数、文数、段落数、推定読了時間)を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 bodyx402 対応クライアント(@x402/fetch、x402-agent-tools、ATXP)は、402 → 署名 → 再試行のサイクルを自動で処理します。
ツール
ツール | メソッド | パス | 料金 | 説明 |
| POST |
| $0.003 | 単語数、文字数、文数、段落数、読了時間をカウントします |
text_count_words
テキスト内の単語数、文字数、文数、段落数を数える必要がある場合に使用します。読了時間の見積もりを含む、包括的なテキスト統計を返します。
パラメータ
名前 | 型 | 必須 | 説明 |
| 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、サインアップ不要。
API フルリファレンス(完全版): https://klymax402.com/llms-full.txt
ライブ統計: https://klymax402.com/stats
ライセンス
MIT
This server cannot be installed
Maintenance
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
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1- AlicenseNot gradedqualityBmaintenanceAI text and URL summarizer that extracts key points, reduces word count, and estimates reading time, with pay-per-call via x402 micropayments.MIT
- AlicenseNot gradedqualityBmaintenanceProvides 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
- AlicenseNot gradedqualityBmaintenanceClassifies text into topic categories with confidence scores, readability metrics, and content type detection, using x402 micropayments for pay-per-call access.MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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