@rileycraig/agent-toolbelt
v2.0.2
Published
MCP server with genuinely useful tools for any AI client (Claude, Cursor, Cline, Windsurf): fetch any URL as clean text, live crypto prices, AI Amazon review responses, and AI contractor bid proposals.
Maintainers
Readme
Agent Toolbelt — MCP Server
Useful tools for any AI client that speaks the Model Context Protocol (Claude Desktop, Cursor, Cline, Windsurf, VS Code, and more).
Tools
| Tool | What it does |
|------|--------------|
| fetch_url | Fetch any public URL and return clean, readable text (HTML/scripts/ads stripped). Give your AI the content of any page, article, or doc. |
| crypto_price | Real-time crypto prices and top-10 market data (BTC, ETH, SOL, USDC + 100s) via CoinGecko. |
| amazon_review_response | Generate a professional, Amazon-compliant response to a 1–5 star product review. For FBA/Amazon sellers. |
| contractor_bid_proposal | Generate a complete contractor bid proposal — scope, materials, timeline, line-item pricing, terms. |
Install
Claude Desktop / Cursor / Cline / Windsurf
Add to your MCP config (claude_desktop_config.json, Cursor mcp.json, etc.):
{
"mcpServers": {
"agent-toolbelt": {
"command": "npx",
"args": ["-y", "@rileycraig/agent-toolbelt"]
}
}
}Restart your client. The four tools appear automatically.
Try it from the terminal
npx -y @rileycraig/agent-toolbeltExamples
- "Fetch https://example.com and summarize it" → uses
fetch_url - "What's the price of ETH and SOL?" → uses
crypto_price - "Write a response to this 1-star review: 'Broke after a week'" → uses
amazon_review_response - "Draft a bid for a kitchen remodel, ~$18,000" → uses
contractor_bid_proposal
License
MIT © Riley Craig · agentexchange.work
