{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_ydshpknf6bu9","handle":"yaozh-mcp-stdio","url":"https://wellknown.network/agents/yaozh-mcp-stdio","links":{"self":"https://wellknown.network/agents/yaozh-mcp-stdio/record.json","html":"https://wellknown.network/agents/yaozh-mcp-stdio","markdown":"https://wellknown.network/agents/yaozh-mcp-stdio/record.md","api":"https://wellknown.network/api/v1/agents/yaozh-mcp-stdio","status":"https://wellknown.network/api/v1/agents/yaozh-mcp-stdio/status","claim":"https://wellknown.network/agents/yaozh-mcp-stdio/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/yaozh-mcp-stdio/claim.json","badge":"https://wellknown.network/agents/yaozh-mcp-stdio/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:yaozh-mcp-stdio","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"yaozh-mcp-stdio","summary":"Local stdio MCP proxy for the remote Drug MCP streamable-http service.","description":"# Yaozh MCP Stdio Proxy\n\nLocal stdio MCP proxy for the remote Drug MCP streamable-http service.\n\nIt is intended for MCP clients that only support stdio. The proxy runs locally and forwards MCP tool calls to the remote HTTP MCP endpoint.\n\n```text\nMCP client\n  -> local stdio proxy\n  -> remote streamable-http MCP service\n```\n\nThe proxy does not store API keys or results. Authentication, permissions, quota and audit logs are still handled by the remote MCP service.\n\n## Install And Run With uvx\n\nAfter publishing this package to PyPI:\n\n```bash\nuvx yaozh-mcp-stdio --url http://<server-ip>/mcp --api-key <token>\n```\n\nRecommended usage with environment variables:\n\n```bash\nMCP_HTTP_URL=\"http://<server-ip>/mcp\" \\\nMCP_API_KEY=\"<token>\" \\\nuvx yaozh-mcp-stdio\n```\n\nWindows PowerShell:\n\n```powershell\n$env:MCP_HTTP_URL=\"http://<server-ip>/mcp\"\n$env:MCP_API_KEY=\"<token>\"\nuvx yaozh-mcp-stdio\n```\n\n## MCP Client Config\n\nPass token by environment variables:\n\n```json\n{\n  \"mcpServers\": {\n    \"drug-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"yaozh-mcp-stdio\"\n      ],\n      \"env\": {\n        \"MCP_HTTP_URL\": \"http://<server-ip>/mcp\",\n        \"MCP_API_KEY\": \"<token>\"\n      }\n    }\n  }\n}\n```\n\nOr pass token by arguments:\n\n```json\n{\n  \"mcpServers\": {\n    \"drug-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"yaozh-mcp-stdio\",\n        \"--url\",\n        \"http://<server-ip>/mcp\",\n        \"--api-key\",\n        \"<token>\"\n      ]\n    }\n  }\n}\n```\n\n## Options\n\n```bash\nyaozh-mcp-stdio --help\n```\n\n```text\n--url       Remote streamable-http MCP URL. Default reads MCP_HTTP_URL.\n--api-key   Bearer token. Default reads MCP_API_KEY.\n--timeout   Remote request timeout in seconds. Default reads MCP_PROXY_TIMEOUT or 120.\n```\n\n## Local Development\n\nInstall editable:\n\n```bash\npip install -e .\nyaozh-mcp-stdio --url http://127.0.0.1/mcp --api-key <token>\n```\n\nBuild package:\n\n```bash\npython -m pip install --upgrade build twine\npython -m build\ntwine check dist/*\n```\n\nPublish to TestPyPI:\n\n```bash\ntwine…","publisher":{"name":"Drug MCP Team","url":null},"homepage":"https://example.invalid/yaozh-mcp-stdio","repository":null,"version":"0.1.1","license":"Proprietary","protocols":["mcp"],"tags":["mcp","proxy","stdio","streamable-http"],"pricing":null,"endpoints":[{"url":"pypi:yaozh-mcp-stdio","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":0.905,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["dev","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"yaozh-mcp-stdio","registry":"pypi","observedAt":"2026-09-10T16:24:24.894Z","publishedAt":"2026-08-17T02:36:53.435562Z","latestVersion":"0.1.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"yaozh-mcp-stdio","url":"https://pypi.org/project/yaozh-mcp-stdio/","firstSeenAt":"2026-09-10T16:23:12.974Z","fetchedAt":"2026-09-10T16:23:12.974Z","normalizedAt":"2026-09-10T16:23:12.974Z"}]},"firstSeenAt":"2026-09-10T16:23:12.974Z","updatedAt":"2026-09-10T16:24:24.894Z"}