Skip to main content
Glama

MCP Test Server

by dannyhertz

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

Resources Available

  1. csv://sample-data - Basic CSV with user data
  2. csv://employees - Employee information CSV
  3. image://test-image - Small PNG image
  4. image://logo - Small JPEG image

Deploy to Render

  1. Click the button above
  2. Connect your GitHub account if needed
  3. Create a new repository or use an existing one
  4. Deploy!

Your MCP server will be available at: https://your-app-name.onrender.com/sse

Local Development

npm install npm start

Server runs on http://localhost:3000

  • SSE endpoint: http://localhost:3000/sse
  • Health check: http://localhost:3000/health
  • Test page: http://localhost:3000/

Connect Your MCP Client

Configure your MCP client to connect to:

  • Local: http://localhost:3000/sse
  • Deployed: https://your-app-name.onrender.com/sse

No authentication required.

-
security - not tested
F
license - not found
-
quality - not tested

A simple server for testing Model Context Protocol (MCP) that serves CSV and image resources, allowing developers to test MCP implementations with sample data via SSE transport.

  1. Features
    1. Resources Available
      1. Deploy to Render
        1. Local Development
          1. Connect Your MCP Client

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.
              Last updated -
              3
              422
              61
              JavaScript
              Apache 2.0
            • -
              security
              A
              license
              -
              quality
              A test server implementing all features of the MCP protocol, including prompts, tools, resources, and sampling, designed for testing MCP clients rather than practical applications.
              Last updated -
              Python
              MIT License
            • -
              security
              A
              license
              -
              quality
              A demonstration server that implements the Model Context Protocol (MCP) SDK, providing tools and endpoints for server-sent events and message handling.
              Last updated -
              22
              8
              TypeScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              A simple server implementing the Model Context Protocol (MCP) that echoes messages back, designed for testing MCP clients.
              Last updated -
              1
              2
              Python
              MIT License

            View all related MCP servers

            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