test-tools-server
MCP STDIO server with standard test tools for integration testing
pinned to #65f33dfupdated 2 weeks ago
Ask your AI client: “install mcps/test-tools-server”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/test-tools-servermetahub onboarded this repo on the author's behalf.
If you own github.com/maximhq/bifrost on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
6,426
Last commit
2 weeks ago
Latest release
published
- #ai-gateway
- #gateway
- #gateway-services
- #generative-ai
- #guardrails
- #llm
- #llm-cost
- #llm-gateway
- #llm-observability
- #llmops
- #load-balancing
- #mcp-client
- #mcp-gateway
- #mcp-server
- #model-router
- #token-management
What this server exposes
Surfaces parsed from this server's source at publish time.
Launches: test-tools-server
Evaluation report
PassingAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.65f33df· 2 weeks ago
Select a category above to see its individual checks.
Release history
1- releasecurrent65f33dfpass2 weeks ago
Contents
Test Tools MCP Server
Standard MCP STDIO server with common test tools for integration testing.
Tools
- echo - Echoes back a message
- calculator - Basic arithmetic operations (add, subtract, multiply, divide)
- get_weather - Mock weather data
- delay - Delays execution for testing timeouts
- throw_error - Throws an error for testing error handling
Usage
# Install dependencies
npm install
# Build
npm run build
# Run
node dist/index.js
Integration Testing
This server is designed to be used with Bifrost's MCP integration tests via STDIO transport.
Reviews
No reviews yet. Be the first.
Related
@remote-mcp/example
@remote-mcp/example MCP server
excel-mcp-server
Excel MCP Server for manipulating Excel files
vulnerable-mcp-server-malicious-code-exec
A simple MCP server with a get_qotd tool that fetches quotes from a free API
mh install mcps/test-tools-server