Critical Raw Minerals & Urban Mining Oracle (x402)
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verify_mineral_lot_complianceA | Fetches raw algorithmic indices derived from open satellite/market data and computes 12-trap regulatory rule heuristics for a critical mineral consignment. DO NOT use as an official regulatory legal filing or physical assay certification without independent manual verification. |
| verify_lithium_originB | Verifies Australian hard-rock Spodumene to Lithium Hydroxide supply-chain provenance. Evaluates WA MINEDEX GIS geofencing (Greenbushes, Pilgangoora, Mt Marion), stoichiometric mass balance (SC6.0 to LiOH <= 2.5% loss), and US IRA Section 30D FEOC 25% clean origin. |
| verify_nickel_originA | Verifies Indonesian laterite Limonite-to-Nickel MHP supply-chain provenance. Evaluates Sulawesi/Halmahera concession geofencing (IMIP Morowali, IWIP Weda Bay), SIMBARA NTPN & DHE BI tax validation, HPAL stoichiometric mass balance (~31t Limonite to 1t MHP <= 2.5% loss), Captive Coal EU CBAM screening, and US IRA 30D FEOC 25% compliance. |
| verify_cobalt_originA | Verifies DRC Katanga heterogenite-to-cobalt hydroxide supply-chain provenance. Evaluates Katanga Copperbelt concession geofencing (Tenke Fungurume, Kamoto KCC, Mutanda, Metalkol), CEEC tamper-proof barcode seal, ASM co-mingling segregation & EGC custody (Trap 1), ILO 138/182 zero child labor due diligence, RMI RMAP smelter certification, stoichiometric mass balance (~23.5t ore to 1t hydroxide <= 2.5% loss), and US IRA FEOC 25% screening. |
| verify_composite_battery_passportA | Evaluates end-to-end composite EV battery pack compliance and issues a Master Passport on Polygon. Orchestrates Australian Lithium, Indonesian Nickel, and DRC Cobalt streams; computes US IRA Section 30D critical mineral 50% FTA value-added ratio; enforces zero FEOC taint across all component streams; audits EU Battery Regulation 2023/1542 blended carbon footprint and CSDDD due diligence; and binds all proofs into a cryptographic Merkle Root EIP-712 Master Signature. |
| list_trade_precedentsA | Query international trade jurisprudence precedents embedded in the oracle: WTO DS592 (Indonesia Raw Materials), WTO DS431 (China Rare Earths), ICSID ARB/15/31 (Gabriel Resources), and US CIT Superior Wire (Origin Laundering). |
| get_compliance_statusA | Check current regulatory monitoring status across 10 jurisdictions and 12-trap defenses. |
| minerals_submit_agent_feedbackB | Allows an autonomous AI agent or bot operator to submit an evolution proposal, mineral dataset addition request, regulatory edge case, or protocol improvement to continuously evolve the Minerals Oracle engine. |
| minerals_list_evolution_proposalsB | List active autonomous agent evolution proposals and improvement requests. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
The three verify_lithium/nickel/cobalt_origin tools are cleanly separated by mineral, and verify_composite_battery_passport is a higher-level orchestrator. However, verify_mineral_lot_compliance overlaps meaningfully with the individual origin verifiers and the composite passport, creating potential misselection for a generic consignment check.
Most tools follow a readable verb_noun pattern (verify_*, get_*, list_*, submit_*), but two tools carry an inconsistent 'minerals_' namespace prefix while the rest have none. The mix of conventions is still decipherable but not uniform.
Nine tools is well-scoped for a multi-mineral compliance oracle, with each tool covering a distinct stream or support function. No filler or redundancy in count terms.
The surface covers per-mineral origin verification, a composite passport, compliance monitoring, trade precedents, and a feedback loop, which is solid lifecycle coverage. Gaps exist around generic minerals beyond Li/Ni/Co and no explicit update/refresh operation for existing passports.