Are you the author? Sign in to claim
mcpbin is a lightweight testing service similar to httpbin, designed specifically for MCP (Model Context Protocol) envir
MCP testing server built with FastMCP. Provides tools, resources, and prompts for testing MCP client implementations.
uv sync
Add the hosted mcpbin server to Claude Code:
claude mcp add --scope local --transport http mcpbin https://mcpbin.fastmcp.app/mcp
make dev
echo - Echo back input dataecho_context - Return request context infostatus_error - Raise error with message/coderandom_error - Random success/failuredelay - Wait for specified durationgenerate_uuid - Generate UUID v4timestamp - Get current timestampbase64_encode / base64_decode - Base64 encodingsample_echo - Basic LLM samplingsample_with_system - Sampling with system promptsample_with_params - Sampling with temperature/max_tokenssample_multi_turn - Multi-turn conversationelicit_string - Request string inputelicit_number - Request integer inputelicit_boolean - Request boolean inputelicit_choice - Request choice from optionselicit_structured - Request structured dataresource://echo/{message} - Echo messageresource://bytes/{size} - Random bytesresource://json/sample - Sample JSON datamake test # Run tests
make lint # Check code style
make format # Format code
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows