Gold Silver Analytics
Official4 toolsby Gren70
Analytical Re-Rate (RR) Scores + 9-factor breakdowns on ~300 junior precious-metals miners.
Analytical scores and breakdowns for junior precious metals mining companies.
Captured live from the server via tools/list.
get_rr_score
Free-subset Re-Rate (RR) Score projection for one junior precious-metals miner: overall 9-factor score, the nine factor scores, DQS, stage, jurisdiction, and 2028/2029 RR projections. Analytical, not a recommendation.
Parameters (1)
- tickerstringrequired
Ticker symbol, exchange suffix kept where applicable (e.g. ARIS, EXK, AYA.TO, CYL.AX).
list_tickers
Every ticker symbol in the Gold Silver Analytics free-subset coverage universe (~279), plus the count. Symbols only — no scores.
No parameters.
search_tickers
Fuzzy lookup: returns free-subset rows whose ticker symbol or company name contains the query (case-insensitive). For structured filter/rank, use get_screen_data instead.
Parameters (1)
- querystringrequired
Substring to match against ticker symbol or company name.
get_screen_data
Structured screen over the free-subset feed: optionally filter by metal (Au/Ag), jurisdiction (substring), and stage (DEVELOPER/PRODUCER/HYBRID/EXPLORER/RESOURCE_ACQ), optionally sort by 2028 RR Score descending, and cap with limit. An analytical ranked classification — never a 'best stock' list.
Parameters (5)
- metalstring
Primary metal: Au/gold or Ag/silver.
- jurisdictionstring
Jurisdiction substring (case-insensitive), e.g. 'Canada', 'Nevada'.
- stagestring
Stage/type_code substring, e.g. DEVELOPER, PRODUCER, HYBRID.
- sortByRrboolean
Sort by rr_score_2028 descending when true.
- limitinteger
Max rows to return.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://gold-silver-analytics-mcp-production.up.railway.app/mcpclaude_desktop_config.json
{
"mcpServers": {
"gold-silver-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gold-silver-analytics-mcp-production.up.railway.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.