# Research Blueprint

Enable systematic scientific research through an 8-stage graph-based framework that supports hypothesis generation, evidence integration, causal inference, and collaborative analysis. Facilitate rigo…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add SaptaDey/research-blueprint

# Browse available tools
npx -y @smithery/cli@latest tool list SaptaDey/research-blueprint

# Get full schema for a tool
npx -y @smithery/cli@latest tool get SaptaDey/research-blueprint execute_asr_got_analysis

# Call a tool
npx -y @smithery/cli@latest tool call SaptaDey/research-blueprint execute_asr_got_analysis '{}'
```

## Tools (5)

- `execute_asr_got_analysis` — Execute complete ASR-GoT analysis pipeline on a research query
- `get_analysis_status` — Get the status of an ongoing or completed analysis
- `extract_subgraph` — Extract specific subgraph from completed analysis
- `validate_graph_structure` — Validate the integrity and consistency of graph structures
- `get_research_insights` — Generate specific research insights and recommendations

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get SaptaDey/research-blueprint <tool-name>
```

---

Source: https://github.com/SaptaDey/Research-Blueprint | License: MIT
