← chemaiagent.com

INDIVIDUAL MCP TOOL

compare_products

Compare multiple chemical products side by side with cited specifications, pricing, and recommendations.

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_products — Search for chemical products by name, CAS number, INCI name, or application.
  • get_product_details — Get detailed information about a specific product including specifications, pricing, documents, and availability.
  • get_regulatory_documents — Retrieve regulatory documents (SDS, TDS, CoA, certifications) for a product.
  • get_customer_pricing — Get customer-specific pricing (CSP) for authenticated customers.
  • check_availability — Check real-time inventory availability and lead times for products with source citations.
  • create_quote — Create a quote request for products.
  • place_order — Place an order for products.
  • get_order_status — Check the status of an existing order including tracking information.