Skip to main content
Glama

Server Details

Trust and quality infrastructure for AI agents. 250+ quality-scored capabilities.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
strale-io/strale
GitHub Stars
0
Server Listing
strale-mcp

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

8 tools
strale_balanceInspect

Returns the current Strale wallet balance in EUR cents and EUR. Requires an API key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

strale_executeInspect

Run a Strale capability by slug — validate an IBAN, look up a company in 27 countries, screen against sanctions/PEP lists, extract data from a URL or PDF, check VAT numbers, verify email deliverability, assess wallet risk, check token contract safety, resolve ENS names, look up DeFi protocol TVL, and 270+ more. Returns structured JSON output with SQS quality score, latency, and data provenance. Free capabilities (email-validate, dns-lookup, json-repair, url-to-markdown, iban-validate) work without an API key. Use strale_search first to find the right slug and required inputs.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesCapability slug from strale_search results, e.g. 'swedish-company-data', 'vat-validate', 'iban-validate'
inputsYesInput parameters matching the capability's required fields. Check strale_search results for the expected input_fields.
max_price_centsNoMaximum price in EUR cents. Default: 200 (€2.00). Execution fails if capability costs more.
strale_getting_startedInspect

Returns free capabilities you can use immediately without an API key: email-validate (verify email deliverability), dns-lookup (DNS records for any domain), json-repair (fix malformed JSON), url-to-markdown (convert any URL to clean markdown), iban-validate (validate international bank account numbers). Also returns setup steps for full access to 250+ paid capabilities.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

strale_methodologyInspect

Get Strale's quality and trust methodology. Explains the dual-profile scoring model: Quality Profile (code quality, 4 factors) and Reliability Profile (operational dependability, 4 factors weighted by capability type), combined via a published 5×5 matrix into the SQS confidence score. Covers execution guidance, test infrastructure (~1365 test suites with tiered scheduling), provenance tracking, audit trails, badge system, and honest disclosure of current limitations.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

strale_pingInspect

Health check. Returns server status, tool count, capability count, and response time. Verifies the connection is working.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

strale_transactionInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
transaction_idYesTransaction ID returned from a strale_execute call
strale_trust_profileInspect

Check if a capability is reliable before calling it. Returns SQS quality score (0-100), Quality grade (A-F for code correctness), Reliability grade (A-F for uptime and latency), and execution guidance: whether to call directly, retry with backoff, queue for later, or use a fallback. Also returns 30-day test pass rate, known limitations, and cost envelope. Use this to decide whether a capability is safe for production use right now.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesCapability or solution slug, e.g. 'swedish-company-data' or 'eu-company-due-diligence'
typeNoWhether this is a capability or a bundled solutioncapability

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.