word-counter
Word Counter API
한 번의 호출로 텍스트 지표를 분석합니다: 단어 수, 문자 수, 문장 수, 문단 수, 예상 읽기 시간. x402를 통한 호출당 결제(Base L2 기반 USDC) -- API 키 없음, 가입 없음, 호출량 제한 장벽 없음.
klymax402 마켓플레이스의 일부 -- AI 에이전트용 x402 마이크로페이먼트 API 100개, 하나의 지갑, 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 에이전트용 x402 마이크로페이먼트 API 100개 -- 하나의 지갑, Base의 USDC, 가입 없음.
전체 API 레퍼런스: https://xlymax402.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