# Strale - 290+ API capabilities for AI agents MCP server

290+ quality-scored API capabilities for AI agents across 27 countries via MCP.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-strale-io-strale
- Repository: https://github.com/strale-io/strale

## Install
- Command: `npx -y strale-mcp`
- Endpoint: https://api.strale.io/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Package: Npm strale-mcp v0.2.4
- Environment variable: STRALE_API_KEY (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.strale.io/mcp

## Tools
- strale_ping - Checks that the Strale API is reachable and the MCP server is running. Call this before a series of capability executions to verify connectivity, or when troubleshooting connection issues. Returns server status, version, tool count, capability count, solution count, and a timestamp. No API key required. Endpoint: https://api.strale.io/mcp
- strale_getting_started - Lists the free capabilities available without an API key and explains how to get started. Call this on first connection to see what you can do immediately. Returns 5 free capability slugs (email-validate, dns-lookup, json-repair, url-to-markdown, iban-validate) with descriptions, example inputs, and instructions for accessing the full registry of 271 paid capabilities. No API key required. Endpoint: https://api.strale.io/mcp
- strale_execute - Executes a Strale capability by slug and returns the result. Use this when you need to perform any verification, validation, lookup, or data extraction from the 271-capability registry. Call strale_search first to find the right slug and required input fields. Returns a result object with the capability output, quality score (SQS), latency, price charged, and data provenance. Five free capabilities work without an API key (10/day limit). Paid capabilities debit from the wallet — check strale_balance first for high-value calls. Endpoint: https://api.strale.io/mcp
- strale_search - Searches the Strale capability registry by keyword, category, or natural language query. Use this when you need to find the right capability for a task but don't know the exact slug. Returns matching capabilities and solutions ranked by relevance, each with slug, name, description, category, price in EUR cents, and current SQS quality score. The registry contains 271 capabilities across compliance, finance, web intelligence, developer tools, and more. No API key required to search. Endpoint: https://api.strale.io/mcp
- strale_balance - Returns the current Strale wallet balance. Call this before executing paid capabilities to verify sufficient funds, or after a series of calls to reconcile spend. Returns balance in EUR cents (integer) and formatted EUR string. Requires an API key — returns an auth instruction if none is configured. Endpoint: https://api.strale.io/mcp
- strale_methodology - Returns Strale's trust methodology as a short reference document — covers test cadence, audit-trail integrity, and provenance. No API key required. Endpoint: https://api.strale.io/mcp
- strale_trust_profile - Returns the trust profile for a capability or solution. Call this before relying on a capability for high-stakes decisions, or when a user asks how reliable a specific check is. Returns SQS score (0-100), Quality grade (A-F), Reliability grade (A-F), execution guidance (direct, retry, queue, or fallback), 30-day test history, known limitations, and cost envelope. No API key required. Endpoint: https://api.strale.io/mcp
- strale_transaction - Retrieve a past execution record by transaction ID. Returns inputs, outputs, latency, price, data provenance, success/failure status, and failure categorization. Use this to inspect what a previous strale_execute call returned, debug failures, or provide an audit trail. Free-tier transactions are accessible by ID without an API key. Endpoint: https://api.strale.io/mcp
- strale_web3_assurance - Returns a decision-ready answer about an on-chain counterparty (wallet, smart contract, token, DeFi protocol, or bridge) in a single call. Surfaces verdict (proceed/review/block/insufficient_evidence), reason_codes (machine-parsable UPPERCASE_SNAKE_CASE), critical_flags, suggested_action, evidence map (sanctions, mixer-graded, scam-cluster, wallet-history, token-safety, contract-verification, protocol-risk, EAS attestations, ERC-8004 reputation, more), and a sidecar audit_url. Two modes: 'outbound' (agent vetting recipient pre-payment, full evaluator set, 8s budget) or 'reverse-call' (service publisher gating an inbound x402 buyer in real-time, critical evaluators only, sub-second SLA). Use before any agent transacts on-chain — sending value, swapping, staking, minting, bridging, or interacting with a contract. Endpoint: https://api.strale.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.strale-io
- Version: 0.2.4
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 12, 2026
- Source: https://registry.modelcontextprotocol.io
