analyze_cdp_health
Analyze health and collateral ratios of CDPs for an owner
This record as markdown: /tools/indigoprotocol-indigo-mcp/analyze-cdp-health.md
What analyze_cdp_health does on Indigo Protocol MCP
AI agents call analyze_cdp_health to retrieve information from Indigo Protocol MCP without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
owner | string | — | Owner payment key hash (56-char hex) or bech32 address |
Parameters from the server's own tool schema.
Why analyze_cdp_health is rated Low
This tool retrieves and analyzes existing CDP (Collateralized Debt Position) data to compute health metrics and ratios. It performs read-only queries with no side effects, fitting the Read category. The low severity reflects that misuse would only expose analytics data without enabling financial transactions, asset transfers, or destructive actions.
From the tool's definition Tool name 'analyze_cdp_health' and description 'Analyze health and collateral ratios of CDPs for an owner' indicate data retrieval and analysis only. No modification, deletion, or execution of external operations is described.
Attacks that exploit this kind of access
The rule that runs analyze_cdp_health safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Indigo Protocol MCP, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For analyze_cdp_health, this is the rule to start with:
analyze_cdp_health is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Indigo Protocol MCP, apply this rule, and every analyze_cdp_health call is checked against it from then on.
Questions about analyze_cdp_health
Analyze health and collateral ratios of CDPs for an owner. It is categorised as a Read tool in the Indigo Protocol MCP MCP Server, which means it retrieves data without modifying state.
analyze_cdp_health accepts 1 parameter: owner. The full parameter table on this page comes from the server's own tool schema.
Register the Indigo Protocol MCP server in PolicyLayer and add a rule for analyze_cdp_health: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Indigo Protocol MCP. Nothing to install.
analyze_cdp_health is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the analyze_cdp_health rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for analyze_cdp_health. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
analyze_cdp_health is provided by the Indigo Protocol MCP server (indigoprotocol/indigo-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Indigo Protocol, and thousands of servers like it.
This server
Across the catalogue