← dbbsoftware.com

INDIVIDUAL MCP TOOL

list_solutions

List all solution pages from DBB Software (e.g.

dbbsoftware.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

dbbsoftware.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.dbbsoftware-com]
url = "https://dbbsoftware.com/.well-known/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dbbsoftware-com": {
      "type": "http",
      "url": "https://dbbsoftware.com/.well-known/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dbbsoftware-com
Remote MCP URL: https://dbbsoftware.com/.well-known/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": {
    "dbbsoftware-com": {
      "url": "https://dbbsoftware.com/.well-known/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dbbsoftware-com": {
      "type": "http",
      "url": "https://dbbsoftware.com/.well-known/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dbbsoftware-com",
  "transport": "streamable-http",
  "url": "https://dbbsoftware.com/.well-known/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_content — Search across all DBB Software content (case studies, insights, services, solutions, industries) by keyword.
  • get_case_study — Fetch full details of a specific case study by slug.
  • get_insight — Fetch full details of a specific blog post or insight article by slug.
  • get_service — Fetch details about a specific service by slug.
  • get_solution — Fetch full details of a specific solution page by slug.
  • get_industry — Fetch full details of a specific industry page by slug.
  • get_reviews — Fetch client reviews and testimonials for DBB Software.
  • search_knowledge — Search the DBB Software internal knowledge base for articles about processes, project stories, client testimonials, and FAQ topics.