ai.finestructure/fine-structure
Remote MCP server for agents that create, edit, validate, and publish Fine Structure apps.
Unknown facts are omitted here and listed as pending in the profile.
Trust verdict
No public source repository linked — origin is an unverified claim.
Profile
What this server is — descriptive, not a rating. The verdict above judges it; this describes it.
Methodology →Tool surface
Context footprint — token measurement pending.
add_custom_domainAttach or replace the app custom domain through the same Fine Structure Studio custom-domain flow. Returns exact DNS verification and routing records for the user to configure at their DNS provider.
add_file_changeStage one file upsert or delete inside a change set. Does not modify the live app until apply_change_set.
Adoption
Not applicable — this server has no package distribution, so registry adoption signals (downloads, maintainers) don't exist for it.
Connect
https://finestructure.ai/api/mcpSources
Every verdict and label is attributable to its source and recomputed from our own landed copy, never read live on this page.
agency_create_claim_linkAgency mode only. Create a client claim link for an existing app owned by the agent. The client must log in with the invited email before ownership transfers.
agency_create_clientAgency mode only. Create or update a client record for an account-level agent. This does not create a verified Fine Structure user account and does not transfer ownership.
agency_create_client_appAgency mode only. Create a new app owned by the agent, start generation, and create a claim link for the client. Ownership transfers only when the invited client logs in with the same email and accepts the claim link.
agency_get_claim_statusAgency mode only. Inspect one handoff status without exposing the raw claim token.
agency_list_clientsAgency mode only. List client records and app handoff status for the authenticated agent.
apply_change_setApply a staged change set to the app. Creates a Saved Version before applying. Blocks on validation errors unless force=true.
check_domain_verificationCheck Fine Structure custom-domain verification and SSL status for the configured custom domain, then save the latest status.
compare_current_to_versionCompare the current app files to a Saved Version and return compact per-file diffs.
compare_saved_versionsCompare two Saved Versions and return per-file additions, removals, modifications, and compact diffs.
configure_domain_redirectsConfigure custom-domain redirect policy: primary domain, optional www/root redirect, and HTTPS enforcement.
configure_integrationStore safe non-secret integration metadata for an app. Use set_secret for API keys/tokens.
create_ab_testCreate a native Fine Structure A/B test between existing app pages. Use update_app first if a variant page still needs to be generated. Creates a Saved Version before the change.
create_appCreate a new application from a natural language prompt. The AI generates a complete web app with pages, components, styling, and data models. Returns a job_id - poll get_job_status to track progress. When the job is done, the app is ready.
create_change_setCreate a staged file change set. Add multiple file changes, validate them as one app state, then apply atomically.
create_entity_schemaCreate an entity schema file in entities/<Entity>.json. Creates a Saved Version before writing.
delete_ab_testDelete a native A/B test from an app. Creates a Saved Version before the change.
delete_secretDelete one app secret by key.
discard_change_setDiscard a pending staged change set without changing app files.
email_marketing_app_configureConfigure isolated Email Marketing settings for a generated app. Can be used by Studio/chat agents.
email_marketing_app_contact_profileRead a contact profile with email delivery, tracking, app-event, workflow, suppression, and unsubscribe timeline.
email_marketing_app_create_broadcastCreate an app-scoped broadcast to contacts synced from that generated app, optionally scheduled or sent now.
email_marketing_app_create_event_triggerCreate an app-scoped email rule that sends when an app event is recorded, for example entity_created or Customer.created.
email_marketing_app_create_segmentCreate an app-scoped saved audience segment using field, tag, and behavior filters.
email_marketing_app_create_sequenceCreate an app-scoped email sequence using fixed dates or day offsets between emails.
email_marketing_app_create_workflowCreate an app-scoped automation workflow with email, wait, condition, split, and goal steps.
email_marketing_app_deliverabilityRead provider readiness, bounce/complaint rates, suppression reasons, and recent deliverability risk events.
email_marketing_app_process_queueProcess due app-scoped automation workflow runs and email queue jobs with locks, retries, and suppression checks.
email_marketing_app_queue_statusInspect app-scoped Email Marketing queue jobs and per-status counts.
email_marketing_app_record_eventRecord an app event and send matching app-scoped Email Marketing triggers.
email_marketing_app_reportRead app-scoped Email Marketing reporting: delivery counts, open/click rates, and recent tracking events.
email_marketing_app_statusInspect app-scoped Email Marketing for one generated app: settings, contacts, campaigns, event triggers, and recent events.
email_marketing_app_suppress_contactSuppress an app contact email after a bounce, complaint, manual block, provider block, or unsubscribe.
email_marketing_app_sync_contactsSync an app entity table into app-scoped Email Marketing contacts. Records without a valid email are skipped.
email_marketing_configure_senderAdmin only. Configure global Email Marketing sender details and module enabled state. Unsubscribe footer remains mandatory.
email_marketing_create_broadcastAdmin only. Create a filtered broadcast campaign, optionally scheduled or sent now.
email_marketing_create_sequenceAdmin only. Create a scheduled email sequence using fixed dates or day offsets. Each generated email keeps mandatory unsubscribe.
email_marketing_create_variable_triggerAdmin only. Create an email rule that sends when a named variable changes from one value to another. Empty from_value/to_value acts as wildcard.
email_marketing_statusAdmin only. Inspect the isolated Email Marketing module: enabled state, sender settings, templates, sequences, variable triggers, and recent campaign status.
email_marketing_trigger_variableAdmin only. Manually fire variable-transition email rules for one user. Useful for MCP/agent workflows and tests.
email_marketing_update_templateAdmin only. Update an automatic Email Marketing template, such as user_joined welcome email. The unsubscribe block is still appended by the server.
get_ab_test_statsGet views, unique visitors, conversions, and conversion rates for an A/B test.
get_app_detailDeep introspection of an app: entities, pages, settings, integrations, environment variables, and file structure. Use this to understand what an app contains before updating it.
get_app_filesGet the file tree for an app with paths and byte sizes.
get_app_linksReturn editor, preview, published path, subdomain, and custom-domain links plus whether each works for anonymous visitors, app users, or Studio users based on publish and auth settings.
get_app_security_auditRead recent server-side security audit events for an app.
get_app_security_contextReturn safe security context for one owned app: owner id/email, Studio collaborators, generated-app members, route policies, entity policies, and recent security audit entries. Does not return secrets and does not grant access to other apps.
get_app_statusGet app overview: files, published state, URL, active jobs.
get_domain_ssl_statusReturn SSL/certificate status and pending certificate validation DNS records for the app custom domain.
get_domain_verificationReturn the exact DNS records and instructions required to verify and route the app custom domain.
get_entitiesGet all entity (data model) schemas for an app, with record counts. Each entity has fields, types, and relationships.
get_errorsGet recent runtime errors for an app (last 20). Useful for diagnosing issues before updating.
get_job_statusPoll the status of an async generation job. Use this after create_app or update_app to know when the job is done. Returns status ('running' or 'done'), progress events, and result summary when complete.
get_pagesGet all pages in an app with their file paths and sizes.
get_platform_guideReturn a machine-readable Fine Structure / FSe2 guide for AI agents. Call this at the start of an MCP session to learn app files, entities, safe edit workflows, validation, publishing, A/B testing, secrets, and platform rules.
get_preview_urlReturn editor preview and published/public URLs for an app.
get_recommended_workflowReturn the recommended MCP tool sequence for a task type. Use this before creating apps, editing files, seeding data, publishing, setting up A/B tests, restoring versions, or configuring secrets/integrations.
inspect_previewReturn server-side preview context: URLs, persisted runtime/network errors, static clickable candidates, pages, and explicit live-browser availability.
invite_app_memberProvision a generated-app runtime member with a role. This does not create a Studio collaborator. The owner role cannot be assigned. If password is omitted, a temporary password is generated and returned once.
list_ab_testsList the platform A/B tests configured for an app.
list_app_domainsList an app's platform path, subdomain, and configured custom domain with verification, SSL, primary-domain, redirect, publish, and login-gating status.
list_app_membersList generated-app runtime users/members for an app. This is separate from Studio project collaborators.
list_appsList all applications owned by the authenticated user.
list_integrationsList supported integrations and safe connected integration metadata for an app. Tokens/secrets are never returned.
list_saved_versionsList restorable Saved Versions for an app, including versions created by MCP writes.
list_secret_keysList secret key names for an app. Secret values are never returned.
patch_app_filePatch one file by replacing exact text. Safer than full overwrite for targeted edits. Creates a Saved Version before changing content.
publish_appPublish an app - freeze current state and make it live at a URL. Also configures whether the public URL is open, app-login gated, private, or inferred from the app.
query_entityQuery app data records for one entity with optional exact-match filters.
read_app_fileRead one source file from an app's virtual filesystem.
read_app_filesRead several source files from an app's virtual filesystem.
remove_app_memberRemove a generated-app runtime member.
remove_custom_domainRemove the configured custom domain from the app and clean up the platform-side hostname registration when possible.
rename_app_fileRename or move one app source file atomically. Internally stages an upsert at new_path and a delete at old_path, validates the resulting app state, and creates a Saved Version before applying.
restore_file_from_versionRestore one file from a Saved Version instead of restoring the entire app. Creates a Saved Version before changing the file.
restore_saved_versionRestore an app to a Saved Version. Requires versions:write scope and confirm=true. This restores files, records, app settings, and A/B test state captured in the snapshot.
seed_entitySeed records into one app entity. Useful during EDIT when new screens need sample data. Creates a Saved Version before inserting records.
set_entity_policyCreate or update server-side read/write role policy for an app entity.
set_primary_domainSet which app host should be treated as primary for generated links and custom-domain redirects.
set_route_policyCreate or update a server-owned route policy for a generated app route.
set_secretCreate or update one encrypted app secret. The secret value is never returned.
update_ab_testUpdate a native A/B test, including active state, variants, traffic, and conversion goal. Creates a Saved Version before the change.
update_appUpdate an existing application with a new prompt. The AI modifies the app based on your instructions. Creates a Saved Version before the update. Returns a job_id - poll get_job_status to track progress.
update_app_member_roleUpdate a generated-app runtime member role. This cannot assign owner and cannot change the Fine Structure account owner.
update_entity_metadataSet relationship/index metadata on an entity schema. This stores metadata in the schema file; DB index creation is automatic where supported by the platform.
update_entity_recordUpdate one app entity record by ID. Creates a Saved Version before the update.
update_entity_schemaReplace or shallow-merge an existing entity schema file. Creates a Saved Version before writing.
validate_appRun deterministic app checks: syntax, imports, routes/pages, entity schemas, missing entities, and recorded runtime errors.
validate_change_setValidate current app files plus staged change set files before applying.
validate_entity_relationshipsValidate entity relationship metadata and *_id references against existing entity schemas.
write_app_fileCreate or replace one file in an app's virtual filesystem. Creates a Saved Version before changing content.
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.