reserveoracle
Server Details
ReserveOracle - 11 stablecoin reserve tools: attestations, composition, MiCA Art.36/37.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ToolOracle/reserveoracle
- GitHub Stars
- 0
- Server Listing
- ReserveOracle
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 11 of 11 tools scored. Lowest: 3.2/5.
Each tool has a distinct purpose: health check, list asset types, specific metal prices (gold, silver, metals), gold token details, issuer profile, MiCA filter, snapshot, token context, and full token lookup. Even overlapping tools like reserve_gold and reserve_gold_tokens differ in output scope (price evidence vs. token registry).
All tools follow a consistent 'reserve_' prefix with snake_case naming (e.g., reserve_gold, reserve_token_lookup). The names are descriptive and uniform, making it easy for an agent to predict functionality.
With 11 tools, the surface is well-scoped for a reserve asset registry and evidence server. It covers health, asset types, specific metals, tokens, issuers, compliance snapshots, and detailed queries without excessive granularity or omissions.
The tools cover core workflows: health, browsing asset types, retrieving price evidence for key metals, token and issuer details, MiCA filtering, and full snapshots. Minor gaps include lack of a generic price tool for non-metal assets and absence of search by jurisdiction or regulator, but the set is largely complete for the domain.
Available Tools
11 toolshealth_checkInspect
ReserveOracle health status.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
reserve_asset_typesInspect
Browse all RWA asset types in the registry with token counts. Covers: stablecoin, commodity_gold, tokenized_treasury, money_market_fund, private_credit, tokenized_equity, real_estate, structured_credit, tokenized_etf, and more.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
reserve_goldInspect
Live gold spot price (XAU) as a signed reserve evidence payload. Includes price, 24h change, RWA token context (PAXG, XAUT), MiCA Art.36 relevance, custody providers, content_hash, and verify URL. The format that turns raw price data into enterprise-grade evidence.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
reserve_gold_tokensInspect
All gold-backed RWA tokens from the registry: PAXG (Paxos/Brinks), XAUT (Tether/Swiss), XAUM (MatrixDock), and more. Includes live XAU spot price, custody info, and MiCA Art.36 relevance for each.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
reserve_issuerInspect
Issuer deep-profile for any reserve token: legal name, LEI number, jurisdiction, regulator, entity type, custody type, redemption terms. For PAXG: Paxos Trust/NYDFS. For BUIDL: BlackRock/SEC. For EURCV: Societe Generale/AMF.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Token symbol: PAXG, XAUT, BUIDL, USDC, EURC, RLUSD, EURCV etc. | PAXG |
reserve_metalsInspect
Live gold (XAU) and silver (XAG) prices in one call with signed evidence payloads and gold/silver ratio. Both with content_hash and MiCA Art.36 context.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
reserve_mica_assetsInspect
All MiCA-relevant reserve assets from the RWA registry (80+ protocols). Filter by asset_type: commodity_gold, stablecoin, tokenized_treasury, money_market_fund, tokenized_etf etc. Returns issuer, LEI, jurisdiction, custody for each.
| Name | Required | Description | Default |
|---|---|---|---|
| asset_type | No | Filter: commodity_gold, stablecoin, tokenized_treasury, money_market_fund, tokenized_etf, private_credit, real_estate etc. |
reserve_silverInspect
Live silver spot price (XAG) as a signed reserve evidence payload. Includes price, 24h change, MiCA Art.36 context, content_hash, and verify URL.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
reserve_snapshotInspect
Full signed reserve evidence snapshot for any asset. Combines live price data (for gold/silver) with full RWA registry data into a single ES256K-referenced evidence payload with content_hash, signed_at, verify_url. The enterprise-grade format for compliance, due diligence, and agent workflows.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Asset symbol: PAXG, XAUT, BUIDL, USDC, EURC, RLUSD, EURCV, EURe etc. | PAXG |
reserve_token_contextInspect
Token-level reserve context for any RWA token — the issuer-near view. Returns token structure, custody, issuer LEI, jurisdiction, regulator, backing structure, MiCA compliance. Complements reserve_snapshot (asset-level) with token-specific details. evidence_type: token_reserve_context.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Token: PAXG, XAUT, BUIDL, USDC, USDT, EURC, RLUSD, EURCV, EURe, OUSG, USDY etc. | PAXG |
reserve_token_lookupInspect
Full RWA profile for any reserve asset token: PAXG, XAUT, BUIDL, USDC, USDT, EURC, RLUSD, EURCV, EURe, OUSG, USDY and 80+ more. Returns issuer, LEI, jurisdiction, regulator, custody, asset type, MiCA compliance, contracts.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Token symbol: PAXG, XAUT, BUIDL, USDC, USDT, EURC, RLUSD, EURCV, EURe etc. | PAXG |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.