Show and tell: Casa — encrypted pay-per-call (x402) storage for AI agents #1397
tony8713
started this conversation in
Show and tell
Replies: 1 comment
-
|
Quick update for anyone who wanted to kick the tires without setup: there's now a free, no-auth way to try Casa. You get back a permanent arweave.net link in one call. The demo store is public + unencrypted (and rate-limited) — it's just to prove permanent storage works in one round-trip. The real path, Feedback welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all — I built Casa, an MCP server for private, durable storage that agents pay for per call. It's live and now in this registry as
io.github.tony8713/casa, so I wanted to share it here and ask for feedback.The problem
Agents increasingly need to persist things — memory, artifacts, intermediate files — but the usual options assume a human: sign up, get an API key, manage a bucket. There's no clean way for an autonomous agent to just store a blob privately and durably and pay for it without an account. Casa is an attempt at "Dropbox for agents."
How it works
$0.01 USDCper write/call, settled over the x402 HTTP 402 flow. No accounts, no API keys. Reads are free.Quickstart
Remote MCP server config:
{ "mcpServers": { "casa": { "url": "https://casa-agents.fly.dev/mcp" } } }Or run the local package
casa-mcp.Plain HTTP (you'll get a 402 with payment details to satisfy, then retry):
Live: https://casa-agents.fly.dev · Repo: https://github.com/tony8713/casa
I'd genuinely like feedback from people building MCP servers — especially on the pay-per-call UX and whether the x402 + free-reads model makes sense for agent storage. Happy to answer anything.
Beta Was this translation helpful? Give feedback.
All reactions