# Strale

Strale provides verified data capabilities for AI agents — company registries across 25+ countries, compliance screening, payment validation, document processing, and more. Every capability is indepe…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add strale/agent-tools

# Browse available tools
npx -y @smithery/cli@latest tool list strale/agent-tools

# Get full schema for a tool
npx -y @smithery/cli@latest tool get strale/agent-tools strale_ping

# Call a tool
npx -y @smithery/cli@latest tool call strale/agent-tools strale_ping '{}'
```

## Direct MCP Connection

Endpoint: `https://agent-tools--strale.run.tools`

## Tools (8)

- `strale_ping` — Health check. Returns server status, tool count, and response time. Use this to verify the connection is working before…
- `strale_getting_started` — Get started with Strale. Returns onboarding steps, free capabilities you can try immediately without an API key, and ho…
- `strale_execute` — Execute any Strale capability by slug. Returns the full result including output data, execution cost, latency, data pro…
- `strale_search` — Search Strale's catalog of 233+ capabilities and 20+ solutions. Returns matches with dual-profile quality scores: SQS (…
- `strale_balance` — Check your Strale wallet balance. Shows current balance in EUR cents and EUR. Requires API key.
- `strale_methodology` — Get Strale's quality and trust methodology. Explains the dual-profile scoring system: Quality Profile (code quality), R…
- `strale_trust_profile` — Get the full trust and quality profile for any capability or solution. Returns the dual-profile assessment: Quality Pro…
- `strale_transaction` — Retrieve a past execution record by transaction ID. Returns the full audit trail: inputs, outputs, latency, price, prov…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get strale/agent-tools <tool-name>
```
