← chemaifinder.com
INDIVIDUAL MCP TOOL
compare_products
Compare multiple chemical products side by side with cited specifications, pricing, and recommendations.
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
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.chemai-mcp-server]
url = "https://www.chemaifinder.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chemai-mcp-server": {
"type": "http",
"url": "https://www.chemaifinder.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chemai-mcp-server
Remote MCP URL: https://www.chemaifinder.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": {
"chemai-mcp-server": {
"url": "https://www.chemaifinder.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chemai-mcp-server": {
"type": "http",
"url": "https://www.chemaifinder.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chemai-mcp-server",
"transport": "streamable-http",
"url": "https://www.chemaifinder.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.