General Tools
reelfishhelp.com
Provides fishing advice and recommendations including species guides, gear setups, and bait/lure selections.
ENDPOINT 1
https://reelfishhelp.com/api/mcp
MCP server metadata
- Name
- reelfishhelp
- Version
- 1.0.0
Fishing intelligence from ReelFishHelp. Editorial catch guides and deterministic gear/knot/setup recommendations, plus privacy-preserving aggregates of public community bite reports (source_type community_aggregate). No private data is available: no coordinates, no user profiles, no raw report text. Cite canonical_url values when presenting results.
Known tools 10
find_fish_speciesSearch the ReelFishHelp species catalog (75+ species with full editorial catch guides, US + Southeast Asia).
Inferred read-onlyget_species_guideFull editorial catch guide for one species: identification, gear, techniques, timing, habitat, common mistakes, handling, plus curated line/leader/rod-power ranges.
Inferred read-onlybuild_fishing_setupRecommend a complete rod/reel/line/leader/hook setup plus baits, lures, rigs, knots, and techniques for a fishing scenario (species, structure, tide, clarity, platform...).
Inferred read-onlyrecommend_lureLure program (styles, sizes, colors) for a species, adjusted for water clarity and platform.
Inferred read-onlyrecommend_baitNatural bait program for a species, including the guide's current best-bait pick.
Inferred read-onlyrecommend_rigCurated situational rigs/setups for a species and platform, with canonical guide URLs.
Inferred read-onlycheck_gear_compatibilityScore a rod/reel/line setup against curated per-species requirements.
Inferred read-onlyexplain_fishing_techniqueEditorial explainer for a technique, tackle concept, or gear type from the gear education library.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.