gura105/operational-ontology
Reference implementation of an "operational ontology": MCP tools are generated from a typed business domain model (objects, links, actions) — one tool per query shape and per action, deliberately no raw SQL tool. Writes pass business-rule preconditions, are audited, and write back to the systems of record; refusals are machine-readable. Demo scenario included (pnpm demo / pnpm mcp).
Ads
Overview
<img src="./assets/hero-diagram.svg" alt="Reads travel from a shared model to agents, apps, and people. Writes enter through an audited action gate and write back to the systems of record that own the state.
Installation
pnpm demo
Configuration
{
"mcpServers": {
"operational-ontology": {
"command": "npx",
"args": [
"-y",
"operational-ontology"
]
}
}
}Paste into ~/.cursor/mcp.json or .cursor/mcp.json
Tags
- data-platforms
- local
- typescript
- awesome-list
Related MCP servers
Data Platforms
keboola/keboola-mcp-server
interact with Keboola Connection Data Platform. This server provides tools for listing and accessing data from Keboola Storage API.
6 tools · Build workflow pipelines, Control tool access
Data Platforms
mbrummerstedt/powerbi-analyst-mcp
Connect LLMs to Power BI semantic models. Browse workspaces, tables, and measures, run DAX queries, and automatically page large results via local CSV.
Data Platforms
alanpcf/brasil-data-mcp
Brazilian public data for AI agents — companies (CNPJ), addresses (CEP), banks (BACEN), national holidays — via [BrasilAPI](https://brasilapi.com.br). No auth, no API key. Install: `npx -y brasil-data-mcp`.
Data Platforms
yashshingvi/databricks-genie-MCP
A server that connects to the Databricks Genie API, allowing LLMs to ask natural language questions, run SQL queries, and interact with Databricks conversational agents.
Data Platforms
soil-dev/capsulemcp
MCP server for [Capsule CRM](https://capsulecrm.com). 81 tools (49 in read-only mode) covering contacts, opportunities, projects, tasks, timeline activity, structured + saved filters, workflow tracks, and file attachments. Two transports — stdio (`npx capsulemcp`) and HTTP+OAuth for hosted Custom Connectors. Read-only-mode env flag for safer defaults. Apache 2.0.
Data Platforms
Osseni94/oyemi-mcp
Deterministic semantic word encoding and valence/sentiment analysis using 145K+ word lexicon. Provides word-to-code mapping, semantic similarity, synonym/antonym lookup with zero runtime NLP dependencies.
Data Platforms
paracetamol951/caisse-enregistreuse-mcp-server
Allows you to automate or monitor business operations, sales recorder, POS software, CRM.
Data Platforms
dbt-labs/dbt-mcp
Official MCP server for [dbt (data build tool)](https://www.getdbt.com/product/what-is-dbt) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.
6 tools · generate_model_yaml, get_all_models