
You'd reach for this when you need to analyze software dependencies and supply chain risks without leaving Claude. It exposes 10 ICT tools focused on generating SBOMs, mapping third-party component graphs, and tracking supply chain relationships. The streamable HTTP transport suggests it's querying the ToolOracle backend API for dependency data rather than running local scans. Useful for security audits, license compliance checks, or just getting a quick view of what's actually in your dependency tree. The specifics of the 10 tools aren't detailed in the source, but the focus is clearly on understanding what you're importing and where it comes from.
DORA Execution MCP Server — 10 tools | Part of ToolOracle
# Claude Desktop / Cursor / Windsurf
npx -y mcp-remote https://tooloracle.io/dependency/mcp/
// claude_desktop_config.json
{
"mcpServers": {
"dependencyoracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://tooloracle.io/dependency/mcp/"]
}
}
}
| Tool | Description |
|---|---|
register_asset | Register an ICT asset (application, database, server, etc.) — Art. 8. |
register_function | Register an ICT-supported business function — Art. 8. |
map_dependency | Create a dependency link between two entities. |
dependency_graph | Get dependency tree for an entity — upstream/downstream. |
blast_radius | Calculate blast radius — what breaks if this entity fails. |
spof_analysis | Detect Single Points of Failure without redundancy. |
criticality_score | Calculate criticality score based on dependencies, classification, redundancy. |
asset_inventory | Full ICT asset inventory with classification and filters. |
impact_simulation | Simulate outage — cascade impact of entity failure. |
health_check | Server status. |
| Tier | Rate Limit | Price |
|---|---|---|
| Free | 10 calls/day | €0 |
| Pro | 1,000 calls/day | €99/month |
| Enterprise | Unlimited | Custom |
Note: This is a compliance oracle. Full tool access requires a Pro or Enterprise subscription. Free tier includes read-only assessment tools.
dependencyOracle is one of 42 specialized MCP servers in the ToolOracle ecosystem — the largest collection of production-ready MCP tools for AI agents.
Related Oracles:
https://tooloracle.io/dependency/mcp/Built by FeedOracle — Evidence by Design