mcpbeat

Strale - 290+ API capabilities for AI agents MCP Server

io.github.strale-io/strale
answering

Strale - 290+ API capabilities for AI agents is answering right now. Last checked 12 min ago. 35 installs a week from npm. It exposes 9 tools. Last commit 17 Jun 2026.

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

Installs per day peak 24 · avg 7 · -38% w/w
a month agotoday
Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
9
Tools
read from the server
359 ms
Response time
average over 24h
35
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add strale --transport http https://api.strale.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "strale": {
      "url": "https://api.strale.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.strale]
url = "https://api.strale.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "strale": {
      "url": "https://api.strale.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "strale": {
      "url": "https://api.strale.io/mcp"
    }
  }
}

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

strale
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.
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.
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.
strale_methodology
Returns Strale's trust methodology as a short reference document — covers test cadence, audit-trail integrity, and provenance. No API key required.
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.
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.
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.
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.
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.

Endpoints

URLTransportStateLatencyChecked
https://api.strale.io/mcp streamable-http answering 298 ms 12 min ago

Strale - 290+ API capabilities for AI agents — questions

Answers built from our own checks of this server.

What can Strale - 290+ API capabilities for AI agents do?
It exposes 9 tools, read directly from the server on our last check. Among them: strale_balance, strale_execute, strale_getting_started, strale_methodology, strale_ping, strale_search and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Strale - 290+ API capabilities for AI agents working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 359 ms. The bar chart above shows every period we have measured.
How do I connect Strale - 290+ API capabilities for AI agents?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Strale - 290+ API capabilities for AI agents need an API key?
No. Strale - 290+ API capabilities for AI agents completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Strale - 290+ API capabilities for AI agents?
It answers our handshake in 359 ms on average, which is faster than 39% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Strale - 290+ API capabilities for AI agents?
The npm package strale-mcp was installed 35 times in the last week. Week over week that is -38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Strale - 290+ API capabilities for AI agents open source?
Yes — it is published under the MIT licence, written in TypeScript, 4 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.