{
  "ok": true,
  "resource": {
    "id": "RES_E910A2D1F928",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentlookups%2Fcounterscript/versions/1.0.1",
    "name": "CounterScript - Drug Price Benchmarks",
    "summary_en": "Free US drug-price benchmarks from federal data (CMS NADAC): a benchmark, not a price anyone owes.",
    "summary_zh": "来自联邦数据（CMS NADAC）的免费美国药品价格基准：这是一个基准，不是任何人欠付的价格。",
    "description_en": "CounterScript provides US drug price benchmarks derived from federal CMS NADAC data. It offers a single tool, drug_price, which returns the NADAC benchmark (what US pharmacies actually pay to acquire a drug), a fair cash-price estimate range, FDA generic equivalents, and Medicare negotiated prices where applicable. The tool requires a drug name query and returns either a match, candidates for disambiguation, or no_match. The server is accessible via streamable HTTP and was verified as healthy with one tool.",
    "description_zh": "CounterScript 提供源自联邦 CMS NADAC 数据的美国药品价格基准。它提供一个工具 drug_price，该工具返回 NADAC 基准（美国药房实际采购药品的价格）、合理的现金价格估算范围、FDA 仿制药等效物以及适用的 Medicare 协商价格。该工具需要药品名称查询，并返回匹配结果、用于消歧的候选结果或无匹配。服务器可通过 streamable HTTP 访问，经验证健康且包含一个工具。",
    "provider_name": "ai.agentlookups",
    "homepage_url": "https://rx.agentlookups.ai/",
    "endpoint_url": "https://rx.agentlookups.ai/mcp",
    "source_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentlookups%2Fcounterscript/versions/1.0.1",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "data.retrieve"
    ],
    "categories": [
      "data"
    ],
    "industries": [
      "health"
    ],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "original-only",
      "official_registry": {
        "version": "1.0.1",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T06:00:40.587Z"
      }
    },
    "latest_version": "1.0.1",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": null,
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v2",
      "capability_definition": "partial",
      "contract_completeness": "partial",
      "access_friction": "low",
      "operational_transparency": "weak",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "guided_use",
      "reviewed_at": "2026-09-03T06:00:41.723Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:49:28.395Z",
    "last_seen_at": "2026-09-03T06:00:40.860Z",
    "published_at": "2026-09-03T06:00:40.860Z",
    "created_at": "2026-09-03T02:49:28.395Z",
    "updated_at": "2026-09-03T06:00:41.723Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_E910A2D1F928",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_E910A2D1F928/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_E910A2D1F928",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentlookups%2Fcounterscript/versions/1.0.1",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.agentlookups/counterscript@1.0.1",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentlookups%2Fcounterscript/versions/1.0.1",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:49:28.395Z",
          "last_seen_at": "2026-09-03T06:00:40.860Z"
        }
      ]
    },
    "tools": [
      {
        "name": "drug_price",
        "title_en": "Drug Price Lookup",
        "title_zh": "药品价格查询",
        "description_en": "Look up what US pharmacies actually pay to acquire a drug (CMS NADAC benchmark), a fair cash-price estimate range, FDA generic equivalents, and Medicare negotiated prices where applicable. Returns match, candidates (disambiguate and call again), or no_match.",
        "description_zh": "查询美国药房实际采购药品的价格（CMS NADAC 基准）、合理的现金价格估算范围、FDA 仿制药等效物以及适用的 Medicare 协商价格。返回匹配结果、候选结果（需消歧后再次调用）或无匹配。",
        "input_schema": {
          "properties": {
            "query": {
              "description": "Drug name with optional strength/form, e.g. \"atorvastatin 20 mg\" or \"eliquis 5 mg tablet\". Generic (ingredient) names match best.",
              "type": "string"
            }
          },
          "required": [
            "query"
          ],
          "type": "object"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      }
    ],
    "review_profile": {
      "schema_version": "aiworkshub.resource-review/0.2",
      "method_version": "capability-evidence-v2",
      "review_state": {
        "identity": "verified",
        "source": "verified",
        "connectivity": "verified",
        "contract": "partial",
        "safe_use": "untested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "partial",
        "contract_completeness": "partial",
        "access_friction": "low",
        "operational_transparency": "weak",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "guided_use"
      },
      "profile": {
        "capabilities": [
          {
            "id": "data.retrieve",
            "weight": 100,
            "confidence": 80,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "health",
            "weight": 100,
            "confidence": 80,
            "evidence_ids": [
              "source-record"
            ]
          }
        ],
        "workflow_roles": [
          "retrieve"
        ]
      },
      "capability_units": [
        {
          "id": "tool:drug_price",
          "kind": "mcp_tool",
          "capability_id": "data.retrieve",
          "effect": "read",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "text"
          ],
          "produces": [
            "structured_data"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {},
        "runtime_pricing": {},
        "dependencies": []
      },
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": null
      },
      "fit": {
        "good_for": [
          "Retrieving US drug price benchmarks and related information for healthcare applications."
        ],
        "not_for": [
          "Making financial commitments or transactions; the data is advisory only."
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentlookups%2Fcounterscript/versions/1.0.1",
          "observation": "MCP source record for CounterScript - Drug Price Benchmarks; version 1.0.1.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://rx.agentlookups.ai/mcp#tools/list",
          "observation": "1 tools were returned by MCP discovery; 1 were retained for review.",
          "observed_at": "2026-09-03T05:51:29.087Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication requirements are unknown.",
        "Pricing model is unknown.",
        "Tool idempotency is unknown.",
        "Exact output schema is not provided.",
        "Real-world usage has not been observed."
      ],
      "id": "REV_7A740EF9C128",
      "resource_id": "RES_E910A2D1F928",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:00:41.723Z"
    }
  }
}