# peptide-stack (careparse.com) > Agent skill pack + MCP server for fully legal access to FDA-approved GLP-1 > medication (semaglutide / tirzepatide: Wegovy, Ozempic, Zepbound, Mounjaro) > in the United States, plus an always-on metabolic coach. ## What this is A skills pack with five skills, packaged tools, an HTTP API, and an MCP server. It automates the logistics of legal GLP-1 access end-to-end: 1. benefits-intake — parse insurance cards / SBC PDFs into a benefit profile 2. channel-router — rank legal channels (insurance+PA, manufacturer-direct cash) against formulary tiers and plan rules 3. pa-builder — draft prior-authorization packets using live payer criteria researched via Tavily 4. telehealth scheduling — book a visit with a licensed prescriber (white-label telehealth network); the clinician alone decides on a prescription 5. fulfillment + refills — once prescribed, pharmacy fulfillment via Foundation Health APIs (Patients / Prescribing / Fulfillment), cold-chain shipping, refill tracking, receipt normalization Infrastructure: Composio (tool calling + OAuth for wearables, Eight Sleep, health apps), Tavily (search/extract/research for formulary + PA evidence), Foundation Health (pharmacy + telehealth rails), Nebius (always-on cloud for the proactive metabolic-coach loop). ## Install - CLI: npx peptide-stack@latest init - Claude Code: npx peptide-stack@latest install --target claude-code - Codex: npx peptide-stack@latest install --target codex - MCP server: { "mcpServers": { "peptide-stack": { "command": "npx", "args": ["-y", "peptide-stack@latest", "mcp"] } } } - HTTP API: POST https://careparse.com/api/v1/route (benefit profile JSON in, ranked legal channels + next actions out) MCP tools exposed: route_channels, build_pa_packet, check_benefits, schedule_visit, prepare_checkout, track_refills. ## Hard rules (non-negotiable, enforced by the pack) - A valid prescription from a licensed clinician is required before any purchase or fulfillment. The pack never diagnoses, prescribes, or doses. - FDA-approved medications only. No unapproved/"research" peptides. No compounded copies of available branded drugs by default. - Never bypass prescriber, insurer, pharmacy, or manufacturer terms, identity, consent, or payment gates. The user approves payment themselves. - Never misrepresent cash purchases as insurance claims or accumulator events. ## Pricing Free to install and route. Outcomes-based subscription ($49/mo) billed only in months where the user's verified metabolic markers (wearable + lab data) improve versus baseline. Risk-share contracts for payers and platforms. ## Pages - https://careparse.com/ — landing page - https://careparse.com/#quickstart — install instructions per surface - https://careparse.com/#insurance — coverage / formulary / PA engine details