
Find the Right Tool
for the Decision
The CCA Decision Support Network connects people and AI agents with useful tools designed to help make better-informed decisions.
Decision Categories
Explore verified decision-support tools organized by the type of decision they help with.
Featured Decision Tools
Verified tools ready for humans and AI agents.
How It Works
Three steps from decision to tool.
Tell us the decision
Describe what you are trying to decide. Use plain language — the routing engine understands intent.
CCA finds relevant tools
The network matches your decision to verified tools using intent-aware routing, not just keywords.
Use the tool
Visit the tool yourself, or let your AI assistant use it through WebMCP, REST API, or MCP.
Built for AI Agents
Every tool in the network is discoverable and callable through three machine interfaces. AI assistants can find the right tool, get details, and route decisions — using the same engine humans use.
Browser WebMCP
Tools registered via document.modelContext for compatible AI browsers.
REST API
Versioned /api/v1/ endpoints with OpenAPI 3.1 spec.
Remote MCP
JSON-RPC 2.0 endpoint at /api/mcp for agent frameworks.
// Find the right tool for any decision
const response = await fetch(
'/api/v1/find-tool',
{
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
query: "I need help evaluating
a solar proposal",
geography: "California",
max_results: 3
})
}
);
const { tools } = await response.json();
// tools[0].dsa.name
// → "Solar Quote Analyzer"Verification Tiers
Every tool listed here has been reviewed. The verification tier tells you who built it and who stands behind it.
CCA Verified
Built, deployed, and verified by CCA. The tool, its decision engine, and all access interfaces have been tested and approved.
CCA Trained / Independently Owned
Built with CCA training and standards. Independently owned and operated. CCA has reviewed the tool for quality and safety.
Curated External
External tools curated by CCA for quality. CCA has reviewed the tool but does not control its operation.