Yes. Fine Structure's connector carries the whole stack in one account: a managed database Claude can shape and query, hosting that publishes to a live URL, user authentication for the apps it builds, and custom domains with automatic TLS.
Claude creates entity schemas, seeds records, validates relationships and queries data back with dedicated tools, so "add a customers table and show me the ten newest" is one message, not a migration project. The data lives with the app; there is nothing separate to provision.
In Claude Code: claude mcp add --transport http finestructure https://finestructure.ai/api/mcp, then run /mcp to authenticate. The full guide covers the desktop app and every other client.
Both. query_entity returns records, get_app_analytics returns traffic, get_errors returns runtime failures, so reports and fixes happen in the same chat that built the app.
Yes. Anthropic documents custom remote MCP connectors on Free, Pro, Max, Team and Enterprise, with free accounts limited to one custom connector. A free Fine Structure account is enough on the other side, and no credit card is required.
Every file change keeps a saved version you can roll back to, most Claude surfaces ask for confirmation before write actions, and the connection is revocable at any moment from the Fine Structure account panel.
Fine Structure is a Community connector in Anthropic's connector directory (listed, not verified or endorsed), and the same server is recorded in the official MCP registry as ai.finestructure/fine-structure, on Smithery and on Glama. The endpoint answers publicly at /api/mcp/manifest, so any claim on this page can be checked against the live tool list.
See also all questions, the Claude setup guide and connecting any other AI client.