PRG Risk Oracle
Server Details
Market regime, 7-dimension risk vectors and payment hazard grades. Abstains when data is thin.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolscheck_counterpartyAInspect
Pre-audit a payment-gated endpoint before you buy from it. Two tiers, neither of which pays the endpoint: a live unpaid probe (challenge parse, scheme, latency, per-probe pass/fail, endpoint grade), and the on-chain settlement history of the offer's payee (has this address ever actually collected, how recently, how often). [paid: $0.50 USDC on Base]
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | http(s) URL to probe. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the full burden. It transparently discloses that neither tier pays the endpoint (live unpaid probe), describes the data returned (challenge parse, scheme, latency, pass/fail, grade, settlement history), and states the tool's own cost ($0.50 USDC). This is substantive and honest, though it could explicitly state read-only nature or any side effects, which is a minor gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense but efficient: one sentence states the purpose, a second breaks down the two tiers with parenthetical detail, and a bracketed note covers pricing. Every clause earns its place; no filler. It is front-loaded with the core task before elaborating.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema exists, so the description must explain both return values and usage context. It does so thoroughly: it lists the specific outputs of each tier, clarifies that the probe is unpaid, and states the cost. For a tool with a single parameter and a fifth of the description, this is fully sufficient for an agent to call it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers the single parameter 'url' at 100%, so the baseline is 3. The description adds only contextual framing ('payment-gated endpoint') rather than deeper semantic information about the parameter itself, such as format or constraints, so it does not exceed the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb ('Pre-audit') and a concrete resource ('a payment-gated endpoint'), immediately distinguishing it from siblings like get_risk_snapshot or get_alerts. It then enumerates the two tiers of output (live probe and on-chain settlement history), making its function unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It clearly states when to use the tool ('before you buy from it'), giving a concrete trigger condition. However, it does not explicitly contrast with alternatives or state when not to use it, so it falls short of the 5-level bar of explicit when/when-not/alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_alertsCInspect
Open PRG risk alert records, optionally filtered to those newer than a timestamp. [paid: $0.02 USDC on Base]
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | ||
| since | No | ISO-8601 timestamp. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses a cost ($0.02 USDC on Base), which is valuable. It also mentions the optional filter. However, it does not state whether the operation is read-only, what data is returned, rate limits, or any side effects. For a tool that retrieves records, missing this information is a gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with a cost note, front-loading the purpose. Every word contributes, though the word 'Open' is vague and the PRG phrase is potentially misleading. It is appropriately short but could be more precise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given there are no annotations, no output schema, and only two simple parameters, the description still leaves major unknowns: what exactly is a 'risk alert', what fields are returned, how pagination works, and whether the 'asset' filter is actually applied despite the 'PRG' phrasing. The description does not fully explain the tool's behavior or output.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds no meaning to the 'asset' parameter beyond its enum values; it even introduces ambiguity by saying 'PRG risk alert records' while the asset parameter allows multiple assets. For 'since', the description restates what the schema already says ('newer than a timestamp'), adding no new semantic value. The cost mention is not parameter-related.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Open') and resource ('PRG risk alert records') and mentions an optional filter, which clearly distinguishes it from sibling tools like get_regime or get_risk_snapshot. However, 'Open' is a bit ambiguous (could mean fetch, retrieve, etc.) and the term 'PRG' is not defined in context, though the asset enum includes PRG. Still, it clearly indicates the tool's purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this vs. siblings. It mentions the optional timestamp filter but does not specify when to use this tool over others, nor does it state any prerequisites or consequences. Only implicit that it's for risk alerts, which is not enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_mhiAInspect
Machine Hazard Index reading for a payment rail, facilitator, or endpoint, with component letter-grades and abstention status. [free] (free while the MHI methodology stamps its output pre-calibration; moves to $0.05 on a calibrated release (SPEC §5.3))
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| scope | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations to lean on, so the description carries the behavioral burden. It communicates a read-like operation and usefully exposes pricing/versioning context: free pre-calibration, moving to $0.05 after calibration. It does not discuss auth, rate limits, or failure modes, but those are less critical for this simple read.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The purpose is front-loaded and the description is compact. The only minor issue is redundancy: '[free]' is immediately followed by a parenthetical explaining the free state and future pricing, which could be trimmed slightly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that there is no output schema, the description usefully tells the agent what kind of result to expect — component letter-grades and abstention status — along with pricing context. It is complete enough for a two-parameter read tool, though an example of the 'id' parameter would strengthen it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description maps the 'scope' enum values to meaningful real-world objects — 'payment rail, facilitator, or endpoint' — which adds semantic value. However, the meaning of the 'id' parameter is left implicit: an agent must infer that it identifies the selected rail/facilitator/endpoint. With 0 percent schema coverage, this gap is noticeable.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action and resource: 'Machine Hazard Index reading for a payment rail, facilitator, or endpoint.' It also names concrete outputs (component letter-grades, abstention status), which distinguishes it from broader or sibling tools like get_risk_snapshot and get_alerts.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It implies when to use it — when an MHI reading for a rail, facilitator, or endpoint is needed — but it provides no explicit guidance about when not to use it or which sibling tool to choose instead. This is adequate context but not a clear usage policy.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_regimeBInspect
Current PRG market risk regime label and composite score band. Free, rate-limited. [free] (free tier, rate-limited per IP)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the burden. It discloses rate limiting and free-tier constraints, adding behavioral context. However, it does not describe error behavior, response format, or any side effects (though it's a getter). The rate-limit note is useful but incomplete.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise and front-loaded with the purpose. However, it redundantly mentions 'free' and 'rate-limited' twice ('Free, rate-limited' and '[free] (free tier, rate-limited per IP)'), which is slightly repetitive. Could be streamlined with a single mention.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description gives the core info (what it returns and rate limits) but lacks usage guidance and does not define 'composite score band' or explain how the result relates to other risk tools. Given the absence of an output schema and annotations, more context could be helpful, but the tool is simple enough that this is adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema is trivially 100% covered. Per the rubric, a baseline of 4 applies when there are no parameters. The description adds no parameter info, but none is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear purpose: returns the current PRG market risk regime label and composite score band. It is specific about the resource (regime label and score band) but does not explicitly differentiate from sibling tools like get_risk_snapshot, which might also be used for risk data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It mentions 'Free, rate-limited' but does not explain when to choose this over get_risk_snapshot or get_mhi. No exclusions or alternative tool references are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_risk_snapshotAInspect
PRG composite risk score plus the seven dimension-level scores (INT, FRG, PRE, THR, PRO, REC, VAL) for one instrument or the market. [paid: $0.05 USDC on Base]
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Omit for market-wide. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden and it usefully discloses the paid nature ($0.05 USDC on Base) and the return composition. It implies a read-only operation via 'get' but does not explicitly state the absence of side effects or specify output formatting.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single dense sentence that names the output components, scope, and pricing. Every piece of information is relevant and there is no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool with no output schema, the description provides enough to invoke it correctly: what is returned, which instruments are supported, and the cost. It could optionally explain score units or scale, but that is not essential for selection and invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with the asset enum and a description already explaining the optional behavior. The tool description adds the phrase 'one instrument or the market' but does not meaningfully extend the parameter semantics beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns a PRG composite risk score plus seven named dimension-level scores, for one instrument or the market. This distinguishes it from sibling tools like get_mhi and get_regime by specifying the exact output and scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage context: the tool applies to one instrument or market-wide, and the schema reinforces that omitting asset gives market-wide results. However, it does not explicitly compare to alternatives or state when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
- First observed
check_counterparty - First observed
get_alerts - First observed
get_mhi - First observed
get_regime - First observed
get_risk_snapshot
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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!
Related MCP Connectors
Stock market trading signals: regime, ranked buy list, stock + sector reads. Free tier + x402 live.
Live macro data for AI agents: regime, conditions, liquidity, with input provenance. No signup.
Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals.
Crypto regime classifier for trading agents. 100% bounded regime accuracy. 50 free calls/day.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceFuses five market signals into a five-state regime classifier to determine market conditions and recommend trading postures for risk management.MIT
- AlicenseNot gradedqualityBmaintenanceClassifies BTC market into 5 regimes (Risk-On, Range-Bound, Risk-Off, Capitulation, Euphoria) with target exposure and posture, enabling risk management decisions.MIT

BRS Signals MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceProvides real-time Bitcoin market regime detection by fusing on-chain, derivatives, and absence sensors into a convergence score, enabling AI agents to make informed trading decisions.1MIT- AlicenseNot gradedqualityCmaintenanceAI-powered financial intelligence for autonomous trading agents. 9 MCP tools for real-time trading signals, risk index, market regime detection, stock analysis, commodity scoring, sector radar, and geopolitical intelligence briefings.1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct concern: counterparty pre-audit, alerts, machine hazard index, market regime, and composite snapshot. There is no meaningful overlap; even similar risk metrics are clearly differentiated by scope (regime vs. snapshot).
All tools follow a verb_noun pattern with snake_case, mostly using the verb 'get' (get_alerts, get_mhi, get_regime, get_risk_snapshot). One tool uses 'check_counterparty' instead, a minor deviation that does not significantly harm predictability.
Five tools is well-scoped for a risk oracle server. Each tool provides a distinct piece of risk information without redundancy or bloat, fitting firmly in the ideal 3-15 range.
The tool surface covers the primary read operations for a risk oracle: counterparty checks, alerts, hazard index, regime, and composite scores. Minor gaps exist, such as historical trend retrieval or detailed dimension breakdowns per endpoint, but the core workflows are supported.