MCP Catalogs
Home

strale

by strale-io·3·Score 39

Strale provides MCP server with 290+ quality-scored AI agent capabilities including compliance checks, financial validation and Web3 security.

ai-llmdeveloper-toolssecurity
0
Forks
11
Open issues
this month
Last commit
1d ago
Indexed

Overview

Strale is a capability marketplace for AI agents that provides access to over 290 verified tools through an MCP server interface. Each capability is continuously tested and assigned a Strale Quality Score (SQS) from 0-100, combining quality and reliability metrics. The server supports both streamable HTTP and local stdio connections, making it easy to integrate with various AI clients like Claude Desktop, Cursor, and others. Additionally, Strale offers SDKs for TypeScript/Python and integrations with frameworks like LangChain, CrewAI, and Semantic Kernel.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:AI agents performing company due diligence checks with KYB verification
you:Web3 applications accessing wallet risk scoring and token honeypot detection
you:Compliance systems validating EU VAT numbers and sanctions screening
you:What is the Strale Quality Score (SQS)?
you:Can I use Strale without an API key?
you:What payment options are available?

When to choose this

Choose Strale when building AI agents that need reliable, validated access to financial and compliance data with measurable quality scoring.

When NOT to choose this

Avoid Strale if you need self-hosted capabilities, have strict data residency requirements, or prefer not to use a proprietary service with vendor lock-in.

Tools this server exposes

12 tools extracted from the README
  • email-validate

    Validate email addresses

  • dns-lookup

    Perform DNS lookups for domains

  • json-repair

    Repair malformed JSON

  • url-to-markdown

    Convert web pages to markdown

  • iban-validate

    Validate IBAN numbers

  • eu-vat-validate

    Validate EU VAT numbers

  • company-lookup

    Look up company information

  • ens-resolution

    Resolve Ethereum ENS names

  • defi-tvl-fees

    Get DeFi protocol TVL and fees

  • wallet-risk-score

    Get wallet risk score from GoPlus

  • token-honeypot-detection

    Detect token honeypots

  • gas-oracle

    Get current Ethereum gas prices

Note: Tool names inferred from documentation mentions and examples, as there's no explicit 'Tools' section. Most tools mentioned have example usage in the Quick Start sections.

Comparable tools

openai-mcpanthropic-mcpbrowserless-mcp

Installation

Streamable HTTP (recommended)

{
  "mcpServers": {
    "strale": {
      "type": "streamableHttp",
      "url": "https://api.strale.io/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_your_key_here"
      }
    }
  }
}

Local (stdio)

{
  "mcpServers": {
    "strale": {
      "command": "npx",
      "args": ["-y", "strale-mcp"],
      "env": {
        "STRALE_API_KEY": "your_api_key"
      }
    }
  }
}

Five capabilities are available without an API key: email-validate, dns-lookup, json-repair, url-to-markdown, iban-validate.

FAQ

What is the Strale Quality Score (SQS)?
The SQS is a 0-100 confidence score for each capability, combining a Quality Profile (code correctness, schema compliance) with a Reliability Profile (availability, success rate, health). Scores are updated continuously and publicly available.
Can I use Strale without an API key?
Yes, five capabilities (email-validate, dns-lookup, json-repair, url-to-markdown, iban-validate) are available without an API key. Others require registration at strale.dev for API access.
What payment options are available?
Strale offers traditional API key billing and Web3 payment via x402 protocol allowing pay-per-call with USDC on Base mainnet without registration.

Compare strale with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.