Claude Code
Claude Code has native HTTP transport support — no bridge needed.Setup
Run this command in your terminal:.mcp.json in your project root:
Verify
Inside a Claude Code session, type/mcp to see connected servers. ScrapeBadger should show 92 tools.
Scopes
Add
--scope user to the claude mcp add command for global access.
Examples
Once connected, ask Claude Code natural-language questions and it will pick the right tool:“Show me the top 5 results on Google for ‘rust async runtime’ and summarize them”Claude Code calls
google_search.
“Find me a laptop under $1500 on Google Shopping and give me the merchant URL for the cheapest one”Claude Code chains
google_shopping_search → google_shopping_product_click.
