eCommerce
dtmframe.com
Provides product search, merchant offers, purchase resolution, product comparison, and deals for a Japanese music-production buying guide.
ENDPOINT 1
https://dtmframe.com/mcp
MCP server metadata
- Name
- dtmframe
- Version
- 0.1.0
This server is the read-only machine interface of DTMFRAME (https://dtmframe.com/), a Japanese music-production buying guide. Scope: region JP; prices in JPY unless a currency says otherwise. Data: sales and campaigns, a catalog of DAWs, plugins, sample libraries, audio interfaces, microphones, headphones, monitors, instruments, DJ equipment and production computers, and the merchant offers observed for them. All tools are read-only: they read one published snapshot or compute over it. Nothing is purchased, reserved, stored or sent; purchase_execution_available is always false. Prices, deadlines and discounts are observations with a verification state, not guarantees: presentation_state (active, ending_soon, stale, scheduled, unverified), price_certainty, checked_at and fresh_until state how current each value is. A value that a source keeps off this channel is marked withheld_by_channel_policy and is not estimated. Amounts are integer minor units (amount_minor with currency_exponent; JPY has exponent 0); every priced offer also carries price_display, the same amount formatted for people (for example ¥29,700, or 無料 for a giveaway priced at zero), the cost amounts of the computations carry display, and each deal of list_deals carries prices_from, the lowest current price per currency among the offers this channel may disclose. Every answer names canonical_page and site_entry_page (as fields, or as permitted_handoff_links entries). canonical_page is the page for the product or campaign on this site; it carries the complete price table (including listings withheld on this channel; Rakuten Ichiba listings appear only on the web pages), the merchant purchase links and the affiliate disclosure. site_entry_page is the same page with the entry marker for this channel (?entry=mcp). Links are user_navigation handoffs (handoff_mode=user_navigation) and are not intended for prefetching or automatic clicking. Tools: list_deals (sales and campaigns; filters: brand, category, kind, source, state), search_products (products by typed vocabulary or an exact product name or alias), get_current_offers (current offers of one product), resolve_purchase_request and compare_products (bounded computations, 10 per minute).
Known tools 5
search_productsSearches the product catalog of a Japanese music-production buying guide by typed, non-personal vocabulary: category, brand (slug or id), product_id, alias (an exact product name or registered alias, matched after normalization), plugin format, OS and license.
Inferred read-onlyget_current_offersReturns the current merchant offers of one product (product_id, product slug or edition_id; region JP by default): price in integer minor units with currency_exponent plus price_display (the same amount formatted, e.
Inferred read-onlyresolve_purchase_requestComputation only: conditional product / setup / add-on candidates from typed constraints (category, brand, formats, OS, license, budget), optional free text and user-claimed ownership, bound to one published snapshot.
Inferred read-onlycompare_productsComputation only: per-edition differences (license, formats, OS, capabilities, cheapest known cost over the offers this channel may disclose, budget fit) for 2 to 10 edition ids under the same channel policy as resolve_purchase_request.
Inferred read-onlylist_dealsLists the sales and campaigns recorded by a Japanese music-production buying guide (region JP), running ones first: title, kind, source (manufacturer store, merchant listings or manufacturer announcement), state, recorded start and end with deadline_status, checked_at / fresh_until, brands, categories, a sample of target products, prices_from (the lowest current price per currency among the offers this channel may disclose, with a display string), and the largest discount against the merchant's own reference price among the offers this channel may disclose.
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.dtmframe]
url = "https://dtmframe.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dtmframe": {
"type": "http",
"url": "https://dtmframe.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dtmframe
Remote MCP URL: https://dtmframe.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": {
"dtmframe": {
"url": "https://dtmframe.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dtmframe": {
"type": "http",
"url": "https://dtmframe.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dtmframe",
"transport": "streamable-http",
"url": "https://dtmframe.com/mcp"
}
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.