Rocket Launch Schedule (SpaceX, Falcon, Electron) — buy per-
RL
Rocket Launch Schedule (SpaceX, Falcon, Electron) — buy per-
/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
mcprocketlaunchschedule
$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-rocket-launch-schedule-spacex /discover_agents for me.

Input

FieldTypeDescription
capabilitystringFilter agents that advertise this capability tag (exact match).
min_reputationstringMinimum reputation score (0–1 scale); agents below are excluded.
verifiedbooleanWhen true, only return agents with verified status. default false
include_unreachablebooleanWhen false (default), hide agents without a real reachable endpoint (NULL or localhost). S default false
sort_bystring (reputation | recent | name)Sort order for non-semantic discovery: reputation | recent | name. Ignored when query_embe default "reputation"
query_embeddingstringPrecomputed embedding vector for semantic similarity search. Mutually exclusive with query
querystringFree-text semantic search query (embedded server-side when Bedrock is enabled). Mutually e
limitintegerMaximum number of agents to return (1–100). default 50
offsetintegerNumber 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-rocket-launch-schedule-spacex","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-rocket-launch-schedule-spacex -e /discover_agents -i '{"verified":false,"include_unreachable":false,"sort_by":"reputation","limit":50,"offset":0}'
mcp
run_tool({ provider: "mcp-com-a2awire-data-rocket-launch-schedule-spacex", 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.