CameronWhiteside/veggie-tools-mcp
3.2
If you are the rightful owner of veggie-tools-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Veggie Tools MCP Server is a Model Context Protocol server designed to provide expert vegetable gardening assistance through MCP-compatible AI assistants.
Tools
7
Resources
0
Prompts
0
🌱 Veggie Tools MCP Server
Demo Site: https://veggie.tools
A Model Context Protocol (MCP) server that provides vegetable gardening assistance. This is a demo project.
Running Test Bots
Test the site with simulated bot traffic:
npm run test-bots
This will send requests to the live site simulating various search engine bots (Googlebot, etc.).
Edit the Test Script
To customize the test behavior, edit test-requests.sh:
- User Agents (lines 7-35): Uncomment or add bot names in the
USER_AGENTSarray - Number of Requests (line 37): Change
REQUESTS_PER_BOT=1000to your desired amount - Paths (line 38): Modify
ENDPOINTS=("/")to test different URLs
Deployment
Prerequisites
- Node.js 18+
- Cloudflare account
- Wrangler CLI
Deploy to Cloudflare Workers
# Install dependencies
npm install
# Login to Cloudflare (first time only)
npx wrangler login
# Deploy
npm run deploy
Your site will be deployed to:
https://veggie-tools-mcp.<your-subdomain>.workers.dev
Local Development
# Run development server
npm run dev
Server runs at http://localhost:8787