← 4chems.com
INDIVIDUAL MCP TOOL
create_self_service_tenant_v1_onboarding_tenants_post
Create Self Service Tenant
LIVE ENDPOINT
https://mcp.4chems.com/mcp
Connect to this endpoint to inspect the live schema for create_self_service_tenant_v1_onboarding_tenants_post 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 contains a write-action term.
Parent server
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.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.
Related tools
get_catalog_templates_v1_catalog_templates_get— Get Catalog Templateslist_consents_v1_consents_get— List Consentsrecord_consent_v1_consents_post— Record Consentget_my_access_v1_me_access_get— Get My Accesscreate_access_request_v1_onboarding_access_requests_post— Create Access Request Endpointget_onboarding_route_v1_onboarding_route_get— Get Onboarding Routeget_legal_entity_types_v1_reference_legal_entity_types_get— Get Legal Entity Typeslist_members_v1_tenant_members_get— List Members