ai.finestructure/fine-structure

MCPcomunidaden línea
v1.0.2ai.finestructureUnknownActualizado hace 28 d

Build and host full-stack apps from a prompt, with agents that reach you on WhatsApp and email.

Estado del endpointen línea
comprobado hace 9 h · 327 ms
100 % de las últimas 4 comprobaciones llegaron a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
hace 28 dÚltima actualización
Paquete
Autorai.finestructure
LicenciaUnknown
Versión1.0.2
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas84 herramientas · 8 privilegiadas
Análisis de seguridad✓ Limpiovlive · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado18 jul 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

84 herramientas · 8 privilegiadas
Observado en vivo desde el endpoint del proveedor9h ago

Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.

  • https://finestructure.ai/api/mcp84 herramientas · 327 ms
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 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.

ParámetroTipoDescripción
name*stringName for the app (1-100 chars)
prompt*stringDetailed description of the app to build
descriptionstringOptional short description
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 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.

ParámetroTipoDescripción
client_email*stringClient email that will be allowed to claim projects
client_full_namestringOptional client display name
notestringOptional internal note for the agency
agency_list_clientsAgency mode only. List client records and app handoff status for the authenticated agent.

Agency mode only. List client records and app handoff status for the authenticated agent.

ParámetroTipoDescripción
include_handoffsbooleanInclude claim links status without raw tokens
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 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.

ParámetroTipoDescripción
client_email*stringClient email allowed to claim ownership
client_full_namestringOptional client display name
name*stringName for the app (1-100 chars)
prompt*stringDetailed description of the app to build
descriptionstringOptional short app description
notestringOptional internal client/project note
keep_agent_collaboratorbooleanAfter claim, invite the agent back as an editor collaborator
claim_expires_in_daysintegerClaim link lifetime, 1-90 days
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 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.

ParámetroTipoDescripción
app_id*stringExisting app ID owned by the agent
client_email*stringClient email allowed to claim ownership
client_full_namestringOptional client display name
notestringOptional internal note
keep_agent_collaboratorbooleanInvite agent as editor after claim
claim_expires_in_daysintegerClaim link lifetime, 1-90 days
agency_get_claim_statusAgency mode only. Inspect one handoff status without exposing the raw claim token.

Agency mode only. Inspect one handoff status without exposing the raw claim token.

ParámetroTipoDescripción
handoff_id*stringHandoff ID returned by agency_create_claim_link or agency_create_client_app
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 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.

ParámetroTipoDescripción
app_id*stringThe app ID to update
prompt*stringWhat to change in the app
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.

Publish 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.

ParámetroTipoDescripción
app_id*stringThe app ID to publish
access_modestringLive access policy. public_open = anyone can view. public_auth = public URL opens but app login is required. private = published snapshot remains owner/collabo…
auth_requiredbooleanOptional explicit override for generated-app login requirement. Prefer access_mode when possible.
make_publicbooleanOptional explicit override for whether published URLs are publicly reachable. Prefer access_mode when possible.
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.

Return 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.

ParámetroTipoDescripción
app_idstringOptional app ID. If provided, the guide includes a safe app context summary.
sectionsarrayOptional subset of guide sections to return.
task_typestringOptional task hint, for example edit_app, direct_file_edit, seed_data, or publish_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.

Return 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.

ParámetroTipoDescripción
task_typestringThe task type to plan.
goalstringOptional short description of the user's goal.
app_idstringOptional app ID. If provided, the workflow includes a safe app context summary.
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.

Poll 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.

ParámetroTipoDescripción
job_id*stringThe job_id returned by create_app or update_app
get_app_statusGet app overview: files, published state, URL, active jobs.

Get app overview: files, published state, URL, active jobs.

ParámetroTipoDescripción
app_id*stringThe app ID
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.

Return 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.

ParámetroTipoDescripción
app_id*stringThe app ID
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 an app's platform path, subdomain, and configured custom domain with verification, SSL, primary-domain, redirect, publish, and login-gating status.

ParámetroTipoDescripción
app_id*stringThe app ID
set_app_subdomainSet or clear the app platform subdomain - the '<subdomain>.<base domain>' host Fine Structure already serves the app on. Runs the same ownership, format, reserved-name and uniqueness checks as the Studio subdomain field because it calls the same model function. Replacing a subdomain takes effect im…

