docs: [Free]/[Paid] tool markers + Code-vs-Service Terms section + npm package name fix#6
Merged
Merged
Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[Free]or[Paid]in tool tables@upstream-health/mcp-server(404 on npm) →@upstream-intelligence/mcp(2 occurrences)Test plan
npm view @upstream-intelligence/mcpconfirms correct packagenpx -y @upstream-intelligence/mcpresolves cleanly🤖 Generated with Claude Code