CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
br0ski777 avatar

Word Counter API

br0ski777/word-counter-x402
1 toolsSSEregistry active
Summary

Gives Claude tools to analyze text by counting words, characters, sentences, and paragraphs, plus estimating reading time. Built as an x402 micropayment enabled service, so each analysis request costs a small amount routed through the Klymax network. The repository is fairly bare bones with no README yet, but the setup is straightforward: it runs as a remote SSE transport hitting their API endpoint. You'd use this if you're building content tools or editorial workflows where you need text metrics on demand and want to pay per use instead of running your own counting logic. The micropayment angle makes it more interesting for high volume scenarios where you'd rather not spin up infrastructure.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

1 tools
text_count_wordsUse this when you need to count words, characters, sentences, or paragraphs in text. Returns comprehensive text statistics with reading time estimate. 1. words -- total word count 2. characters -- ch1 params

Use this when you need to count words, characters, sentences, or paragraphs in text. Returns comprehensive text statistics with reading time estimate. 1. words -- total word count 2. characters -- ch

Parameters* required
textstring
The text to analyze

Word Counter API

MCP Server x402 License: MIT

Analyze text metrics: word count, characters, sentences, paragraphs, and estimated reading time in one call. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.

Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.

Quickstart -- MCP

Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):

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

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 body

Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.

Tools

ToolMethodPathPriceDescription
text_count_wordsPOST/api/count$0.003Count words, characters, sentences, paragraphs, and reading time

text_count_words

Use this when you need to count words, characters, sentences, or paragraphs in text. Returns comprehensive text statistics with reading time estimate.

Parameters

NameTypeRequiredDescription
textstringyesThe text to analyze

Example response:

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

When to use: content length validation, estimating article reading time, or checking if text meets minimum word count requirements. Essential BEFORE publishing blog posts or submitting content with length constraints.

Not for: language detection (use text_detect_language), sentiment analysis (use text_analyze_sentiment), text comparison (use text_compare_diff).

Example agent prompts

  • "Count words, characters, sentences, or paragraphs in text"

Payment

  • Protocol: x402 -- HTTP-native pay-per-call, no signup, no API key
  • Network: Base L2 (eip155:8453)
  • Asset: USDC
  • Facilitator: Coinbase CDP (primary), PayAI (fallback)
  • Also reachable via ATXP (OAuth-wrapped x402, RFC 9728 protected-resource metadata)

Part of klymax402

100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.

  • Catalog: https://klymax402.com/llms.txt
  • Full API reference: https://klymax402.com/llms-full.txt
  • Live stats: https://klymax402.com/stats

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Productivity & Office
Registryactive
TransportSSE
UpdatedMay 16, 2026
View on GitHub

More from br0ski777

  • Webhook Tester API
  • Stock Price API
  • AI Text Summarizer API
  • Airdrop Checker API
  • Base DeFi Yield Optimizer API
  • Crypto News Feed API
  • Currency Converter API
  • DEX Swap Quotes API
  • Domain Intelligence API
  • Email Verification API
  • Funding Rate Arbitrage Scanner API
  • Gas Oracle API
  • Hyperliquid Funding Rates API
  • Jupiter Solana Swap Quote API
  • NFT Floor Price & Rarity API
  • Order Book Depth API
  • Password Strength Analyzer API
  • Perpetual Funding Rates API
  • PII Detector API
  • Port Scanner API
  • SEO Page Analyzer
  • SMS Validator API
  • Solana Token Launch Scanner API
  • Token Safety & Contract Risk API

Related Productivity & Office MCP Servers

View all →
cornelcroi avatar
Bookmark Lens

io.github.cornelcroi/bookmark-lens

Local-first bookmark management with semantic search and AI-powered organization
evozim avatar
Task-Orchestrator

io.github.evozim/task-orchestrator

Multi-agent swarm planner and project sprint allocator.
infoinlet-marketplace avatar
Mcp Calendar

io.github.infoinlet-marketplace/mcp-calendar

Google Calendar for AI agents — list/create/delete events and free-busy via OAuth token.
mctx-ai avatar
Todo

io.github.mctx-ai/todo

Personal todo list that persists across sessions and MCP clients. Create, update, complete, reorder,
pipeworx-io avatar
Asana

io.github.pipeworx-io/asana

Asana MCP — wraps the Asana REST API (OAuth)
pipeworx-io avatar
Clickup

io.github.pipeworx-io/clickup

ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)