Security & Testing
4chems.com
This MCP server provides tools for managing user consents and access requests, including listing consents, recording consent, and creating access requests.
ENDPOINT 1
https://mcp.4chems.com/mcp
MCP server metadata
- Name
- platform-api-customer
- Version
- 3.4.2
Customer-tier tools for the platform API (/v1 endpoints only). Anonymous discovery tools — get_catalog_templates_v1_catalog_templates_get, get_legal_entity_types_v1_reference_legal_entity_types_get, and get_onboarding_route_v1_onboarding_route_get — work without an 'authorization' argument: call them with no token to explore the catalog and find the self-registration URL. All other tools require a Bearer token as the 'authorization' argument ('Bearer <token>'). Mutation tools poll to completion before returning; if the poll bound is exceeded the tool returns {status: 'running', operation_id: …} for follow-up.
Known tools 13
create_access_request_v1_onboarding_access_requests_postCreate Access Request Endpoint
Potential side effectscreate_self_service_tenant_v1_onboarding_tenants_postCreate Self Service Tenant
Potential side effectsrevoke_assignment_v1_tenant_members__sub__assignments__id__deleteRevoke Assignment
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.platform-api-customer]
url = "https://mcp.4chems.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"platform-api-customer": {
"type": "http",
"url": "https://mcp.4chems.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: platform-api-customer
Remote MCP URL: https://mcp.4chems.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": {
"platform-api-customer": {
"url": "https://mcp.4chems.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"platform-api-customer": {
"type": "http",
"url": "https://mcp.4chems.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "platform-api-customer",
"transport": "streamable-http",
"url": "https://mcp.4chems.com/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 4chems.com was fetched 2026-08-03T14:55:55.171Z and is being refreshed.
4chems.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.