Skip to main content
Glama
Br0ski777

word-counter

by Br0ski777

Word Counter API

MCP Server x402 License: MIT

한 번의 호출로 텍스트 지표를 분석합니다: 단어 수, 문자 수, 문장 수, 문단 수, 예상 읽기 시간. 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 body

x402를 지원하는 클라이언트(@x402/fetch, x402-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 에이전트용 x402 마이크로페이먼트 API 100개 -- 하나의 지갑, 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