# 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 - Explains how to start using Strale and what is available without credentials. Call this on first connection. Returns the current free-tier capability list with example inputs, the pay-per-call (x402) route that needs no signup, and how to reach the full registry. 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 capability registry. Call strale_search first to find the right slug and required input fields. Returns a result object with the capability output, latency, price charged, and data provenance. Several capabilities are free without an API key (10/day limit) — strale_search reports which. 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, and price in EUR cents. The registry spans company data, compliance, finance, web intelligence, and developer tools. 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 lifecycle state, last-tested timestamp, recent test history, known limitations, data source and provenance, and cost envelope. Strale deliberately exposes no single numeric quality score — judge from the test history and limitations. 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
