From shoal
Use the hosted Shoal MCP connector in Claude Code to search crypto intelligence, monitor organizations, and review usage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shoal:shoalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. If Shoal MCP tools are available, use them first.
https://api.shoal.xyz/mcp.Do not ask the user to paste a raw API key into Claude Code for hosted MCP auth. Shoal uses app-based OAuth through app.shoal.xyz.
Shoal MCP for Claude Code uses the hosted server:
https://api.shoal.xyz/mcp
The user is redirected to app.shoal.xyz, signs in, and approves access. The account must already have a valid API key with remaining quota.
The exact Shoal tool set depends on the authenticated account's plan.
Common tools include:
shoal_search
shoal_get_top_signal_events
shoal_get_signal_by_organization_id
shoal_get_signal_by_category
shoal_get_radar_by_organization_id
shoal_get_radar_by_category
shoal_get_organization_by_id
shoal_get_organization_by_name
shoal_get_organization_signal_history
shoal_get_categories
shoal_get_usage_stats
Higher-tier accounts may also see:
shoal_get_brief
shoal_get_brief_batch
shoal_get_all_signal_events
shoal_get_all_radar_events
shoal_get_all_organizations
shoal_list_webhooks
shoal_create_webhook
shoal_get_webhook
shoal_update_webhook
shoal_delete_webhook
all/* and webhook workflows as higher-tier surfaces.shoal_get_usage_stats returns request counts plus monthly budget information.https://docs.shoal.xyz/integrations/mcp.npx claudepluginhub shoalresearch/shoal-skill --plugin shoalCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.