loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

stedi

MCP Tool

stxkxs/stedi

Healthcare & EDI Platform CLI with MCP server and API playground for the Stedi API

Install

$ npx loaditout add stxkxs/stedi

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "stedi": {
      "command": "npx",
      "args": [
        "-y",
        "stedi"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

stedi

A production-ready CLI and MCP server for the Stedi Healthcare & EDI Platform.

Built with Cobra and Charm libraries for a polished terminal experience.

Features
  • Healthcare APIs — eligibility checks (270/271), claims submission (837), claim status (276/277), payer search, provider and enrollment management
  • Developer Plan APIs — insurance discovery, coordination of benefits, batch eligibility with tier-aware error handling
  • EDI Platform APIs — transaction inspection, mapping invocation, file execution management
  • MCP Server — tools and agentic workflow prompts for AI assistants (Claude, Cursor, VS Code) via stdio or SSE transport
  • Interactive forms — guided input for complex operations like eligibility checks
  • API Playground — full-screen interactive TUI with guided multi-step workflows and individual endpoint exploration
  • Dual output — styled terminal output by default, raw JSON with --json for scripting
Installation
# Install directly
go install github.com/stxkxs/stedi@latest

# Or clone and build
git clone https://github.com/stxkxs/stedi.git && cd stedi
go build -o stedi .

Requires Go 1.24+.

Configuration

Set your Stedi API key using one of these methods (checked in order):

# 1. Environment variable
export STEDI_API_KEY=test_xxxxx

# 2. .env file in current directory
echo "STEDI_API_KEY=test_xxxxx" > .env

# 3. ~/.stedi/.env
mkdir -p ~/.stedi && echo "STEDI_API_KEY=test_xxxxx" > ~/.stedi/.env

# 4. Interactive setup
stedi config set-key

Verify configuration:

stedi config show
Usage
Payers
# Search for payers by name
stedi payers search "Blue Cross"

# List all 5000+ payers
stedi payers list

# Get detailed payer information
stedi payers get HPQRS

# Output as JSON for scripting
stedi payers search "Aetna" --json | jq '.items[].payer.stediId'
Eligibility Check

Tags

bubbleteaclaimsclicobraedieligibilitygolanghealthcaremcpmodel-context-protocolstedituix12

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/31/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/stxkxs/stedi)](https://loaditout.ai/skills/stxkxs/stedi)