drio
Open app

MedifinderMCP Server

Source

Message Communication Protocol (MCP) server that facilitates secure, standardized communication between system components and the medicine inventory database. Provides RESTful endpoints for location-based medicine searches, availability queries, and optimized messaging for WhatsApp integration.

Catalog onlyCatalog onlySTDIO

Overview

medifinder-mcp is a Message Communication Protocol (MCP) server designed to facilitate secure and standardized communication between system components and a medicine inventory database.

To use medifinder-mcp, developers can integrate the provided RESTful endpoints into their applications to perform location-based medicine searches and availability queries, as well as to send optimized messages via WhatsApp.

  • Secure communication between system components and the medicine inventory database. - RESTful endpoints for easy integration. - Location-based medicine search capabilities. - Availability queries for medicines. - Optimized messaging for WhatsApp integration.
  1. Enabling pharmacies to check medicine availability in real-time.
  2. Allowing healthcare providers to search for medicines based on patient location.
  3. Facilitating communication between different healthcare systems regarding medicine inventory.

Add to your AI client

Use these steps to connect MedifinderMCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "medifinder-mcp-medifinderbot": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-medifinder-mcp-medifinderbot"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "medifinder-mcp-medifinderbot": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-medifinder-mcp-medifinderbot"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "medifinder-mcp-medifinderbot": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-medifinder-mcp-medifinderbot"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "medifinder-mcp-medifinderbot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-medifinder-mcp-medifinderbot"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "medifinder-mcp-medifinderbot": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-medifinder-mcp-medifinderbot"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "medifinder-mcp-medifinderbot": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-medifinder-mcp-medifinderbot"
      ]
    }
  }
}

FAQ

What is the purpose of medifinder-mcp?

It serves as a communication protocol to ensure secure and efficient interaction between various system components and the medicine inventory database.

How can I integrate medifinder-mcp into my application?

You can use the provided RESTful endpoints to connect your application with the medicine inventory database.

Is medifinder-mcp secure?

Yes, medifinder-mcp is designed to facilitate secure communication between components.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3815,"uuid":"a1868932-2d03-4c36-920a-daf10a0b725e","name":"medifinder-mcp","title":"MedifinderMCP Server","description":"Message Communication Protocol (MCP) server that facilitates secure, standardized communication between system components and the medicine inventory database. Provides RESTful endpoints for location-based medicine searches, availability queries, and optimized messaging for WhatsApp integration.","avatar_url":"https://avatars.githubusercontent.com/u/204400497?v=4","created_at":"$D2025-03-21T20:35:09.627Z","updated_at":"$D2025-03-21T20:38:31.821Z","status":"created","author_name":"MediFinderBot","author_avatar_url":"https://avatars.githubusercontent.com/u/204400497?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/MediFinderBot/medifinder-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-22 01:51:54\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

MedifinderMCP Server — MCP Registry