MCP server for Logam Mulia API — Indonesian gold prices
Project description
Logam Mulia MCP Server
MCP server for Indonesian gold (logam mulia) prices from 18+ sources.
Source API: logam-mulia-api
Quick Start
# Run directly (from repo)
uv run python -m logam_mulia_mcp.server
# Run from GitHub (no clone needed)
uvx --from git+https://github.com/rizalibnu/logam-mulia-mcp logam-mulia-mcp
MCP Tools
| Tool | Description |
|---|---|
get_price(source, refresh?) |
Latest price from a source |
get_price_history(source, page?, length?, weight?, material?, material_type?) |
Paginated history |
list_sources() |
All 18 available sources |
get_all_prices() |
Latest from all sources at once |
get_news() |
Latest gold news articles |
get_news_detail(url) |
Full article text |
Configuration
| Env | Default | Description |
|---|---|---|
LOGAM_MULIA_BASE_URL |
https://logam-mulia-api.iamutaki.workers.dev |
API base URL |
MCP_TRANSPORT |
stdio |
Transport: stdio or sse |
HTTP_TIMEOUT |
30 |
HTTP client timeout (s) |
Integration
Claude Code / Cursor / Any MCP host (via uvx)
{
"mcpServers": {
"logam-mulia": {
"command": "uvx",
"args": ["--from", "git+https://github.com/rizalibnu/logam-mulia-mcp", "logam-mulia-mcp"]
}
}
}
No install, no clone. uvx fetches & caches automatically.
Hermes
tools:
mcp_servers:
logam-mulia:
command: uvx
args:
- --from
- git+https://github.com/rizalibnu/logam-mulia-mcp
- logam-mulia-mcp
Direct (any shell)
pip install -e .
logam-mulia-mcp
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
logam_mulia_mcp-1.0.0.tar.gz
(4.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file logam_mulia_mcp-1.0.0.tar.gz.
File metadata
- Download URL: logam_mulia_mcp-1.0.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f10f7aa3efaed16798ce7bc42a71c681df3dfcf3e1c63c601e8ef8a11035c1c7
|
|
| MD5 |
d4d0d53f6e810a4edc993b65b41decda
|
|
| BLAKE2b-256 |
48be1b41010463d641e74b54d8d8b64e6669afe215f20a0f544a4472ffaf18bd
|
File details
Details for the file logam_mulia_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: logam_mulia_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8bcd26a7977573814e60b26b93a2b10721bb30f318407d8db49d952d4baf298
|
|
| MD5 |
5dfc78eb226eb7f76769f4f7d0af1849
|
|
| BLAKE2b-256 |
c6db56cb81f6e5817083d478d1548d0e20a258d160de7c31fc8eaa81662cc083
|