Skip to main content
Glama

strale_getting_started

Start using free capabilities like email validation, DNS lookup, JSON repair, URL-to-markdown conversion, and IBAN validation without an API key, and access setup for 250+ additional quality-scored capabilities.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The 'strale_getting_started' tool is defined and implemented within the 'mcp-server' package, providing information about free capabilities and setup instructions.
    server.registerTool(
      "strale_getting_started",
      {
        description:
          "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.",
        inputSchema: z.object({}),
      },
      async () => {
        return {
          content: [
            {
              type: "text" as const,
              text: JSON.stringify({
                welcome: "Strale is the trust layer for AI agents. 256 verified data capabilities and 81 bundled solutions with dual-profile quality scores.",
                free_capabilities: [
                  { slug: "email-validate", description: "Validate any email address", example_input: { email: "test@example.com" } },
                  { slug: "dns-lookup", description: "DNS records for any domain", example_input: { domain: "example.com" } },
                  { slug: "json-repair", description: "Fix malformed JSON", example_input: { json: '{"name": "test"' } },
                  { slug: "url-to-markdown", description: "Convert any URL to markdown", example_input: { url: "https://example.com" } },
                  { slug: "iban-validate", description: "Validate IBAN numbers", example_input: { iban: "DE89370400440532013000" } },
                ],
                try_now: "Call strale_execute with any free capability above — no API key needed (10/day limit).",
                full_access: "Sign up at https://strale.dev/signup for 256 capabilities and 81 solutions (KYB, Invoice Verify). Free €2 credits, no card needed.",
                learn_more: "Call strale_methodology for quality scoring details, or strale_search to browse all capabilities.",
              }, null, 2),
            },
          ],

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/strale-io/strale'

If you have feedback or need assistance with the MCP directory API, please join our Discord server