Deploy a multi-user web app from your agent: hosting, auth, database, and permissions. Connect the official Homespun MCP server to Claude, ChatGPT, or Cursor through gate — one gateway URL, no config files, security-checked.
Free to start · No credit card · No hosting needed
Real prompts you can type the moment it's connected — no setup, no docs to read.
“Use “deploy_app”: Deploy a v2 app: an HTML document plus a capability manifest, hosted at its own URL. A redeploy only needs the content that changed. Every.”
“Use “list_rows”: List rows in a v2 app's mutable collection. This is also how a collection's current state is polled, since MCP has no streaming: pass the pr.”
“Use “count_rows”: The live row count of a v2 app's collection (spec B4, issue #1056), a whole-scope total with no filter and no paging. Gated by the collectio.”
“Use “get_row”: Fetch a single row by its key from a v2 app collection, through a dedicated relay route rather than a client-side scan. Returns { row }, or.”
Every server in the gate directory has to pass the same four checks before your AI can touch it. Here's how Homespun holds up.
Operated by Homespun (homespun.dev) at its documented MCP endpoint — not a third-party mirror or community re-host.
This server only exposes public data — no account and no credentials are involved when you connect.
gate checks every tool for prompt injection, hidden instructions, data-exfiltration hints, and over-broad permissions before the server is available through your gateway.
If Homespun adds or changes tools later, gate re-scans and alerts you — before your AI acts on the change.
Add one gateway URL to Claude, ChatGPT, or any MCP client. One-time setup, about two minutes.
Choose Homespun in the gate directory. No sign-in needed.
Homespun's tools are live in every AI client you've connected — with rules and logging built in.
Free to start · No credit card · No hosting needed
Fetched live from the official endpoint and re-checked daily by gate — not marketing copy.
deploy_app — Deploy a v2 app: an HTML document plus a capability manifest, hosted at its own URL. A redeploy only needs the content that changed. Every
list_rows — List rows in a v2 app's mutable collection. This is also how a collection's current state is polled, since MCP has no streaming: pass the pr
count_rows — The live row count of a v2 app's collection (spec B4, issue #1056), a whole-scope total with no filter and no paging. Gated by the collectio
get_row — Fetch a single row by its key from a v2 app collection, through a dedicated relay route rather than a client-side scan. Returns { row }, or
upsert_row — Create a row in a v2 app's collection, or return the existing row when `key` is already present (deduped:true). Row creation goes through th
update_row — Update an existing row in a v2 app's collection, replacing its data. Gated by the collection's `update` role list when it declares one, and
delete_row — Soft-delete a row from a v2 app's collection. Recoverable: the row is tombstoned, not destroyed, and restore_row brings it back for 30 days
list_deleted_rows — List a collection's recently deleted rows: the recovery bin. Deleting a row is a soft delete, so it can be restored with restore_row until r
+ 17 more tools once connected
https://homespun.dev/mcpYes — Homespun operates its own remote MCP server at homespun.dev. gate connects you to that official endpoint and adds security scanning, per-tool access rules, and an activity log on top.
Add gate's gateway URL to your AI client once, then pick Homespun in the directory. No account or sign-in is needed. From then on, Homespun's tools are available in every client you've connected to gate.
No. Homespun runs the server, and gate is fully managed. You just connect one URL — there's nothing to install, deploy, or maintain.
It's the vendor's official endpoint, and gate scans its tools for prompt injection and hidden instructions before it goes live, re-checks it whenever it changes, and lets you allow, block, or require approval for every single tool.
Yes — you can get started with gate for free and connect Homespun in minutes. No credit card required.
Every server below works through the same gateway URL — connect once, add tools anytime.
Set up Homespun in: Claude · Claude Code · ChatGPT · Cursor · VS Code