Back to Browse

Thegoldbarometer MCP Server

Developer ToolsModerate7.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

Today's gold buying-conditions score (0-100), its published history, and what followed since 1971.

About

Today's gold buying-conditions score (0-100), its published history, and what followed since 1971.

Security Report

7.5
Moderate7.5Low Risk

This MCP server provides read-only access to public Gold Barometer data with no authentication required, which is appropriate for its use case. Code is clean, well-structured, and properly handles external API calls with appropriate error handling. No security vulnerabilities, malicious patterns, or credential handling issues detected. Minor code quality observations do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-thegoldbarometer-thegoldbarometer": {
      "args": [
        "-y",
        "thegoldbarometer-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

The Gold Barometer MCP server

The Gold Barometer MCP server

Gives AI assistants direct access to The Gold Barometer: a daily 0-100 score of gold buying conditions, compared with every trading day since 1971.

It measures conditions. It is not advice, and it does not predict the price.

Tools

ToolWhat it answers
get_current_readingToday's score, its zone, and the state of each measured part
get_reading_historyPast readings, with or without the reconstructed month-end rows
get_zone_recordWhat followed months in a given zone across the record since 1971

Install

Runs on Node 18 or newer. Add to your MCP client configuration:

{
  "mcpServers": {
    "thegoldbarometer": {
      "command": "npx",
      "args": ["-y", "thegoldbarometer-mcp"]
    }
  }
}

No key, no signup. The server only reads public endpoints.

Data and credit

All figures come from the public API at thegoldbarometer.com/data and the archive at github.com/thegoldbarometer/data. Data licence: CC BY 4.0, credit "Source: The Gold Barometer, thegoldbarometer.com". Method, evidence and limits: thegoldbarometer.com/methodology.

Code licence: MIT.

Reviews

No reviews yet

Be the first to review this server!