🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@rileycraig/agent-toolbelt

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rileycraig/agent-toolbelt

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.

latest
Source
npmnpm
Version
2.0.2
Version published
Weekly downloads
30
30.43%
Maintainers
1
Weekly downloads
 
Created
Source

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

ToolWhat it does
fetch_urlFetch any public URL and return clean, readable text (HTML/scripts/ads stripped). Give your AI the content of any page, article, or doc.
crypto_priceReal-time crypto prices and top-10 market data (BTC, ETH, SOL, USDC + 100s) via CoinGecko.
amazon_review_responseGenerate a professional, Amazon-compliant response to a 1–5 star product review. For FBA/Amazon sellers.
contractor_bid_proposalGenerate 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-toolbelt

Examples

  • "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

Keywords

mcp

FAQs

Package last updated on 18 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts