word-counter
Word Counter API
Analiza métricas de texto: recuento de palabras, caracteres, frases, párrafos y tiempo de lectura estimado en una sola llamada. Pago por llamada mediante x402 (USDC en Base L2) -- sin clave API, sin registro, sin límite de llamadas.
Parte del klymax402 marketplace -- 100 APIs de micropagos x402 para agentes de IA, una sola cartera, USDC en Base.
Quickstart -- MCP
Añade esto a la configuración de tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"word-counter": {
"url": "https://word-counter.api.klymax402.com/mcp"
}
}
}Related MCP server: ai-summarizer
Quickstart -- 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 bodyCualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) gestiona automáticamente el ciclo 402 -> firma -> reintento.
Herramientas
Herramienta | Método | Ruta | Precio | Descripción |
| POST |
| $0.003 | Cuenta palabras, caracteres, frases, párrafos y tiempo de lectura |
text_count_words
Usa esta herramienta cuando necesites contar palabras, caracteres, frases o párrafos de un texto. Devuelve estadísticas completas del texto con tiempo de lectura estimado.
Parámetros
Nombre | Tipo | Requerido | Descripción |
| string | sí | El texto a analizar |
Ejemplo de respuesta:
{"words":250,"characters":1450,"charactersNoSpaces":1200,"sentences":15,"paragraphs":4,"readingTime":1.25}Cuándo usarla: validación de longitud de contenido, cálculo del tiempo de lectura de un artículo o comprobación de si el texto cumple los requisitos mínimos de número de palabras. Esencial ANTES de publicar entradas de blog o de enviar contenido con limitaciones de longitud.
No apta para: detección de idiomas (usa text_detect_language), análisis de sentimientos (usa text_analyze_sentiment), comparación de textos (usa text_compare_diff).
Ejemplos de prompts para agentes
"Cuenta palabras, caracteres, frases o párrafos de un texto"
Pago
Protocolo: x402 -- pago por llamada nativo de HTTP, sin registro, sin clave API
Red: Base L2 (
eip155:8453)Activo: USDC
Facilitador: Coinbase CDP (principal), PayAI (respaldo)
También accesible mediante ATXP (x402 envuelto en OAuth, metadatos de recurso protegido RFC 9728)
Parte de klymax402
100 APIs de micropagos x402 para agentes de IA -- una sola cartera, USDC en Base, cero registros.
Catálogo: https://klymax402.com/llms.txt
Referencia completa de la API: https://klymax402.com/llms-full.txt
Estadísticas en directo: https://klymax402.com/stats
Licencia
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