Copy-paste examples for Strale — trust and quality infrastructure for AI agents.
5 capabilities are free. No signup needed. Try email-validate, dns-lookup, json-repair, url-to-markdown, or iban-validate right now.
For all 250+ capabilities: sign up for €2 in free trial credits.
# Free — no API key needed
curl -s -X POST https://api.strale.io/v1/do \
-H "Content-Type: application/json" \
-d '{"capability_slug": "email-validate", "inputs": {"email": "test@example.com"}}' | jq .| Folder | What's inside |
|---|---|
/mcp |
Config files for Claude Desktop, Cursor, Windsurf, remote MCP |
/python |
Python SDK examples — validate, lookup, dry run, error handling |
/typescript |
TypeScript SDK examples |
/langchain |
LangChain agent integration |
/curl |
Raw API examples, no SDK needed |
| Folder | What's inside |
|---|---|
/free-tier |
Free capabilities — no API key required |
/solutions |
Multi-step workflows (KYC, lead enrichment, etc.) |
/agent-patterns |
Patterns for building agents with Strale |
| Package | Install | Description |
|---|---|---|
| strale-mcp | npx -y strale-mcp |
MCP server for Claude, Cursor, Windsurf |
| straleio | npm install straleio |
TypeScript SDK |
| straleio | pip install straleio |
Python SDK |
| langchain-strale | pip install langchain-strale |
LangChain integration |
| crewai-strale | pip install crewai-strale |
CrewAI integration |
MIT