What “content” means in Metabind
These map directly to the headless CMS shape teams know from Contentful, Sanity, Strapi, or similar platforms. The difference is what they connect to: Metabind’s content can be rendered by BindJS components in mobile apps, served via REST and GraphQL APIs, and fed into MCP Tools so AIs can read or modify it.
Where to manage content
In MCP App Studio:- Content tab in the project sidebar — list, search, create, edit, publish content entries.
- Content Types tab — define and version the schemas content entries follow.
- Assets tab — upload, manage, and reuse assets across entries.
Where to consume content
Three pathways:
The MCP App pathway is the newest. A Data Tool can query Metabind’s GraphQL API to fetch content entries; an Interactive Tool can render them as native UI inside an AI conversation. This is how the same content backs both your mobile app and your MCP App.
Content vs. Types/Tools
The platform now has two related-but-distinct registration units:- Types are MCP Tools — Interactive Tools or Data Tools the AI can call. See the Guides tab for the MCP App platform.
- Content types are CMS schemas — content entries the AI (or your app) can read/write.
Content delivery APIs
All three speak the same content model. Pick whichever fits your client.
AI-driven content workflows
Content can be created and updated by AIs — useful for:- Drafting articles or product descriptions with AI assistance, edited by a human, published when ready.
- Bulk migration of content from another CMS using an AI agent that maps fields.
- Operations like archiving stale entries, tagging by topic, or normalizing metadata.
Where to go next
Managing content
Editor workflow in MCP App Studio.
Querying content
REST, GraphQL, and SDKs for client apps.
AI content creation
Using AI to draft, modify, and migrate content.
Mobile SDKs
Native iOS and Android content fetching with BindJS rendering.