find_mcp_servers
Search for MCP servers by use case or keyword, evaluating trust signals like security and runtime scores, and filtering by capabilities.
Instructions
Search for MCP servers by use case or keyword using semantic similarity. Returns matching servers with two trust signals: security_score (0–100, repo maintenance/popularity) and runtime_score (0–100, behavior surface — what the tools actually do). Each result includes capability_flags (e.g. shell_exec, fs_write, dynamic_eval, secret_read), hosted_endpoint if a live MCP URL is known, tool_count, and runtime_freshness (fresh / aging / stale / unknown). Use exclude_capability_flags to filter dangerous capabilities; use require_hosted to only return servers with verified live endpoints. Quarantined and archived servers are always excluded. Strata provides intelligence, not ground truth. Always verify critical decisions against the source_urls returned with each item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| category | No | ||
| limit | No | ||
| min_security_score | No | ||
| min_runtime_score | No | ||
| exclude_capability_flags | No | ||
| require_hosted | No |