Remote Clinic MCP Server
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., "@Remote Clinic MCP ServerWhat lab preparations are available for cardiology?"
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.
Remote Clinic MCP Server
A stateless Streamable HTTP MCP server for the remote-server requirement of CC3067 Project 1. It provides a laboratory preparation catalog, checks preparation requirements, and returns the remote server time.
Academic demonstration project for CC3067 Redes using synthetic preparation policies.
Tools
Tool | Purpose |
| Lists demonstration policies, optionally by category. |
| Returns the policy for one test code. |
| Reports unmet requirements from supplied preparation facts. |
| Returns UTC and Guatemala timestamps plus the HTTP transport name. |
The MCP endpoint is POST /mcp; GET /health is available for platform checks. The server is stateless and returns JSON responses over Streamable HTTP.
Related MCP server: Veridexa MCP Gateway
Local installation
uv sync
uv run remote-clinic-mcpThen connect an MCP Inspector or client to http://localhost:8080/mcp.
Run automated tests with:
uv run pytestContainer
docker build -t remote-clinic-mcp .
docker run --rm -p 8080:8080 remote-clinic-mcpGoogle Cloud Run deployment
The following commands require the Google Cloud CLI, an authenticated account, and a project with Cloud Run enabled:
gcloud auth login
gcloud config set project YOUR_PROJECT_ID
gcloud run deploy remote-clinic-mcp `
--source . `
--region us-central1 `
--allow-unauthenticated `
--port 8080Cloud Run prints the service URL. The MCP endpoint is that URL followed by /mcp. Verify it with:
Invoke-RestMethod https://YOUR-SERVICE-URL/healthSet REMOTE_MCP_URL in the chatbot .env, for example:
REMOTE_MCP_URL=https://remote-clinic-mcp-xxxxx-uc.a.run.app/mcpFor this academic demonstration the service allows unauthenticated requests for testing.
Wireshark preparation
The deployed connection uses TLS over TCP port 443. Capture traffic while starting the chatbot and invoking get_remote_server_time. Wireshark can show the DNS, TCP, TLS, and HTTPS exchange, but the JSON-RPC body remains encrypted unless TLS key logging is configured.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Read-only U.S. lab-test catalog, collection-site search, and reference-range context.
QuLab MCP remote server (Streamable HTTP) for computational science and lab tools.
Hosted NeuroDock — stateless communication and planning tools over OAuth-secured Streamable HTTP.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceMCP server providing time retrieval and echo tools, running as an independent network process over Streamable HTTP.-
- FlicenseNot gradedqualityCmaintenanceExposes the Veridexa S2S API to MCP clients (e.g., ChatGPT) via Streamable HTTP, allowing document verification and report retrieval.-
- FlicenseNot gradedqualityCmaintenanceProvides a streamable HTTP endpoint for compatibility analysis, with published contracts and schemas for integration.-
- AlicenseNot gradedqualityCmaintenanceA remote MCP server exposing date/time tools over Streamable HTTP, enabling retrieval of current time for IANA timezones and listing available timezones, designed for use with web clients like Claude.ai.MIT
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/MiltonPolanco/remote-clinic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server