QGold is an [MCP Server](https://modelcontextprotocol.io/introduction) facilitating natural language processing and understanding of certain asset
QGold is an MCP Server facilitating natural language processing and understanding of certain asset prices, namely Gold, Silver, Palladium, Copper, Bitcoin and Ethereum. For kicks, it also. The qgold mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
Configuration — You can modify the following parameters: - ApiEndpointBase: The base URL of the API to fetch data from (https://api.gold-api.com/price) - TableNameCustomization — The DynamoDB indexes are setup such that the data is updated daily (as opposed to taking into account time as well)Cleanup — The Cleanup tool exposed by this serverSetup — The Setup tool exposed by this serverget_asset_prices — Retrieves currency price information using specified date rangesmodel_financial_projections — This MCP tool was just scratching an itch. It helps to provide some idea of annual growth of a principal amount over a 30 year period, as well asSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Qgold's toolset — Configuration, Customization, Cleanup and 3 more — is a fair guide to whether it matches your workflow. It is maintained by jcaple; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Qgold's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Configuration | You can modify the following parameters: - ApiEndpointBase: The base URL of the API to fetch data from (https://api.gold-api.com/price) - TableName: The name of the DynamoDB table - LogLevel: The logging level for the La |
| Customization | The DynamoDB indexes are setup such that the data is updated daily (as opposed to taking into account time as well). |
| Cleanup | The Cleanup tool exposed by this server. |
| Setup | The Setup tool exposed by this server. |
| get_asset_prices | Retrieves currency price information using specified date ranges. |
| model_financial_projections | This MCP tool was just scratching an itch. It helps to provide some idea of annual growth of a principal amount over a 30 year period, as well as what the impact of certain withdrawl rates versus growth rates might affec |
vim .amazonq/mcp.json
```
```
{
"mcpServers": {
"qgold": {
"command": "python3",
"args": ["server.py"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.