MCP Server
Maintained
MIT
io.github.bch1212/outdooriq-mcp MCP Server
io.github.bch1212/outdooriq-mcp
What is the io.github.bch1212/outdooriq-mcp MCP server?
Paid MCP for fishing/lake/stocking intelligence — 72k+ US lakes, 293k+ events.
How to install io.github.bch1212/outdooriq-mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
X-API-KeyrequiredsecretOutdoorIQ API key. Free dev key 'outdooriq-dev-key-001' works for 50 calls/day; Pro at $14/mo.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"outdooriq-mcp": {
"url": "https://mcp.castiq.net/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"outdooriq-mcp": {
"serverUrl": "https://mcp.castiq.net/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"outdooriq-mcp": {
"type": "http",
"url": "https://mcp.castiq.net/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"outdooriq-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.castiq.net/mcp"
]
}
}
}Claude Code
claude mcp add --transport http outdooriq-mcp https://mcp.castiq.net/mcpRelated MCP servers
Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.
1
View repository →Python
MIT
io.github.bch1212/agent-commerce-mcp
Maintained
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
0
View repository →TypeScript
MIT
Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.
0
View repository →Python
MIT
io.github.bch1212/agenttrust
Maintained
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
0
View repository →Python
MIT
Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
0
View repository →Python
MIT