INDIVIDUAL MCP TOOL
recommend_rig
Curated situational rigs/setups for a species and platform, with canonical guide URLs.
LIVE ENDPOINT
https://reelfishhelp.com/api/mcp
Connect to this endpoint to inspect the live schema for recommend_rig and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.reelfishhelp]
url = "https://reelfishhelp.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"reelfishhelp": {
"type": "http",
"url": "https://reelfishhelp.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: reelfishhelp
Remote MCP URL: https://reelfishhelp.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"reelfishhelp": {
"url": "https://reelfishhelp.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"reelfishhelp": {
"type": "http",
"url": "https://reelfishhelp.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "reelfishhelp",
"transport": "streamable-http",
"url": "https://reelfishhelp.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_fish_species— Search the ReelFishHelp species catalog (75+ species with full editorial catch guides, US + Southeast Asia).get_species_guide— Full editorial catch guide for one species: identification, gear, techniques, timing, habitat, common mistakes, handling, plus curated line/leader/rod-power ranges.build_fishing_setup— Recommend a complete rod/reel/line/leader/hook setup plus baits, lures, rigs, knots, and techniques for a fishing scenario (species, structure, tide, clarity, platform...).recommend_lure— Lure program (styles, sizes, colors) for a species, adjusted for water clarity and platform.recommend_bait— Natural bait program for a species, including the guide's current best-bait pick.recommend_knot— Recommend a fishing knot for a connection (e.g.check_gear_compatibility— Score a rod/reel/line setup against curated per-species requirements.get_public_bite_trends— SOURCE TYPE: community_aggregate.