Set or clear the app platform subdomain - the '<subdomain>.<base domain>' host Fine Structure already serves the app on. Runs the same ownership, format, reserved-name and uniqueness checks as the Studio subdomain field because it calls the same model function. Replacing a subdomain takes effect im…

ParámetroTipoDescripción
app_id*stringThe app ID
subdomain*stringSubdomain label: 3-32 characters, lowercase letters, digits and hyphens, no leading or trailing hyphen, not a reserved platform name. Empty string clears the s…
check_subdomain_availableCheck whether a platform subdomain can be claimed before calling set_app_subdomain. Returns available plus a status of available, invalid, reserved, taken, current, or empty, with the exact reason. Pass app_id (an app you own) to have that app's own current subdomain reported as 'current' instead o…

Check whether a platform subdomain can be claimed before calling set_app_subdomain. Returns available plus a status of available, invalid, reserved, taken, current, or empty, with the exact reason. Pass app_id (an app you own) to have that app's own current subdomain reported as 'current' instead o…

ParámetroTipoDescripción
subdomain*stringSubdomain label to check
app_idstringOptional ID of an app you own. When supplied, this app's own subdomain reports as 'current' instead of 'taken'.
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.

Attach 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.

ParámetroTipoDescripción
app_id*stringThe app ID
domain*stringCustom domain to connect, for example example.com or app.example.com
get_domain_verificationReturn the exact DNS records and instructions required to verify and route the app custom domain.

Return the exact DNS records and instructions required to verify and route the app custom domain.

ParámetroTipoDescripción
app_id*stringThe app ID
domainstringOptional configured custom domain. If omitted, uses the app's current custom domain.
check_domain_verificationCheck Fine Structure custom-domain verification and SSL status for the configured custom domain, then save the latest status.

Check Fine Structure custom-domain verification and SSL status for the configured custom domain, then save the latest status.

ParámetroTipoDescripción
app_id*stringThe app ID
domainstringOptional configured custom domain. If omitted, uses the app's current custom domain.
set_primary_domainSet which app host should be treated as primary for generated links and custom-domain redirects.

Set which app host should be treated as primary for generated links and custom-domain redirects.

ParámetroTipoDescripción
app_id*stringThe app ID
domain*stringPrimary host, for example example.com, www.example.com, or the app subdomain host.
remove_custom_domainprivilegiadaRemove the configured custom domain from the app and clean up the platform-side hostname registration when possible.

Remove the configured custom domain from the app and clean up the platform-side hostname registration when possible.

ParámetroTipoDescripción
app_id*stringThe app ID
domainstringOptional configured custom domain. If omitted, removes the current custom domain.
get_domain_ssl_statusReturn SSL/certificate status and pending certificate validation DNS records for the app custom domain.

Return SSL/certificate status and pending certificate validation DNS records for the app custom domain.

ParámetroTipoDescripción
app_id*stringThe app ID
domainstringOptional configured custom domain. If omitted, uses the app's current custom domain.
configure_domain_redirectsConfigure custom-domain redirect policy: primary domain, optional www/root redirect, and HTTPS enforcement.

Configure custom-domain redirect policy: primary domain, optional www/root redirect, and HTTPS enforcement.

ParámetroTipoDescripción
app_id*stringThe app ID
primary_domain*stringCanonical primary domain, for example example.com
redirect_wwwbooleanRedirect the www/root counterpart to primary_domain
force_httpsbooleanRedirect HTTP custom-domain requests to HTTPS
list_appsList applications owned by the authenticated user, newest activity first. Returns up to `limit` apps per call plus the total count; page with `offset` when the account has more.

List applications owned by the authenticated user, newest activity first. Returns up to `limit` apps per call plus the total count; page with `offset` when the account has more.

ParámetroTipoDescripción
limitintegerMax apps to return (1-200)
offsetintegerApps to skip, for paging
get_app_filesGet the file tree for an app with paths and byte sizes.

Get the file tree for an app with paths and byte sizes.

ParámetroTipoDescripción
app_id*stringThe app ID
read_app_fileRead one source file from an app's virtual filesystem. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.

Read one source file from an app's virtual filesystem. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.

ParámetroTipoDescripción
app_id*stringThe app ID
path*stringVirtual file path, for example pages/Home.jsx
max_charsintegerMaximum content characters to return
read_app_filesRead several source files from an app's virtual filesystem. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.

