mcp-api-tests
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-api-teststest GET /api/health"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP API Testing Server Workshop (Starter)
This main branch is the starter for the workshop. It intentionally contains only a minimal server scaffold and the workshop description.
To build the full MCP API testing server, start with increment01-bootstrap and follow the increments in workshop/README.md.
Quickstart (starter only)
npm install
npm run serverThe /mcp endpoint is a placeholder until you complete increment01.
Related MCP server: Echo MCP Server
Documentation
Local SDK docs:
docs/server.md – building MCP servers, transports, tools/resources/prompts, CORS, DNS rebinding, and deployment patterns.
docs/client.md – using the high-level client, transports, backwards compatibility, and OAuth helpers.
docs/capabilities.md – sampling, elicitation (form and URL), and experimental task-based execution.
docs/faq.md – environment and troubleshooting FAQs (including Node.js Web Crypto support).
External references:
This server cannot be deployed
Maintenance
Related MCP Connectors
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
The official MCP Server for the Mux API
MCP server for innovationlab documentation, generated by doc2mcp.
Related MCP Servers
- -licenseCqualityNot gradedmaintenanceA simple boilerplate MCP server that provides a basic greeting tool for demonstration purposes. Serves as a starting template for developers to quickly create and deploy custom MCP servers.16 npm-
- FlicenseNot gradedqualityDmaintenanceA simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.1-
- FlicenseNot gradedqualityDmaintenanceMCP server scaffold that exposes stubbed tools for listing, searching, and summarizing sources, with built-in OAuth 2.1 authorization flow for Claude integration.-
- FlicenseNot gradedqualityDmaintenanceA simple MCP server with OAuth 2.0 authentication for testing OAuth support in mcp-cli.-