← weare-capture.com

INDIVIDUAL MCP TOOL

request_quote

Submit a real quote request to the WeAre Capture team on the user's behalf.

weare-capture.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

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

.mcp.json

{
  "mcpServers": {
    "weare-capture-com": {
      "type": "http",
      "url": "https://weare-capture.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "weare-capture-com",
  "transport": "streamable-http",
  "url": "https://weare-capture.com/mcp"
}
MCP Inspector

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

Related tools

  • list_services — Overview of WeAre Capture services (3D laser scanning, scan-to-BIM, as-built drawings, point cloud processing, reverse engineering) as markdown, with links to detailed per-service pages.
  • search_posts — Search the WeAre Capture blog (guides, pricing breakdowns, workflows, case studies on reality capture / scan-to-BIM).
  • get_post — Full text of one blog post as markdown (token-light variant of the page).