Read several source files from an app's virtual filesystem. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.

ParámetroTipoDescripción
app_id*stringThe app ID
paths*arrayVirtual file paths to read
max_chars_per_fileintegerMaximum characters per file
write_app_fileprivilegiadaCreate or replace one file in an app's virtual filesystem. Creates a Saved Version before changing content. Paths and file model follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.

Create or replace one file in an app's virtual filesystem. Creates a Saved Version before changing content. Paths and file model follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.

ParámetroTipoDescripción
app_id*stringThe app ID
path*stringVirtual file path
content*stringComplete file contents
file_typestringOptional file type override
patch_app_fileprivilegiadaPatch one file by replacing exact text. Safer than full overwrite for targeted edits. Creates a Saved Version before changing content. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.

Patch one file by replacing exact text. Safer than full overwrite for targeted edits. Creates a Saved Version before changing content. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.

ParámetroTipoDescripción
app_id*stringThe app ID
path*stringVirtual file path
old_text*stringExact existing text to replace
new_text*stringReplacement text
replace_allbooleanReplace all matches instead of the first match
rename_app_fileprivilegiadaRename 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.

Rename 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.

ParámetroTipoDescripción
app_id*stringThe app ID
old_path*stringExisting virtual file path to rename
new_path*stringNew virtual file path
overwritebooleanAllow replacing an existing file at new_path
forcebooleanApply even if validation reports blocking errors
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.

Deep introspection of an app: entities, pages, settings, integrations, environment variables, and file structure. Use this to understand what an app contains before updating it.

ParámetroTipoDescripción
app_id*stringThe app ID
get_entitiesGet all entity (data model) schemas for an app, with record counts. Each entity has fields, types, and relationships.

Get all entity (data model) schemas for an app, with record counts. Each entity has fields, types, and relationships.

ParámetroTipoDescripción
app_id*stringThe app ID
query_entityQuery app data records for one entity with optional exact-match filters.

Query app data records for one entity with optional exact-match filters.

ParámetroTipoDescripción
app_id*stringThe app ID
entity*stringEntity name, for example Patient
filtersobjectExact-match field filters
sortstringSort field, prefix with - for descending
limitintegerMax records to return
offsetintegerPagination offset
seed_entityCompatibility tool for starter-record creation. Inserts directly for the authenticated app owner; by default it only seeds an empty entity (skip_if_not_empty).

Compatibility tool for starter-record creation. Inserts directly for the authenticated app owner; by default it only seeds an empty entity (skip_if_not_empty).

ParámetroTipoDescripción
app_id*stringThe app ID
entity*stringEntity name
records*arrayRecords to insert
modestringappend always inserts; skip_if_not_empty inserts only when the entity is empty
reasonstringWhy these records should be created
create_entity_recordsCreate/insert records in one app entity. Executes directly for the authenticated app owner and returns the created record ids.

Create/insert records in one app entity. Executes directly for the authenticated app owner and returns the created record ids.

ParámetroTipoDescripción
app_id*stringThe app ID
entity*stringEntity name
records*arrayRecords to create
reasonstringWhy these records should be created
expected_countintegerOptional safety check; the write aborts if the record count differs
update_entity_recordCompatibility tool that updates one record by ID. Executes directly for the authenticated app owner.

Compatibility tool that updates one record by ID. Executes directly for the authenticated app owner.

ParámetroTipoDescripción
app_id*stringThe app ID
entity*stringEntity name
record_id*stringRecord ID
data*objectFields to merge into the record
reasonstringWhy this record should be updated
update_entity_recordsUpdate exact records. Select explicit record_ids or exact-match filters and provide shared changes, or provide per-record updates. Executes directly for the authenticated app owner; expected_count aborts the write on a mismatch.

Update exact records. Select explicit record_ids or exact-match filters and provide shared changes, or provide per-record updates. Executes directly for the authenticated app owner; expected_count aborts the write on a mismatch.

ParámetroTipoDescripción
app_id*stringThe app ID
entity*stringEntity name
record_idsarrayExact record IDs to update
filtersOne exact-match selector or a list of exact-match selectors
changesobjectShared fields to merge into every selected record
updatesarrayPer-record changes; use instead of shared changes
reasonstringWhy these records should be updated
expected_countintegerRequired match count safety check, when known
delete_entity_recordsprivilegiadaDelete exact records by ID or exact-match filters. Executes directly for the authenticated app owner; pass expected_count as a safety check to abort on a mismatch.

