The Remote MCP Server for
Runtime Operational Backends
Turn any AI agent into an operational system architect. Omnismith provides an enterprise-grade, remote Streamable HTTP MCP server with 50+ domain tools, dynamic resources, prompts, and 1-click OAuth 2.1 authentication.
MCP Endpoint
https://mcp.omnismith.io/mcp
Streamable HTTP transport
Authentication
OAuth 2.1 & Bearer Token
RFC 8414 & RFC 9728 discovery
Tool Capabilities
50+ Typed Operations
Strict Zod validation & JSON Schema
Directory Standard
Claude Directory Compliant
Safety hints & closed-world boundary
Ecosystem Integration
Connect with Your Preferred Agent Environment
Omnismith's MCP server adheres to standard protocol transports, making it compatible with desktop clients, IDEs, and custom autonomous agents.
Claude Desktop
Add Omnismith as a native custom connector in Claude Desktop settings. Claude gains persistent storage, runtime schemas, and metric charting.
Cursor AI
Scaffold operational backends and internal tools directly from Cursor Composer. Connect via MCP and bind your frontend to generated REST APIs.
Google Antigravity
Seamlessly integrate Omnismith tools into Google Antigravity for automated schema design, entity inspection, and telemetry tracking.
Google Antigravity Setup
Configure Omnismith's MCP server in Google Antigravity to grant your agent direct access to runtime schemas and operational records.
1. Configure mcp_config.json
Add the omnismith entry to your local configuration at ~/.gemini/config/mcp_config.json:
{
"mcpServers": {
"omnismith": {
"serverUrl": "https://mcp.omnismith.io/mcp"
}
}
} 2. Authenticate in Antigravity
- 1. Open Antigravity and go to Settings → Customization.
- 2. Select Installed MCP Servers.
- 3. Locate omnismith in the server list.
- 4. Click Sign In to complete authorization and select your project workspace.
- 5. Omnismith tools are immediately active in your agent conversation.
Comprehensive Tool Catalog
Four Specialized Operational Domains
Every tool validates its inputs against strict Zod schemas and includes safety hints for predictable, risk-free agent execution.
Schema Architect
Scaffold, inspect, and update runtime templates, typed attributes, and relational entity references.
Included Tools
scaffold_data_model list_templates create_template patch_template create_attribute update_attribute set_attribute_reference_config Data & Analytics
CRUD operations, multi-field filtering, time-series telemetry ingestion, and metric aggregations.
Included Tools
search_entities get_entity create_entity update_entity batch_write_entities ingest_entity_metrics get_entity_chart semantic_search_entities Automations & Operations
Configure event-driven webhook triggers, notification channels, and inspect append-only audit ledgers.
Included Tools
list_automations create_automation toggle_automation list_notification_channels create_notification_channel list_audit_logs Marketplace & Blueprints
Search and install pre-built operational schemas (CRM, IT Asset Management, Fleet Telemetry) in one call.
Included Tools
search_marketplace_blueprints install_marketplace_blueprint get_marketplace_blueprint Dynamic Context
MCP Dynamic Resources
Agents can subscribe to dynamic URI resources for ambient awareness of workspace models and operational data:
schema://overview Complete project data dictionary including all templates, attributes, storage types, and relationships.
template://{templateId} Structural definition of a specific template, including displayed columns and attribute bindings.
entities://{templateId} Live operational records adhering to the template schema with unpacked attribute values.
project://current Scoped project metadata, user role privileges, and available workspace limits.
Engineered for Safe Autonomous Operations
Allowing AI agents to modify backend data requires strict isolation boundaries and cryptographic attribution. Omnismith ensures agents cannot exceed their granted permissions.
Closed-World Tenant Isolation
MCP sessions are strictly cryptographically scoped to the project chosen during authorization. The agent cannot reach or leak data across project boundaries.
Role-Based Access Control
Every tool execution evaluates workspace RBAC permissions. An agent authorized under an Editor or Viewer role is blocked from performing Admin operations.
Immutable Audit Ledger
All schema syntheses, record mutations, and metric writes performed via MCP are permanently recorded in the project change ledger with author attribution.