← dbenarrativepro.com

INDIVIDUAL MCP TOOL

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).

dbenarrativepro.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://dbenarrativepro.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for start_checkout 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 contains a write-action term.

Parent server

dbenarrativepro.com

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.
  • 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.