Delete exact records by ID or exact-match filters. Executes directly for the authenticated app owner; pass expected_count as a safety check to abort on a mismatch.

ParámetroTipoDescripción
app_id*stringThe app ID
entity*stringEntity name
record_idsarrayExact record IDs to delete
filtersOne exact-match selector or a list of exact-match selectors
reasonstringWhy these records should be deleted
expected_countintegerRequired match count safety check, when known
get_pagesGet all pages in an app with their file paths and sizes.

Get all pages in an app with their file paths and sizes.

ParámetroTipoDescripción
app_id*stringThe app ID
get_errorsGet recent runtime errors for an app (last 20). Useful for diagnosing issues before updating.

Get recent runtime errors for an app (last 20). Useful for diagnosing issues before updating.

ParámetroTipoDescripción
app_id*stringThe app ID
limitintegerMax errors to return (default 20)
get_app_analyticsTraffic analytics for an app's published site over a chosen window: total views, unique visitors, daily series, top pages, top referrer domains and device split.

Traffic analytics for an app's published site over a chosen window: total views, unique visitors, daily series, top pages, top referrer domains and device split.

ParámetroTipoDescripción
app_id*stringThe app ID
daysintegerWindow in days (1-90, default 7)
get_preview_urlReturn editor preview and published/public URLs for an app.

Return editor preview and published/public URLs for an app.

ParámetroTipoDescripción
app_id*stringThe app ID
list_saved_versionsList restorable Saved Versions for an app, including versions created by MCP writes.

List restorable Saved Versions for an app, including versions created by MCP writes.

ParámetroTipoDescripción
app_id*stringThe app ID
create_change_setCreate a staged file change set. Add multiple file changes, validate them as one app state, then apply atomically.

Create a staged file change set. Add multiple file changes, validate them as one app state, then apply atomically.

ParámetroTipoDescripción
app_id*stringThe app ID
labelstringOptional short label
add_file_changeStage one file upsert or delete inside a change set. Does not modify the live app until apply_change_set. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.

Stage one file upsert or delete inside a change set. Does not modify the live app until apply_change_set. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.

ParámetroTipoDescripción
app_id*stringThe app ID
change_set_id*stringChange set ID
path*stringVirtual file path
contentstringComplete file contents for upsert
file_typestringOptional file type override
operationstring
validate_change_setValidate current app files plus staged change set files before applying.

Validate current app files plus staged change set files before applying.

ParámetroTipoDescripción
app_id*stringThe app ID
change_set_id*stringChange set ID
include_runtime_errorsboolean
apply_change_setApply a staged change set to the app. Creates a Saved Version before applying. Blocks on validation errors unless force=true.

Apply a staged change set to the app. Creates a Saved Version before applying. Blocks on validation errors unless force=true.

ParámetroTipoDescripción
app_id*stringThe app ID
change_set_id*stringChange set ID
forcebooleanApply even if validation has errors
discard_change_setDiscard a pending staged change set without changing app files.

Discard a pending staged change set without changing app files.

ParámetroTipoDescripción
app_id*stringThe app ID
change_set_id*stringChange set ID
validate_appRun deterministic app checks: syntax, imports, routes/pages, entity schemas, missing entities, and recorded runtime errors.

Run deterministic app checks: syntax, imports, routes/pages, entity schemas, missing entities, and recorded runtime errors.

ParámetroTipoDescripción
app_id*stringThe app ID
include_runtime_errorsboolean
inspect_previewReturn server-side preview context: URLs, persisted runtime/network errors, static clickable candidates, pages, and explicit live-browser availability.

Return server-side preview context: URLs, persisted runtime/network errors, static clickable candidates, pages, and explicit live-browser availability.

ParámetroTipoDescripción
app_id*stringThe app ID
routestringOptional route to inspect
auth_asstringOptional auth simulation: anonymous
auth_as_rolestringOptional app role simulation, e.g. staff/admin/customer
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.

Return 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.

ParámetroTipoDescripción
app_id*stringThe app ID
audit_limitinteger
set_route_policyCreate or update a server-owned route policy for a generated app route.

Create or update a server-owned route policy for a generated app route.

