Home / MCP Tools / Fertilizer Calculator
Live MCP toolgarden

Fertilizer Calculator

Pounds of fertilizer product to deliver a target nitrogen rate over an area, from the bag's N percentage (first N-P-K number), with a rate-options table.

Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.

Parameters

ParameterTypeRequiredDescription
area_sqftnumberrequiredArea in square feet
n_rate_lb_per_1000numberoptionalTarget nitrogen, lb per 1,000 sq ft (default 1.0)
n_percentnumberrequiredNitrogen percent in the bag, e.g. 24 for 24-0-4

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "fertilizer", "arguments": {"area_sqft": 100, "n_percent": 15}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/fertilizer \
  -H 'Content-Type: application/json' \
  -d '{"area_sqft": 100, "n_percent": 15}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/fertilizer from your browser.

Related tools in Garden

garden
Garden Planting Calendar
From your last spring frost date, get a per-crop schedule: when to start seeds indoors, when to plant out, and…
garden
Grass Seed Calculator
Grass seed needed for an area, for a new lawn or overseeding — pounds of seed and 50 lb bag count, with a…
garden
Mulch / Ground-Cover Calculator
Mulch volume for a bed from area and depth — cubic feet, cubic yards, and 2/3 cu ft bag counts, with an optional waste…
garden
Raised-Bed Soil Calculator
Soil volume for one or more raised beds (cu ft / cu yd / bag counts) plus a standard 60/30/10 topsoil-compost-aeration…