Skip to content

docs: [Free]/[Paid] tool markers + Code-vs-Service Terms section + npm package name fix#6

Merged
byteworthy merged 2 commits into
mainfrom
feature/api-tier-gating-readme
May 7, 2026
Merged

docs: [Free]/[Paid] tool markers + Code-vs-Service Terms section + npm package name fix#6
byteworthy merged 2 commits into
mainfrom
feature/api-tier-gating-readme

Conversation

@byteworthy
Copy link
Copy Markdown
Collaborator

Summary

  • All 12 tools marked [Free] or [Paid] in tool tables
  • New Code license vs. service terms section: MIT on client code; Upstream API governed by Service Terms at upstream.cx/terms; 500 calls/month free-tier limit; PHI prohibition; BAA requirement
  • @upstream-health/mcp-server (404 on npm) → @upstream-intelligence/mcp (2 occurrences)

Test plan

  • npm view @upstream-intelligence/mcp confirms correct package
  • All 12 tools accounted for with Free/Paid markers
  • Post-merge: confirm npx -y @upstream-intelligence/mcp resolves cleanly

🤖 Generated with Claude Code

byteworthy and others added 2 commits May 6, 2026 22:25
- Mark each MCP tool with [Free] or [Paid] in the tool tables. Free tier:
  scan_claim (rate limited), check_ncci_edits, check_prior_auth_readiness
  (rate limited), lookup_denial_code, lookup_fee_schedule. Paid only:
  get_denial_clusters, get_industry_signals, get_payer_scorecard,
  compare_payers, check_payer_behavior, get_authorization_status,
  get_patient_propensity. Mirrors RequirePaidAPITier enforcement landing
  on the backend.

- Add Code license vs. service terms section. Clarifies that the MIT
  license on this repo applies to the client code only. The Upstream
  API service it calls is governed by separate Service Terms of Use,
  including paid plan limits, BAA requirements for PHI, acceptable use,
  and the free evaluation tier scope (500 calls/month, no PHI,
  restricted tool set).

The repo stays MIT-licensed and public by intent. Open client + paid
backend is the discoverability funnel. IP protection lives in the
service terms, not the client license.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The install snippets referenced @upstream-health/mcp-server, which
returns 404 on the npm registry. The published package is
@upstream-intelligence/mcp (verified with `npm view`). Aligns the
README with the canonical package name used on /developers and in
the MCP server's package.json.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@byteworthy byteworthy merged commit c0cf41b into main May 7, 2026
6 checks passed
@byteworthy byteworthy deleted the feature/api-tier-gating-readme branch May 7, 2026 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant