← Registry

Developer Tools

homespun.dev

Manages deployment and data operations for web applications (v2 apps).

1 endpoint25 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://homespun.dev/mcp

No auth detected

MCP server metadata

Name
homespun
Version
1.6.77
Capabilities
resources.listChangedprompts.listChangedtools.listChanged

Known tools 25

deploy_app

Deploy a v2 app: an HTML document plus a capability manifest, hosted at its own URL.

Inferred read-only
list_rows

List rows in a v2 app's mutable collection.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
upsert_row

Create a row in a v2 app's collection, or return the existing row when `key` is already present (deduped:true).

Potential side effects
update_row

Update an existing row in a v2 app's collection, replacing its data.

Potential side effects
delete_row

Soft-delete a row from a v2 app's collection.

Potential side effects
list_deleted_rows

List a collection's recently deleted rows: the recovery bin.

Inferred read-only
restore_row

Restore a soft-deleted row, undoing delete_row.

Inferred read-only
get_feed_events

Poll a v2 app's change feed for what has happened: row creates, updates and deletes, from any writer, agent or human.

Inferred read-only
apps

The v2 app lifecycle apart from creation and redeploy, which deploy_app covers.

Inferred read-only
members

A v2 app's membership (auth spec section 6): who besides the owner can sign in to a private app and write to member-scoped collections.

Potential side effects
grants

A v2 app's grant links (M5).

Inferred read-only
credentials

A v2 app's scoped service credentials (#1354, #1355): the bearer token an app owner points a backend they host themselves at, so their own server can read and write the app's data without holding the owner's full authority.

Potential side effects
connections

A v2 app's Connections: the stored credential (a static header token, or a full generic OAuth2 client) a manifest webhook rule authenticates its delivery target with, bound to a host so the credential can never be exfiltrated to another one.

Inferred read-only
ingest

A v2 app's inbound catch-hooks (inbound-webhooks).

Inferred read-only
attachments

Binary attachments (images, PDFs, audio, video) referenced from event payloads and input_data via `format: homespun-attachment-id`.

Inferred read-only
taste

The agent's UI taste notes: a short freeform markdown document of presentation preferences gathered from human feedback, such as 'denser layout' or 'no rounded corners'.

Inferred read-only
key

The calling agent's API key.

Inferred read-only
feedback

Reports a problem with homespun itself to the relay operator, and lists what this agent has already reported.

Inferred read-only
agent

Agent identity and binding.

Inferred read-only
community

Publishing an app as a community template, taking your own listing back down, installing a template, and, for relay operators, reviewing submissions.

Inferred read-only
publisher

The caller's community publisher identity: the @-handle and public profile shown in the template gallery.

Inferred read-only
review

Ratings and reviews of community templates, responses from a template's own publisher, and, for relay operators, moderation.

Inferred read-only
get_skill

The relay's SKILL.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.homespun]
url = "https://homespun.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "homespun": {
      "type": "http",
      "url": "https://homespun.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: homespun
Remote MCP URL: https://homespun.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "homespun": {
      "url": "https://homespun.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "homespun": {
      "type": "http",
      "url": "https://homespun.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "homespun",
  "transport": "streamable-http",
  "url": "https://homespun.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for homespun.dev was fetched 2026-07-26T15:10:37.059Z and is being refreshed.

Trust status Neutral

homespun.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.