Local stdio MCP proxy for the remote Drug MCP streamable-http service.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"yaozh-mcp-stdio","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Yaozh MCP Stdio Proxy Local stdio MCP proxy for the remote Drug MCP streamable-http service. It is intended for MCP clients that only support stdio. The proxy runs locally and forwards MCP tool calls to the remote HTTP MCP endpoint. ```text MCP client -> local stdio proxy -> remote streamable-http MCP service ``` The proxy does not store API keys or results. Authentication, permissions, quota and audit logs are still handled by the remote MCP service. ## Install And Run With uvx After publishing this package to PyPI: ```bash uvx yaozh-mcp-stdio --url http://<server-ip>/mcp --api-key <token> ``` Recommended usage with environment variables: ```bash MCP_HTTP_URL="http://<server-ip>/mcp" \ MCP_API_KEY="<token>" \ uvx yaozh-mcp-stdio ``` Windows PowerShell: ```powershell $env:MCP_HTTP_URL="http://<server-ip>/mcp" $env:MCP_API_KEY="<token>" uvx yaozh-mcp-stdio ``` ## MCP Client Config Pass token by environment variables: ```json { "mcpServers": { "drug-mcp": { "command": "uvx", "args": [ "yaozh-mcp-stdio" ], "env": { "MCP_HTTP_URL": "http://<server-ip>/mcp", "MCP_API_KEY": "<token>" } } } } ``` Or pass token by arguments: ```json { "mcpServers": { "drug-mcp": { "command": "uvx", "args": [ "yaozh-mcp-stdio", "--url", "http://<server-ip>/mcp", "--api-key", "<token>" ] } } } ``` ## Options ```bash yaozh-mcp-stdio --help ``` ```text --url Remote streamable-http MCP URL. Default reads MCP_HTTP_URL. --api-key Bearer token. Default reads MCP_API_KEY. --timeout Remote request timeout in seconds. Default reads MCP_PROXY_TIMEOUT or 120. ``` ## Local Development Install editable: ```bash pip install -e . yaozh-mcp-stdio --url http://127.0.0.1/mcp --api-key <token> ``` Build package: ```bash python -m pip install --upgrade build twine python -m build twine check dist/* ``` Publish to TestPyPI: ```bash twine…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.