stillshort
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., "@stillshortwhat's changed since my last check?"
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.
stillshort
An MCP server that follows medicines in the FDA drug shortage register and answers the only question anybody asks twice, has anything changed since I last looked.
python demo.py --offline the frozen records, repeatable
python demo.py the live register
python -m unittest discover -s tests -t .What it does
Three tools, because a voice interface cannot hold more than three verbs.
watch follow a substance, and hear where it stands now
watching read the list back, forget one, or forget all of it
changed what moved since each one was last readThe register keys a shortage on generic_name, and that field carries the
dosage form inside the same string, Clonazepam Tablet rather than
Clonazepam. Nobody says that out loud, so a spoken name is matched against
the leading substance and the forms that came back are reported separately.
A substance can hold two hundred lines, one per package. Reading them is not an answer. What comes back is one reading per status, how many packages, how many suppliers, and the most useful note the register carries.
Related MCP server: @cyanheads/openfda-mcp-server
What it refuses to do
It does not suggest a substitute, it does not say whether to worry, and it does not translate a status into advice. Every answer that carries a shortage carries the register's own words back with it, verbatim,
Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated.
When the register cannot be reached, it says so and adds nothing to the list. A silent server is worse than one that admits it could not look, because the caller reads silence as good news.
Where the data live
The watchlist is plain JSON under ~/.stillshort, or wherever
STILLSHORT_HOME points. Nothing leaves the machine, nothing is encrypted, and
watching with forget all empties it in one call. An encrypted file the
owner cannot read is worse than a readable one they can delete.
Two things the register does that will bite the next person
related_info is one free text field carrying two unrelated things. Estimated supply: August 2026 is an answer. Marketed by Advagen Pharma Ltd. is not,
and read out loud it sounds like one. A supply note wins whenever there is one.
update_date is written MM/DD/YYYY, which does not sort as text. 12/01/2025
sorts above 01/05/2026 character by character, so comparing these as strings
picks the wrong latest entry, and only across a year boundary, which is when
nobody is looking. There is a test for exactly that.
Fixtures
tests/fixtures holds real answers from the register, saved 2026-09-05, so the
shapes under test are the shapes the service really sends. The bench never
touches the network.
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
FDA medical-device regulatory intelligence from keyless openFDA datasets.
Clinical trial search and status from ClinicalTrials.gov
Search and export FDA drug labels by brand name, generic ingredient, or UNII code.
Search FDA safety data: drug adverse events, recalls, and device events.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables querying openFDA drug and device data via natural language through the Pipeworx MCP gateway.6MIT
- AlicenseNot gradedqualityAmaintenanceQuery FDA data on drugs, food, devices, and recalls via openFDA. Provides 12 tools for searching adverse events, drug labels, recalls, and more.1624Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables querying FDA drug approvals, device clearances (510(k)), recalls, and adverse events via the openFDA API, providing tools for clinical and pharmaceutical research.1-
- AlicenseAqualityDmaintenanceEnables conversational drug and supplement lookup, detailed profiles, and interaction checking via the MedData API.7MIT
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/thibaudlepan77-svg/stillshort'
If you have feedback or need assistance with the MCP directory API, please join our Discord server