INDIVIDUAL MCP TOOL
get_documents
Redeem a paid purchase and deliver the goods: for "narrative" purchases, download links for all 4 finished Word documents plus the full narrative text; for "review" purchases, the complete AI scorecard; for "template" purchases, the template download link.
LIVE ENDPOINT
https://dbenarrativepro.com/api/mcp
Connect to this endpoint to inspect the live schema for get_documents and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dbe-narrative-pro]
url = "https://dbenarrativepro.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dbe-narrative-pro": {
"type": "http",
"url": "https://dbenarrativepro.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dbe-narrative-pro
Remote MCP URL: https://dbenarrativepro.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dbe-narrative-pro": {
"url": "https://dbenarrativepro.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dbe-narrative-pro": {
"type": "http",
"url": "https://dbenarrativepro.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dbe-narrative-pro",
"transport": "streamable-http",
"url": "https://dbenarrativepro.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_intake_schema— Get the consultant-grade interview for writing a DBE personal narrative (49 CFR Part 26, October 2025 Interim Final Rule): the ordered questions, answer options, required fields, compliance guardrails, and the formData shape to pass to generate_narrative.generate_narrative— Generate the DBE personal narrative package from completed interview answers.start_checkout— Create a secure Lemon Squeezy checkout link for a DBE Narrative Pro product: "narrative" ($79 complete package — requires submission_id from generate_narrative), "review" ($49 scorecard of an existing narrative — requires narrative_text), or "template" ($25 Word template).