mcpbeat Sign in

Fine Structure MCP Server

by finestructure Your server? Claim it
answering

Fine Structure is answering right now. Last checked 8 min ago. It exposes 84 tools.

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

Uptime history 47 days of history · worst day 96%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
84
Tools
read from the server
818 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 134

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

1 Sep 2 tools appeared check_subdomain_available, set_app_subdomain
24 Aug a tool description was rewritten invite_app_member
24 Aug a tool changed the parameters it asks for invite_app_member
17 Aug 32 tools appeared agency_create_claim_link, agency_create_client, agency_create_client_app and 29 more
17 Aug 23 tools disappeared email_marketing_app_configure, email_marketing_app_contact_profile, email_marketing_app_create_broadcast and 20 more
17 Aug 7 tool descriptions were rewritten8 times that day create_agent, create_entity_records, delete_entity_records and 4 more
17 Aug 3 tools changed the parameters they ask for create_entity_records, get_platform_guide, seed_entity
16 Aug 6 tool descriptions were rewritten add_file_change, patch_app_file, read_app_file and 3 more
16 Aug 5 tools appeared create_agent, get_app_analytics, list_agents and 2 more
15 Aug 37 tools disappeared agency_create_claim_link, agency_create_client, agency_create_client_app and 34 more
and 17 more, back to 9 August 2026

Fine Structure does not always answer

Over the last week it answered 98.9% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add fine-structure --transport http https://finestructure.ai/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fine-structure": {
      "url": "https://finestructure.ai/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fine-structure]
url = "https://finestructure.ai/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "fine-structure": {
      "url": "https://finestructure.ai/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fine-structure": {
      "url": "https://finestructure.ai/api/mcp"
    }
  }
}

Available tools 84

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

