Rather than relying on legacy SDK wrappers, Dubstrata connects natively to agent workflows via the **Model Context Protocol (MCP)**. This allows Cursor, Claude Desktop, and autonomous swarms to directly traverse our Causal Graphs and execute rating or report generation tasks.
# Setup these variables in your MCP context DUBSTRATA_API_KEY="db_live_your_secret_key" DUBSTRATA_API_URL="https://api.dubstrata.com"
Expose Dubstrata's graph RAG capabilities directly to Claude by adding it to your config file:%APPDATA%\\Claude\\claude_desktop_config.json
{
"mcpServers": {
"dubstrata": {
"command": "node",
"args": ["C:\\Path\\To\\dubstrata-web\\dubstrata-mcp\\bin\\mcp-server.js"],
"env": {
"DUBSTRATA_API_KEY": "db_live_your_key_here",
"DUBSTRATA_API_URL": "https://api.dubstrata.com"
}
}
}
}Equip Cursor's Composer or Chat with causal finance search, consensus-based feedback submission, and 10-section report generation capabilities:
dubstrata and **Type** to stdionode C:\Path\To\dubstrata-web\dubstrata-mcp\bin\mcp-server.js
DUBSTRATA_API_KEY with your developer credential token.Exposes surgical graph queries mapping directional market impacts and tickers.
Grades response utility (1-5), programmatically adjusts claim weights in ArcadeDB.
Synthesizes high-fidelity 10-section analytical reports inside agent contexts.
Traverses the causal graph to return directly conflicting claims or source assertions.
