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
cosai-labs avatar

ToolPipe MCP Server

cosai-labs/toolpipe
4SSEregistry active
Summary

Pipes 238+ developer utilities directly into Claude through the Model Context Protocol. You get text processing (JSON formatting, Base64, markdown conversion), network tools (DNS lookup, WHOIS, SSL checks), code helpers (Dockerfile generation, regex testing, JWT decoding), and media operations (QR codes, image resizing, PDF generation) all as callable functions. The same endpoints power both the MCP interface and a public REST API at toolpipe.dev. Useful when you need Claude to generate a QR code, validate JSON structure, check DNS records, or format code without switching contexts. Free tier has no API key requirement, which makes it easy to drop into any MCP client configuration.

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 →

ToolPipe - 238+ Free Developer Tools & APIs

Free, open-source developer tools suite. No signup, no tracking, no nonsense.

Try it now | Official MCP Registry

MCP Server (for AI Agents)

ToolPipe is available as an MCP (Model Context Protocol) server. Add to your Claude Code, Cursor, or any MCP-compatible client:

{
  "mcpServers": {
    "toolpipe": {
      "url": "https://toolpipe.dev/mcp"
    }
  }
}

Listed on the Official MCP Registry as io.github.Ithiel-Labs/toolpipe-mcp-server (v1.20.0).

Tools (238+)

Text & Data Processing

  • JSON Formatter, Validator, Minifier
  • JSON to CSV, CSV to JSON
  • Base64 Encode/Decode
  • Markdown to HTML
  • Text Analysis (word count, readability, sentiment)
  • ROT13, URL Encode/Decode
  • Lorem Ipsum Generator

Code & DevOps

  • Code Review (AI-powered)
  • Dockerfile Generator
  • .gitignore Generator
  • SQL Formatter
  • Regex Tester
  • JWT Decoder
  • Cron Expression Parser

Web & Network

  • DNS Lookup (A, AAAA, MX, NS, TXT)
  • WHOIS Queries
  • SSL Certificate Checker
  • URL Metadata Extraction (Open Graph)
  • URL Shortener
  • HTTP Header Inspection
  • Security Header Analysis

Media & Visual

  • QR Code Generator
  • Image Resize & Convert
  • PDF Generation (HTML to PDF)
  • Color Converter (HEX/RGB/HSL)
  • CSS Gradient Generator
  • Favicon Extraction

Utilities

  • UUID Generator (v4)
  • Password Generator
  • Timestamp Converter
  • IP Geolocation
  • User Agent Parser
  • Diff Checker

REST API

238+ endpoints. Free tier: no API key needed.

# Generate QR code
curl -X POST https://toolpipe.dev/qr/generate \
  -H "Content-Type: application/json" \
  -d '{"data": "https://example.com"}'

# Format JSON
curl -X POST https://toolpipe.dev/json/format \
  -H "Content-Type: application/json" \
  -d '{"json": "{\"key\":\"value\"}"}'

# DNS Lookup
curl "https://toolpipe.dev/dns/lookup?domain=github.com"

# Generate UUID
curl https://toolpipe.dev/uuid/generate

# Hash text
curl -X POST https://toolpipe.dev/hash/generate \
  -H "Content-Type: application/json" \
  -d '{"text": "hello", "algorithm": "sha256"}'

Pricing

PlanPriceAPI Calls
Free$0No limit (fair use)
Pro$9.99/moPriority support
Enterprise$99/moSLA + custom tools

Pay with crypto (ETH, USDC, USDT). No KYC required.

Links

  • Web Tools
  • Official MCP Registry
  • Source Code

Support

Send ETH/USDC/ERC-20 tokens to:

0xBCF464909b748d720fd5DDA25ad3d313Dd4b53D6

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 →
Registryactive
TransportSSE
UpdatedApr 3, 2026
View on GitHub

More from cosai-labs

  • ToolPipe MCP Server6
  • ToolPipe MCP Server6