Orionbelt Analytics
UnclaimedOntology-based MCP server that analyzes database schemas (PostgreSQL, Snowflake, ClickHouse, Dremio) and generates RDF/OWL ontologies with SQL mappings for fan-trap-free Text-to-SQL.
Install
claude mcp add orionbelt-analytics http://localhost:9000/mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (27)
add_rdf_knowledge
Add custom metadata triples to the RDF store
apply_semantic_names
Apply LLM-suggested semantic names and descriptions to ontology
cleanup_workspace
Delete all workspace files for the current connection and start fresh
connect_database
Connect to any supported database using .env credentials
discover_schema
Analyze schema structure with automatic GraphRAG + ontology generation
download_artifact
Download ontology or R2RML mapping as a Turtle file
execute_sql_query
Execute SQL with OBQC validation, security checks, and fan-trap detection
generate_chart
Generate Plotly charts (bar, line, scatter, heatmap) with MCP-UI rendering
generate_ontology
Generate RDF/OWL ontology from schema with SQL mapping annotations
get_semantic_model
Retrieve a stored semantic model by name
get_table_details
Get detailed column, key, and constraint info for a specific table
GraphRAG
graphrag_find_join_path
Discover join paths between tables via graph traversal
graphrag_query_context
Get optimized context for SQL generation (85-95% token reduction)
graphrag_search
Semantic search + schema overview (auto-initialized by discoverschema)
list_schemas
List available schemas in the connected database
list_semantic_models
List all stored semantic models for the current connection
load_my_ontology
Load a custom .ttl ontology file from an import folder
measurable_from
Measure-capable tables for an anchor grain (one-to-many closure)
plan_composite_query
Advise a fan-trap-safe Composite Fact Layer (UNION ALL) decomposition
query_sparql
Execute SPARQL queries (SELECT, ASK, CONSTRUCT — auto-detected)
reachable_from
Dimension-capable tables for an anchor grain (many-to-one closure)
reset_cache
Clear cached schema and ontology data for the current session
sample_table_data
Preview table data with row limit and injection protection
save_semantic_model
Save a semantic model (e.g., OBML YAML) to the workspace
store_ontology_in_rdf
Persist ontology in Oxigraph for SPARQL access
suggest_semantic_names
Detect abbreviations and cryptic names for business-friendly renaming