Content Tools
chemaiagent.com
Searches and retrieves detailed information about chemical products, including specifications, pricing, and regulatory documents.
ENDPOINT 1
https://chemaiagent.com/api/mcp
MCP server metadata
- Name
- ChemAI MCP Server
- Version
- 2.0.0
Known tools 12
search_productsSearch for chemical products by name, CAS number, INCI name, or application.
Inferred read-onlyget_product_detailsGet detailed information about a specific product including specifications, pricing, documents, and availability.
Inferred read-onlycompare_productsCompare multiple chemical products side by side with cited specifications, pricing, and recommendations.
Inferred read-onlyget_regulatory_documentsRetrieve regulatory documents (SDS, TDS, CoA, certifications) for a product.
Inferred read-onlyget_customer_pricingGet customer-specific pricing (CSP) for authenticated customers.
Inferred read-onlycheck_availabilityCheck real-time inventory availability and lead times for products with source citations.
Inferred read-onlyget_order_statusCheck the status of an existing order including tracking information.
Inferred read-onlyformulation_assistantGet AI-powered formulation recommendations based on product type, claims, and constraints.
Inferred read-onlycalculate_formulation_costCalculate the cost of a formulation based on ingredient percentages and batch size.
Inferred read-onlycheck_regulatory_complianceCheck regulatory compliance status for a chemical or formulation across multiple jurisdictions (FDA, EU, etc.).
Inferred read-onlyCONNECT 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://chemaiagent.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chemai-mcp-server": {
"type": "http",
"url": "https://chemaiagent.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chemai-mcp-server
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": {
"chemai-mcp-server": {
"url": "https://chemaiagent.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chemai-mcp-server": {
"type": "http",
"url": "https://chemaiagent.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chemai-mcp-server",
"transport": "streamable-http",
"url": "https://chemaiagent.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for chemaiagent.com was fetched 2026-09-09T08:08:53.697Z.
chemaiagent.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.