Data Collection
assaychain.com
A data collection and extraction API for mineral commodity data, on-chain provenance, and document parsing.
ENDPOINT 1
https://assaychain.com/api/mcp
MCP server metadata
- Name
- mineral-intel-benchmark
- Version
- 1.1.0
Known tools 19
sales.askAsk anything about this API: commodities covered, how on-chain provenance works, pricing tiers, x402 payment flow, MCP integration, or the Extract API.
Potential side effectsbenchmark.commodityDiscovery preview for USGS Mineral Commodity Summaries benchmark data — 20 critical minerals: copper, gold, silver, lithium, cobalt, nickel, manganese, graphite, antimony, gallium, germanium, platinum_group, rare_earths, tellurium, tin, titanium, tungsten, uranium, vanadium, zinc.
Inferred read-onlybenchmark.sampleFree sample of the benchmark data shape for any supported commodity.
Inferred read-onlyextract.estimateFree probe + price quote for paid structured-data extraction from a public document URL (pdf_digital, pdf_scanned, image, csv, txt).
Inferred read-onlyextract.runReturns invocation guidance for executing a paid extraction job after extract.estimate.
Inferred read-onlydistrict.historyFree preview of a US or Mexico mining district record (MRDS-sourced).
Inferred read-onlycorpus.searchFree lexical search (BM25-lite) across all 199 EAS-attested files: 20 USGS critical-mineral commodity benchmarks + 179 US/MX mining district records.
Inferred read-onlycriticality.crosscheckMulti-jurisdiction critical mineral classification for 20 commodities.
Inferred read-onlychina_trade_controlChina export restriction check for restricted minerals (gallium, germanium, graphite, antimony, tungsten, tellurium, rare earths).
Inferred read-onlystockpile_levelUS Defense Logistics Agency (DLA) strategic stockpile check for 20 minerals.
Inferred read-onlysupply_resilienceSupply chain resilience score + scenario analysis for 20 critical minerals (graphite, cobalt, lithium, gallium, etc.).
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.mineral-intel-benchmark]
url = "https://assaychain.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mineral-intel-benchmark": {
"type": "http",
"url": "https://assaychain.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mineral-intel-benchmark
Remote MCP URL: https://assaychain.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": {
"mineral-intel-benchmark": {
"url": "https://assaychain.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mineral-intel-benchmark": {
"type": "http",
"url": "https://assaychain.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mineral-intel-benchmark",
"transport": "streamable-http",
"url": "https://assaychain.com/api/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 assaychain.com was fetched 2026-07-30T11:54:06.711Z and is being refreshed.
assaychain.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.