app
create_app
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.
get_app_analytics
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.
get_app_detail
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.
get_app_files
Get the file tree for an app with paths and byte sizes.
get_app_links
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.
get_app_security_audit
Read recent server-side security audit events for an app.
get_app_security_context
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.
get_app_status
Get app overview: files, published state, URL, active jobs.
list_app_domains
List an app's platform path, subdomain, and configured custom domain with verification, SSL, primary-domain, redirect, publish, and login-gating status.
list_app_members
List generated-app runtime users/members for an app. This is separate from Studio project collaborators.
read_app_file
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.
read_app_files
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.
remove_app_member
Remove a generated-app runtime member.
set_app_subdomain
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 immediately and creates NO redirect: the previous name stops resolving to this app and is released for anyone to claim. Pass an empty subdomain to clear it. For a domain the user owns, use add_custom_domain instead.
update_app
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.
update_app_member_role
Update a generated-app runtime member role. This cannot assign owner and cannot change the Fine Structure account owner.
write_app_file
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.
entity
create_entity_records
Create/insert records in one app entity. Executes directly for the authenticated app owner and returns the created record ids.
create_entity_schema
Create an entity schema file in entities/<Entity>.json. Creates a Saved Version before writing.
delete_entity_records
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.
query_entity
Query app data records for one entity with optional exact-match filters.
set_entity_policy
Create or update server-side read/write role policy for an app entity.
update_entity_metadata
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.
update_entity_record
Compatibility tool that updates one record by ID. Executes directly for the authenticated app owner.
update_entity_records
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.
update_entity_schema
Replace or shallow-merge an existing entity schema file. Creates a Saved Version before writing.
agency
agency_create_claim_link
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.
agency_create_client
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.
agency_create_client_app
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.
agency_get_claim_status
Agency mode only. Inspect one handoff status without exposing the raw claim token.
agency_list_clients
Agency mode only. List client records and app handoff status for the authenticated agent.
test
create_ab_test
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.
delete_ab_test
Delete a native A/B test from an app. Creates a Saved Version before the change.
get_ab_test_stats
Get views, unique visitors, conversions, and conversion rates for an A/B test.
update_ab_test
Update a native A/B test, including active state, variants, traffic, and conversion goal. Creates a Saved Version before the change.
agent
create_agent
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 its owner on WhatsApp and by email through the platform system channels. Pair it with schedule_agent_task for recurring work such as following up new leads on WhatsApp each morning, watching an app for runtime errors, or sending a weekly summary. Messaging anyone other than the verified owner requires a channel the owner connects in the Fine Structure Studio.
get_agent_whatsapp
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.
list_agent_tasks
List scheduled tasks for one agent (or the whole account), including schedule, status and next_run_at.
domain
check_domain_verification
Check Fine Structure custom-domain verification and SSL status for the configured custom domain, then save the latest status.
get_domain_ssl_status
Return SSL/certificate status and pending certificate validation DNS records for the app custom domain.
get_domain_verification
Return the exact DNS records and instructions required to verify and route the app custom domain.
secret
delete_secret
Delete one app secret by key.
list_secret_keys
List secret key names for an app. Secret values are never returned.
set_secret
Create or update one encrypted app secret. The secret value is never returned.
validate
validate_app
Run deterministic app checks: syntax, imports, routes/pages, entity schemas, missing entities, and recorded runtime errors.
validate_change_set
Validate current app files plus staged change set files before applying.
validate_entity_relationships
Validate entity relationship metadata and *_id references against existing entity schemas.
compare
compare_current_to_version
Compare the current app files to a Saved Version and return compact per-file diffs.
compare_saved_versions
Compare two Saved Versions and return per-file additions, removals, modifications, and compact diffs.
configure
configure_domain_redirects
Configure custom-domain redirect policy: primary domain, optional www/root redirect, and HTTPS enforcement.
configure_integration
Store safe non-secret integration metadata for an app. Use set_secret for API keys/tokens.
custom
add_custom_domain
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.
remove_custom_domain
Remove the configured custom domain from the app and clean up the platform-side hostname registration when possible.
agents
list_agents
List the AI agents on the user's account with id, name, role, status and FineMail address.
apply
apply_change_set
Apply a staged change set to the app. Creates a Saved Version before applying. Blocks on validation errors unless force=true.
apps
list_apps
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.
attach
attach_agent_whatsapp
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 this owner's verified phone.
change
create_change_set
Create a staged file change set. Add multiple file changes, validate them as one app state, then apply atomically.
confirm
confirm_owner_phone_verification
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.
detach
detach_agent_whatsapp
Disconnect the owner's WhatsApp route from a platform number. Removes only this account's route; other accounts sharing the number keep theirs.
discard
discard_change_set
Discard a pending staged change set without changing app files.
entities
get_entities
Get all entity (data model) schemas for an app, with record counts. Each entity has fields, types, and relationships.
errors
get_errors
Get recent runtime errors for an app (last 20). Useful for diagnosing issues before updating.
file
add_file_change
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.
inspect
inspect_preview
Return server-side preview context: URLs, persisted runtime/network errors, static clickable candidates, pages, and explicit live-browser availability.
integrations
list_integrations
List supported integrations and safe connected integration metadata for an app. Tokens/secrets are never returned.
invite
invite_app_member
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 the result and that is a live credential in the conversation transcript.
job
get_job_status
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.
pages
get_pages
Get all pages in an app with their file paths and sizes.
patch
patch_app_file
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.
platform
get_platform_guide
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.
preview
get_preview_url
Return editor preview and published/public URLs for an app.
primary
set_primary_domain
Set which app host should be treated as primary for generated links and custom-domain redirects.
publish
publish_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.
recommended
get_recommended_workflow
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.
rename
rename_app_file
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.
restore
restore_file_from_version
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.
route
set_route_policy
Create or update a server-owned route policy for a generated app route.
saved
list_saved_versions
List restorable Saved Versions for an app, including versions created by MCP writes.
schedule
schedule_agent_task
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 runs on demand). Returns the normalized schedule and the computed next_run_at so you can read the fire time back to the user in their timezone.
seed
seed_entity
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).
start
start_owner_phone_verification
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 account is involved.
subdomain
check_subdomain_available
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 of 'taken'.
tests
list_ab_tests
List the platform A/B tests configured for an app.

