← acdamerica.net

INDIVIDUAL MCP TOOL

how_to_request_quote

How to get pricing and availability from ACD America: quote page, Fisher parts store, phone and email.

acdamerica.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://acdamerica.net/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for how_to_request_quote 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 sending messages.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • company_profile — Who ACD America Corp.
  • check_fisher_part — Checks whether a Fisher™ part number exists in ACD's consolidated reference of 633,426 genuine OEM part numbers.
  • asco_catalog — The ASCO™ valve catalog published on acdamerica.net (49 series across 6 categories: solenoid valves, seat valves, pinch valves, proportional valves, fuel shutoff valves, dust collector valves, plus accessories).