Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Strale - 290+ API capabilities for AI agents

io.github.strale-io/strale

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

Uptime
100.0%
1 direct probes · 30d
Response
416ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

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 ser…

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) …

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…

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 …

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…

strale_methodology

Returns Strale's trust methodology as a short reference document — covers test cadence, audit records, and provenance. No API key required.

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 stat…

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 st…

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)…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "strale_-_290+_api_capabilities_for_ai_agents": {
      "url": "https://api.strale.io/mcp",
      "transport": "streamable-http"
    }
  }
}