← Index

Strale - 290+ API capabilities for AI agents

io.github.strale-io/strale·v0.2.4·Other
Quality Score
85
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api.strale.io/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "strale": {
      "command": "npx",
      "args": [
        "-y",
        "strale-mcp"
      ],
      "env": {
        "STRALE_API_KEY": "<your-strale_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "strale": {
      "command": "npx",
      "args": [
        "-y",
        "strale-mcp"
      ],
      "env": {
        "STRALE_API_KEY": "<your-strale_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y strale-mcp
§02  Environment variables
STRALE_API_KEY
requiredsecret

Your Strale API key (starts with sk_)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other