MCP Test Server
Enables connection to GitHub accounts for repository management when deploying the MCP server through Render.
Serves JPEG images as base64-encoded resources through the 'image://logo' endpoint for use in MCP communications.
Provides package management for local development of the MCP server through npm install and npm start commands.
Provides one-click deployment of the MCP server to Render's cloud platform, with automatic URL generation for the deployed service.
Click on "Install 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 Test Servershow me the sample CSV data"
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 Test Server
A simple MCP (Model Context Protocol) server for testing CSV and image resource parsing.
Features
Serves CSV resources with sample data
Serves image resources (PNG and JPEG) as base64-encoded blobs
SSE (Server-Sent Events) transport for remote MCP communication
Test page for debugging connections
Related MCP server: MCP REST API Server
Resources Available
csv://sample-data- Basic CSV with user datacsv://employees- Employee information CSVimage://test-image- Small PNG imageimage://logo- Small JPEG image
Deploy to Render
Click the button above
Connect your GitHub account if needed
Create a new repository or use an existing one
Deploy!
Your MCP server will be available at: https://your-app-name.onrender.com/sse
Local Development
npm install
npm startServer runs on http://localhost:3000
SSE endpoint:
http://localhost:3000/sseHealth check:
http://localhost:3000/healthTest page:
http://localhost:3000/
Connect Your MCP Client
Configure your MCP client to connect to:
Local:
http://localhost:3000/sseDeployed:
https://your-app-name.onrender.com/sse
No authentication required.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA demonstration server that implements the Model Context Protocol (MCP) SDK, providing tools and endpoints for server-sent events and message handling.Last updated56314MIT
- Flicense-qualityDmaintenanceA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated
- Flicense-quality-maintenanceA Model Context Protocol (MCP) server implementation that uses Server-Sent Events (SSE) to enable real-time, server-pushed updates between AI models and tools over HTTP connections.Last updated1
- AlicenseBqualityDmaintenanceA mock MCP server for testing MCP client implementations and development workflows. Supports tools, prompts, and resources across multiple transport protocols (stdio, HTTP, SSE).Last updated21MIT
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dannyhertz/mcp-test-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server