io.github.anthesiallc/meddata · v0.2.1
Drug & supplement lookup and interaction checks from free U.S. government health data.
meddata 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"meddata": {
"command": "uvx",
"args": [
"meddata-mcp"
],
"env": {
"MEDDATA_API_KEY": "<MEDDATA_API_KEY>"
}
}
}
}MEDDATA_API_KEY必填secretMedData API key. Get a free one (250 calls/month, no card) at https://meddata.anthesia.io
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.anthesiallc/meddata",
"type": "mcp-server",
"version": "0.2.1",
"displayName": "meddata",
"description": "Drug & supplement lookup and interaction checks from free U.S. government health data.",
"repository": {
"url": "https://github.com/anthesiallc/meddata-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "meddata-mcp",
"version": "0.2.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "MEDDATA_API_KEY",
"description": "MedData API key. Get a free one (250 calls/month, no card) at https://meddata.anthesia.io",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.anthesiallc/meddata",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.anthesiallc%2Fmeddata/versions/latest",
"isOfficial": true,
"status": "active"
}
}