Give AI a safe control plane.
BusinessPress exposes a Model Context Protocol server for assistants and agents. They can inspect schemas, search records, upload files, execute GraphQL, and stage writes without bypassing user permissions.
Nine tools. One business graph.
These tools cover the agent loop: discover what exists, read the right records, stage changes, upload assets, and fall back to GraphQL for advanced workflows.
introspect_schema
Discover entity types, fields, filters, scopes, and mutation inputs before an agent acts.
list_entities
Paginated listing for dashboards, review queues, and agent context windows.
get_entity
Fetch one entity by UUID with fields resolved through the user access layer.
search_entities
Full-text search across content, customers, products, orders, and leads.
create_entity
Create records with a confirmation step when the tool is configured for supervised writes.
update_entity
Prepare a field-level diff, request approval, then write through the model layer.
delete_entity
Require explicit confirmation and audit dangerous destructive actions.
upload_file
Upload assets from URL or base64, then return a stable upload_id to attach.
execute_graphql
Advanced escape hatch for vetted agents that need custom query shapes.
AI gets access. It does not get a blank check.
BusinessPress MCP is useful because it is boring in the right places: Sanctum tokens, scopes, model access checks, confirmation gates, and durable logs.
Plug your assistant into real BusinessPress data.
We can demo Claude, OpenAI, or your own agent client calling the BusinessPress MCP server against a realistic CMS, CRM, and commerce workspace.