The Dubstrata MCP Server acts as a secure agentic CDN and Graph RAG connector. It bridges Large Language Models (LLMs) to the underlying multi-tenant graph database, real-time market streams, and historical telemetry feeds.
The server runs via Stdio transport and is fully compatible with Claude Desktop, Cursor IDE, and custom agentic frameworks.
"mcpServers": {
"dubstrata": {
"command": "npx",
"args": ["dubstrata-mcp"],
"env": {
"DUBSTRATA_API_KEY": "your_tenant_key_here",
"DUBSTRATA_API_URL": "https://api.dubstrata.com"
}
}
}Ingests new documents and extracts semantic triples (Subject-Predicate-Object) to dynamically register them into the knowledge graph.
"default").true, limits the access visibility of this knowledge context to the specified tenant_id.true, otherwise returns a summary string.Performs a hybrid Graph RAG lookup using vector similarity search, combined with a selective 2-Hop Cypher traversal to gather relevant connections and predictions.
"default").Bypasses the vector search stage to pull every active, latest claim and fact mapped directly to an entity in the graph (up to a limit of 50 records).
Contrasts arguments across multiple sources by grouping claims about an entity by their source URLs. Useful for detecting contradictions or divergent sentiment.
Time machine query that extracts expired or superseded (is_latest = false) claims about an entity to build a historical state change timeline (up to 20 steps).
Queries nodes by their classified categories (e.g. PERSON, ORGANIZATION, GEOPOLITICAL_EVENT).
Fetches actionable next-steps (InteractionHook nodes) mapped to a document URL. If the URL hasn't been crawled, it triggers a JIT ingestion loop.
Aggregates the historic performance of a specific URL domain by scanning all related document claims, measuring consensus alignment versus fallacy rate to grade source trustworthiness.
"nasa.gov").Submits tenant feedback (scores 1-5) for a transaction log, which directly recalibrates the query weight constraints and similarity index variables inside the database.
Compiles a highly detailed, 10-section formal intelligence report (incorporating BLUF, Outlook, Key Findings, and Causal Matrices) by feeding live Graph RAG context into the synthesis engine.
