eCommerce
batiksoehadi.com
Provides tools to browse batik fabric products, check pricing and material specs, and initiate custom uniform or motif orders.
ENDPOINT 1
https://batiksoehadi.com/api/mcp
MCP server metadata
- Name
- batik-soehadi-product
- Version
- 1.0.0
Read-only product server for Batik Soehadi, an Indonesian batik fabric manufacturer in Solo. Use browse_products to list catalog items, get_pricing or get_material_info for prices, and inquire_custom to hand off custom-order conversations to the sales team over WhatsApp. The server never places orders.
Known tools 4
get_pricingGet current pricing for batik fabrics (per meter) and school uniforms (per piece, SD/SMP/SMA), including pricing terms such as blouse surcharge and furing fee.
Inferred read-onlyget_material_infoGet specifications for a batik fabric material: thread spec, width, and price.
Inferred read-onlyinquire_customStart a custom batik order inquiry (custom motif, company logo, school or community uniforms).
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.batik-soehadi-product]
url = "https://batiksoehadi.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"batik-soehadi-product": {
"type": "http",
"url": "https://batiksoehadi.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: batik-soehadi-product
Remote MCP URL: https://batiksoehadi.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": {
"batik-soehadi-product": {
"url": "https://batiksoehadi.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"batik-soehadi-product": {
"type": "http",
"url": "https://batiksoehadi.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "batik-soehadi-product",
"transport": "streamable-http",
"url": "https://batiksoehadi.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://batiksoehadi.com/api/mcp/docs
MCP server metadata
- Name
- batik-soehadi-docs
- Version
- 1.0.0
Documentation server for Batik Soehadi (batiksoehadi.com), an Indonesian batik fabric manufacturer. Use search_docs to find agent documentation, get_agent_guide to read a full document, and list_doc_resources to enumerate everything readable. Contact channel for orders: WhatsApp +6281234561663 (+62 812-3456-1663).
Known tools 3
get_agent_guideFetch the full text of a specific agent-facing document by name: LLM Site Summary, Agent Instructions, Pricing Data, Agent Access & Auth, or Agent Mode Summary.
Inferred read-onlylist_doc_resourcesList all documentation resources available from this server with their URIs, names, descriptions, and MIME types.
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.batik-soehadi-docs]
url = "https://batiksoehadi.com/api/mcp/docs"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"batik-soehadi-docs": {
"type": "http",
"url": "https://batiksoehadi.com/api/mcp/docs"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: batik-soehadi-docs
Remote MCP URL: https://batiksoehadi.com/api/mcp/docs
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": {
"batik-soehadi-docs": {
"url": "https://batiksoehadi.com/api/mcp/docs"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"batik-soehadi-docs": {
"type": "http",
"url": "https://batiksoehadi.com/api/mcp/docs"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "batik-soehadi-docs",
"transport": "streamable-http",
"url": "https://batiksoehadi.com/api/mcp/docs"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://batiksoehadi.com
MCP server metadata
- Name
- WebMCP
Known tools 1
inquire_custom_batikStart a custom batik order inquiry (custom motif, company logo, uniforms) with the Batik Soehadi sales team over WhatsApp.
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.webmcp]
url = "https://batiksoehadi.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://batiksoehadi.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://batiksoehadi.com
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": {
"webmcp": {
"url": "https://batiksoehadi.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://batiksoehadi.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://batiksoehadi.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.