← trbd.net

INDIVIDUAL MCP TOOL

submit_contact_request

Submit a contact / lead request on the user's behalf.

trbd.netnone 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

trbd.net

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.trbd-net]
url = "https://api.trbd.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trbd-net": {
      "type": "http",
      "url": "https://api.trbd.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trbd-net
Remote MCP URL: https://api.trbd.net/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": {
    "trbd-net": {
      "url": "https://api.trbd.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trbd-net": {
      "type": "http",
      "url": "https://api.trbd.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trbd-net",
  "transport": "streamable-http",
  "url": "https://api.trbd.net/mcp"
}
MCP Inspector

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

Related tools

  • get_company_info — Get TRBD's canonical brand facts, stats, founder, flagship projects, contact channels, and social links.
  • list_services — List the services TRBD offers with short descriptions and concrete deliverables.
  • list_projects — List TRBD's flagship portfolio projects (Kasioon, CarWhats Group, CarWhats) with descriptions and tech stack.
  • list_faq — Return the full TRBD FAQ (services, timeline, support, pricing, consultations) in the requested language.
  • list_blog_posts — List published TRBD blog posts (most recent first).
  • get_blog_post — Fetch a single published TRBD blog post by slug, including the full plain-text content in the requested language.
  • search_blog_posts — Full-text search across TRBD's published blog posts.