eCommerce
instrumenti.lv
Provides access to a B2B tool catalogue with product search, details, pricing, delivery cost estimation, categories, and brands.
ENDPOINT 1
https://instrumenti.lv/mcp
MCP server metadata
- Name
- instrumenti-lv
- Version
- 1.0.0
Read-only MCP server for the instrumenti.lv B2B tool catalogue (29 923 products). Tools: search_products, get_product_details, check_delivery_cost, get_categories, list_brands. Prices include Latvian VAT.
Known tools 5
search_productsSearch the instrumenti.lv B2B tool catalogue by product name or article/serial number, in any of the four catalogue languages.
Inferred read-onlyget_product_detailsFull details for one product by numeric item id or article/serial number: name, brand, article, description, retail price incl.
Inferred read-onlylist_brandsAll brands in the catalogue with the number of products per brand, ordered by product count.
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.instrumenti-lv]
url = "https://instrumenti.lv/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"instrumenti-lv": {
"type": "http",
"url": "https://instrumenti.lv/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: instrumenti-lv
Remote MCP URL: https://instrumenti.lv/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": {
"instrumenti-lv": {
"url": "https://instrumenti.lv/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"instrumenti-lv": {
"type": "http",
"url": "https://instrumenti.lv/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "instrumenti-lv",
"transport": "streamable-http",
"url": "https://instrumenti.lv/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 instrumenti.lv was fetched 2026-08-07T06:27:55.781Z and is being refreshed.
instrumenti.lv 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.