Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Install [upstream-mcp](https://github.com/Upstream-Intelligence/upstream-mcp) to
- Pre-submission claim risk scores against the operator network

```bash
claude mcp add upstream -- npx -y @upstream-health/mcp-server
claude mcp add upstream -- npx -y @upstream-intelligence/mcp
export UPSTREAM_API_KEY=your_key_here
```

Expand All @@ -84,7 +84,7 @@ The skills handle the structure. Claude handles the response. The MCP supplies t

## Why these specific eight

Healthcare billing teams spend most of the week on a small set of high-leverage tasks. Scrubbing claims before submission. Routing denials to the right team. Drafting appeals. Looking up payer rules and behavior. Checking prior-auth readiness. Resolving NCCI conflicts. Every other workflow is a variation on one of these.
Healthcare billing teams spend most of the week on a small set of high-stakes, repeated tasks. Scrubbing claims before submission. Routing denials to the right team. Drafting appeals. Looking up payer rules and behavior. Checking prior-auth readiness. Resolving NCCI conflicts. Every other workflow is a variation on one of these.

Each skill compresses what used to be a 15 minute task into a 30 second prompt. Multiplied across a billing team, that compounds into double digit hours back per week.

Expand Down