Tools removed

Tools this server used to expose. Anything built against them stopped working on the day they went.

estimate_video_cost
removed 15 Aug 2026
generate_image
removed 15 Aug 2026
generate_slideshow
removed 15 Aug 2026
generate_video
removed 15 Aug 2026
get_slideshow
removed 15 Aug 2026
get_video_status
removed 15 Aug 2026
list_media_capabilities
removed 15 Aug 2026
list_slideshows
removed 15 Aug 2026
list_video_jobs
removed 15 Aug 2026
render_slideshow_images
removed 15 Aug 2026
restore_saved_version
removed 17 Aug 2026
email_marketing_app_configure
removed 17 Aug 2026
email_marketing_app_contact_profile
removed 17 Aug 2026
email_marketing_app_create_broadcast
removed 17 Aug 2026
email_marketing_app_create_event_trigger
removed 17 Aug 2026
email_marketing_app_create_segment
removed 17 Aug 2026
email_marketing_app_create_sequence
removed 17 Aug 2026
email_marketing_app_create_workflow
removed 17 Aug 2026
email_marketing_app_deliverability
removed 17 Aug 2026
email_marketing_app_process_queue
removed 17 Aug 2026
email_marketing_app_queue_status
removed 17 Aug 2026
email_marketing_app_record_event
removed 17 Aug 2026
email_marketing_app_report
removed 17 Aug 2026
email_marketing_app_status
removed 17 Aug 2026
email_marketing_app_suppress_contact
removed 17 Aug 2026
email_marketing_app_sync_contacts
removed 17 Aug 2026
email_marketing_configure_sender
removed 17 Aug 2026
email_marketing_create_broadcast
removed 17 Aug 2026
email_marketing_create_sequence
removed 17 Aug 2026
email_marketing_create_variable_trigger
removed 17 Aug 2026
email_marketing_status
removed 17 Aug 2026
email_marketing_trigger_variable
removed 17 Aug 2026
email_marketing_update_template
removed 17 Aug 2026

Endpoints

URLTransportStateLatencyChecked
https://finestructure.ai/api/mcp streamable-http answering 608 ms 8 min ago

Alternatives to Fine Structure

same job, measured the same way
Hedwig
by hedwig-ai

Read, arrange, and build agents on your Hedwig email board from any AI client. Nothing ever sends.

answering
MX Probe
by mxprobe

Email verification for AI agents: send, hold or kill with the reason. Signup and credits by API.

899 installs/wk local only
Crevio
by crevio

An AI agent that runs your online business: products, orders, customers, email, and sites.

14 tools answering
Mails.ai — Agent Email
by rolloutsai

A real inbox for AI agents: send, receive and thread email, behind a prompt-injection firewall.

76 installs/wk local only
Bird
by usefulapi

Read SMS, WhatsApp, email, contacts and audiences from your Bird workspace, plus safe CRM writes.

16 tools answering
Leporis WhatsApp
by admin-rstechie

Send and read WhatsApp messages on your Leporis account from AI coding agents, via your own API key.

answering
Busymail
by busymail

Read, organise and send from your existing email accounts. Nothing sends without your approval.

answering
NudgeBell
by nudgebell

Reminders your agent creates: email, WhatsApp, SMS or call, in steps you set. Stops on acknowledge.

answering

Fine Structure — questions

Answers built from our own checks of this server.

What can Fine Structure do?
It exposes 84 tools, read directly from the server on our last check. Among them: add_custom_domain, add_file_change, agency_create_claim_link, agency_create_client, agency_create_client_app, agency_get_claim_status and 78 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Fine Structure mostly used for?
Its tools cluster around app, entity and agency. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Fine Structure working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 818 ms. The bar chart above shows every period we have measured.
Did Fine Structure ever remove tools?
Yes. estimate_video_cost, generate_image, generate_slideshow, generate_video and 29 more are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect Fine Structure?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Fine Structure need an API key?
No. Fine Structure completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 84 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Fine Structure?
It answers our handshake in 818 ms on average, which is faster than 13% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.