ParámetroTipoDescripción
app_id*stringThe app ID
route*stringRoute or wildcard route, e.g. /admin/*
require_auth*boolean
allowed_roles*arrayAllowed app roles
redirect_tostring
set_entity_policyCreate or update server-side read/write role policy for an app entity.

Create or update server-side read/write role policy for an app entity.

ParámetroTipoDescripción
app_id*stringThe app ID
entity*stringEntity name, e.g. Booking
read*arrayRoles allowed to read
write*arrayRoles allowed to write
list_app_membersList generated-app runtime users/members for an app. This is separate from Studio project collaborators.

List generated-app runtime users/members for an app. This is separate from Studio project collaborators.

ParámetroTipoDescripción
app_id*stringThe app ID
invite_app_memberProvision a generated-app runtime member with a role. This does not create a Studio collaborator, and the owner role cannot be assigned. password is required: ask the account owner which password the member should get. This tool never generates one, because a generated password would come back in t…

Provision a generated-app runtime member with a role. This does not create a Studio collaborator, and the owner role cannot be assigned. password is required: ask the account owner which password the member should get. This tool never generates one, because a generated password would come back in t…

ParámetroTipoDescripción
app_id*stringThe app ID
email*stringMember email
role*stringApp role, e.g. admin/staff/customer
full_namestring
password*stringThe password this member signs in with, chosen by the account owner. Required, and never echoed back in the result.
update_app_member_roleUpdate a generated-app runtime member role. This cannot assign owner and cannot change the Fine Structure account owner.

Update a generated-app runtime member role. This cannot assign owner and cannot change the Fine Structure account owner.

ParámetroTipoDescripción
app_id*stringThe app ID
user_id*stringGenerated app user id
role*stringNew role
remove_app_memberprivilegiadaRemove a generated-app runtime member.

Remove a generated-app runtime member.

ParámetroTipoDescripción
app_id*stringThe app ID
user_id*stringGenerated app user id
get_app_security_auditRead recent server-side security audit events for an app.

Read recent server-side security audit events for an app.

ParámetroTipoDescripción
app_id*stringThe app ID
limitinteger
compare_saved_versionsCompare two Saved Versions and return per-file additions, removals, modifications, and compact diffs.

Compare two Saved Versions and return per-file additions, removals, modifications, and compact diffs.

ParámetroTipoDescripción
app_id*stringThe app ID
base_snapshot_id*stringOlder/base snapshot ID
target_snapshot_id*stringNewer/target snapshot ID
max_diff_charsinteger
compare_current_to_versionCompare the current app files to a Saved Version and return compact per-file diffs.

Compare the current app files to a Saved Version and return compact per-file diffs.

ParámetroTipoDescripción
app_id*stringThe app ID
snapshot_id*stringSaved Version snapshot ID
max_diff_charsinteger
restore_file_from_versionRestore one file from a Saved Version instead of restoring the entire app. Creates a Saved Version before changing the file. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.

Restore one file from a Saved Version instead of restoring the entire app. Creates a Saved Version before changing the file. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.

ParámetroTipoDescripción
app_id*stringThe app ID
snapshot_id*stringSaved Version snapshot ID
path*stringVirtual file path to restore
confirm*boolean
create_entity_schemaCreate an entity schema file in entities/<Entity>.json. Creates a Saved Version before writing.

Create an entity schema file in entities/<Entity>.json. Creates a Saved Version before writing.

ParámetroTipoDescripción
app_id*stringThe app ID
entity*stringEntity name
schema*objectJSON schema object
relationshipsarray
indexesarray
metadataobject
overwriteboolean
update_entity_schemaReplace or shallow-merge an existing entity schema file. Creates a Saved Version before writing.

Replace or shallow-merge an existing entity schema file. Creates a Saved Version before writing.

ParámetroTipoDescripción
app_id*stringThe app ID
entity*stringEntity name
schema*objectSchema fields to set or merge
relationshipsarray
indexesarray
metadataobject
mergeboolean
validate_entity_relationshipsValidate entity relationship metadata and *_id references against existing entity schemas.

Validate entity relationship metadata and *_id references against existing entity schemas.

ParámetroTipoDescripción
app_id*stringThe app ID
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.

Set relationship/index metadata on an entity schema. This stores metadata in the schema file; DB index creation is automatic where supported by the platform.

ParámetroTipoDescripción
app_id*stringThe app ID
entity*stringEntity name
relationshipsarray
indexesarray
metadataobject
list_secret_keysList secret key names for an app. Secret values are never returned.

List secret key names for an app. Secret values are never returned.

ParámetroTipoDescripción
app_id*stringThe app ID
set_secretCreate or update one encrypted app secret. The secret value is never returned.

Create or update one encrypted app secret. The secret value is never returned.

ParámetroTipoDescripción
app_id*stringThe app ID
key*stringSecret key name
value*stringSecret value to encrypt and store
delete_secretprivilegiadaDelete one app secret by key.

Delete one app secret by key.

ParámetroTipoDescripción
app_id*stringThe app ID
key*stringSecret key name
list_integrationsList supported integrations and safe connected integration metadata for an app. Tokens/secrets are never returned.

List supported integrations and safe connected integration metadata for an app. Tokens/secrets are never returned.

ParámetroTipoDescripción
app_id*stringThe app ID
configure_integrationStore safe non-secret integration metadata for an app. Use set_secret for API keys/tokens.

Store safe non-secret integration metadata for an app. Use set_secret for API keys/tokens.

ParámetroTipoDescripción
app_id*stringThe app ID
provider*stringIntegration provider ID
config*objectSafe metadata only, such as workspace/team/name/email
is_activebooleanSet false to disconnect this integration metadata
list_ab_testsList the platform A/B tests configured for an app.

List the platform A/B tests configured for an app.

ParámetroTipoDescripción
app_id*stringThe app ID
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 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.

ParámetroTipoDescripción
app_id*stringThe app ID
name*stringExperiment name
page_name*stringBase route page that triggers the experiment
variants*arrayAt least two variants. Traffic must total 100.
goal_event_typestringOptional conversion goal type: entity_create, any, form_submit
goal_event_filterobjectOptional goal filter, for example {'entity_name': 'Lead'}
is_activebooleanWhether to activate the test immediately
update_ab_testUpdate a native A/B test, including active state, variants, traffic, and conversion goal. Creates a Saved Version before the change.

Update a native A/B test, including active state, variants, traffic, and conversion goal. Creates a Saved Version before the change.

ParámetroTipoDescripción
app_id*stringThe app ID
test_id*stringA/B test ID
namestringOptional new name
page_namestringOptional new base route page
variantsarrayOptional replacement variants. Traffic must total 100.
is_activebooleanOptional active state
goal_event_typestringOptional conversion goal type
goal_event_filterobjectOptional conversion goal filter
delete_ab_testprivilegiadaDelete a native A/B test from an app. Creates a Saved Version before the change.

Delete a native A/B test from an app. Creates a Saved Version before the change.

ParámetroTipoDescripción
app_id*stringThe app ID
test_id*stringA/B test ID
get_ab_test_statsGet views, unique visitors, conversions, and conversion rates for an A/B test.

Get views, unique visitors, conversions, and conversion rates for an A/B test.

ParámetroTipoDescripción
app_id*stringThe app ID
test_id*stringA/B test ID
create_agentCreate an autonomous AI agent on the user's Fine Structure account: a standing worker, not a chat session. It gets the platform's default safe tool policy and its own email address, it can read and write the app database, and once the owner phone is verified (see get_agent_whatsapp) it can message…

Create an autonomous AI agent on the user's Fine Structure account: a standing worker, not a chat session. It gets the platform's default safe tool policy and its own email address, it can read and write the app database, and once the owner phone is verified (see get_agent_whatsapp) it can message…

ParámetroTipoDescripción
namestringAgent display name (e.g. 'Lead Follow-up'). Auto-derived from role when omitted.
role*stringShort role label (e.g. 'sales assistant')
description*stringWhat this agent is responsible for, one or two sentences
personastringOptional working style and tone instructions for the agent
app_idstringOptional app to attach the agent to; account-level when omitted
list_agentsList the AI agents on the user's account with id, name, role, status and FineMail address.

List the AI agents on the user's account with id, name, role, status and FineMail address.

ParámetroTipoDescripción
app_idstringOptional filter by attached app
schedule_agent_taskCreate a scheduled task for one of the user's agents. Supported schedule types: once (run_at ISO local time + timezone), interval (interval_minutes 5-1440), hourly, daily (time HH:MM + timezone), weekly (time + timezone + days_of_week 0=Sunday..6), cron (5-field expression + timezone), manual (only…

Create a scheduled task for one of the user's agents. Supported schedule types: once (run_at ISO local time + timezone), interval (interval_minutes 5-1440), hourly, daily (time HH:MM + timezone), weekly (time + timezone + days_of_week 0=Sunday..6), cron (5-field expression + timezone), manual (only…

ParámetroTipoDescripción
agent_id*stringThe agent id (from create_agent or list_agents)
title*stringShort task title
instructions*stringWhat the agent should do on each run, written as instructions to the agent
schedule*objectSchedule object, e.g. {"type":"daily","time":"08:30","timezone":"Asia/Jerusalem"} or {"type":"weekly","time":"09:00","timezone":"Asia/Jerusalem","days_of_week"…
max_runsintegerOptional cap on total runs (0 = unlimited)
activatebooleanStart the schedule immediately (true) or save as draft (false)
list_agent_tasksList scheduled tasks for one agent (or the whole account), including schedule, status and next_run_at.

List scheduled tasks for one agent (or the whole account), including schedule, status and next_run_at.

ParámetroTipoDescripción
agent_idstringOptional agent id filter
statusstringOptional status filter: draft, active, paused, archived
limitintegerMax tasks to return (1-100)
get_agent_whatsappRead the WhatsApp state of the connected account: whether the owner's phone is verified, which platform numbers they can connect, and which conversations already route to which agent. Call this first whenever the user asks to talk to an agent on WhatsApp, and repeat its next_step to them.

Read the WhatsApp state of the connected account: whether the owner's phone is verified, which platform numbers they can connect, and which conversations already route to which agent. Call this first whenever the user asks to talk to an agent on WhatsApp, and repeat its next_step to them.

ParámetroTipoDescripción
agent_idstringOptional: report only this agent's WhatsApp state.
start_owner_phone_verificationSend a 6-digit code over WhatsApp to the ACCOUNT OWNER's own phone. This is the one-time ownership proof required before a platform number can be connected, and it also unlocks agents messaging the owner. Ask the user for their own WhatsApp number first and send only to that. No WhatsApp Business a…

Send a 6-digit code over WhatsApp to the ACCOUNT OWNER's own phone. This is the one-time ownership proof required before a platform number can be connected, and it also unlocks agents messaging the owner. Ask the user for their own WhatsApp number first and send only to that. No WhatsApp Business a…

ParámetroTipoDescripción
phone*stringThe owner's own WhatsApp number, ideally in E.164 form such as +972501234567.
regionstringOptional ISO region hint (for example IL, US) used when the number has no country code.
confirm_owner_phone_verificationConfirm the 6-digit code the owner received on WhatsApp from start_owner_phone_verification. On success the owner is verified: agents can message them, and platform numbers become connectable.

Confirm the 6-digit code the owner received on WhatsApp from start_owner_phone_verification. On success the owner is verified: agents can message them, and platform numbers become connectable.

ParámetroTipoDescripción
phone*stringThe same phone number the code was sent to.
code*stringThe 6-digit code from the WhatsApp message.
regionstringOptional ISO region hint, matching the one used when sending.
attach_agent_whatsappConnect a platform WhatsApp number to one of the account's agents, so the owner can message that number and reach that agent. Requires the owner to be verified first. Take phone_number_id from get_agent_whatsapp. A number already used by another account is still valid to connect: it answers only th…

Connect a platform WhatsApp number to one of the account's agents, so the owner can message that number and reach that agent. Requires the owner to be verified first. Take phone_number_id from get_agent_whatsapp. A number already used by another account is still valid to connect: it answers only th…

ParámetroTipoDescripción
agent_id*stringThe agent that should answer on this number.
phone_number_id*stringphone_number_id from get_agent_whatsapp claimable_numbers.
detach_agent_whatsappDisconnect the owner's WhatsApp route from a platform number. Removes only this account's route; other accounts sharing the number keep theirs.

Disconnect the owner's WhatsApp route from a platform number. Removes only this account's route; other accounts sharing the number keep theirs.

ParámetroTipoDescripción
phone_number_id*stringThe number to disconnect, from get_agent_whatsapp.

84 de 84 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

Build and host full-stack apps from a prompt, with agents that reach you on WhatsApp and email.

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.