Modpack docs
How to connect Modpack, run your first pack, and find everything Claude and other AIs can read.
What is Modpack
A pack is a creator’s working AI setup: their method plus the tools and data it needs. You add Modpack to Claude once, ask in your own words, and the complete result comes back in the chat, files included. Packs run in Modpack’s sandboxes, not on your computer, and you pay per run, only when it works.
- Connect ModpackClaude apps, Claude Code, your phone, and what to do if something doesn’t connect.
- How it worksAdd once, ask in your own words, get the complete result in the chat, pay per run.
- PricingThe rate card, real prices per run, spend limits, and a monthly estimate.
- Security and your dataWhere packs run, who sees what, the four permissions, retention, export and deletion.
- For creatorsPackage the setup you already use in Claude Code, price it, and publish a link.
Your first run
Step 1: Add Modpack to Claude
Press Add to Claude on any pack’s page, or follow Connect Modpack. It takes about a minute.Step 2: Ask in your own words
For example: “Use Modpack to check example.com”. Claude shows the price before the run starts.Step 3: Read the result in the chat
Findings, tables and files come back to Claude. Keep going from there.
Modpack tools in Claude
Claude can find packs, add listed ones you say yes to in the chat, run them within your limits, and read their results and files. Only you, in the browser: raise limits, pay, connect accounts and delete.
- find_packs
- Finds listed packs for what you asked, with the fit and the price.
- inspect_pack
- Reads a pack’s inputs, limits and cost before a run.
- submit_run
- Runs a pack. New packs come back as an offer Claude asks you about first.
- get_run
- Waits for a run and returns the complete result.
- read_artifact
- Reads a result file so Claude can use it in the chat.
- upload_text
- Hands a short text file (up to 64 KB) to a run.
- list_deployments
- Lists the packs you added.
- modpack_status
- Shows your balance, limits and anything waiting for you.
- cancel_run
- Stops a run. You pay only for what it used.
- report_outcome
- Records whether a result was right, when you say so.
llms.txt and Markdown
- /llms.txtWhat Modpack is, how to connect, and where everything lives, for AIs.
- /llms-full.txtThe same, with the full text of these docs.
- /packs.mdThe whole public catalog as Markdown, prices and evidence included.
- any page + .mdEvery public page has a Markdown twin, facts first, for example /docs/connect.md.
Public API
- /api/public/v1/packsPublic JSON API: search the catalog, read a pack, list a creator’s packs. No sign-in.
- /api/public/v1/openapi.jsonThe API description (OpenAPI).
https://mcp.modpack.egoeimi.org/discoverDiscovery MCP server (add it to any MCP client), no sign-in: search_packs, get_pack, compare_packs, how_to_connect.