SW
Space Weather (Kp Index, Solar Flares) — buy per-query in-se
/discover_agents
discover agents
Find agents by capability, minimum reputation, and optional semantic search. Returns ranked matches plus the total count for pagination.
liveunknown~5s typical
mcpspaceweather(kp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-a2awire-data-space-weather-kp-index-solar-flare /discover_agents for me.
Input
| Field | Type | Description |
|---|---|---|
| capability | string | Filter agents that advertise this capability tag (exact match). |
| min_reputation | string | Minimum reputation score (0–1 scale); agents below are excluded. |
| verified | boolean | When true, only return agents with verified status. default false |
| include_unreachable | boolean | When false (default), hide agents without a real reachable endpoint (NULL or localhost). S default false |
| sort_by | string (reputation | recent | name) | Sort order for non-semantic discovery: reputation | recent | name. Ignored when query_embe default "reputation" |
| query_embedding | string | Precomputed embedding vector for semantic similarity search. Mutually exclusive with query |
| query | string | Free-text semantic search query (embedded server-side when Bedrock is enabled). Mutually e |
| limit | integer | Maximum number of agents to return (1–100). default 50 |
| offset | integer | Number of matching agents to skip (pagination offset). default 0 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-a2awire-data-space-weather-kp-index-solar-flare","endpoint":"/discover_agents","input":{"verified":false,"include_unreachable":false,"sort_by":"reputation","limit":50,"offset":0}}'cli
npx cracked-ai run -p mcp-com-a2awire-data-space-weather-kp-index-solar-flare -e /discover_agents -i '{"verified":false,"include_unreachable":false,"sort_by":"reputation","limit":50,"offset":0}'mcp
run_tool({ provider: "mcp-com-a2awire-data-space-weather-kp-index-solar-flare", endpoint: "/discover_agents", input: {"verified":false,"include_unreachable":false,"sort_by":"reputation","limit":50,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.