MCP Directory

strale-io/strale

GitHub
Other

Trust and quality infrastructure for AI agents. 270+ quality-scored capabilities for company data, compliance checks, financial validation, web extraction, and more. Every capability has a transparent SQS quality score. `npx strale-mcp`

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx strale-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from strale-io/strale your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "strale": {
      "command": "npx",
      "args": [
        "strale-mcp"
      ]
    }
  }
}

Route strale-io/strale intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add strale

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use strale-io/strale directly without routing

npx strale-mcp

New to Agent-CoreX? View setup guide →

strale-io/strale MCP Server — Agent-CoreX