{"name":"io.github.lonniev/goodearth-mcp","slug":"lonniev-goodearth-mcp","title":"Good Earth","description":"Climate timing for gardens and small farms: frost, heat, soil and planting dates for your plot.","url":"https://mcp.market/server/lonniev-goodearth-mcp","rating":null,"grade":"B","score":81,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-19T01:12:17.000Z","license":"Apache-2.0"},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/lonniev/goodearth-mcp","website":"https://goodearth.tollbooth-dpyc.com","version":"0.2.0","remotes":[{"type":"streamable-http","url":"https://goodearth-mcp.fastmcp.app/mcp"}],"packages":[],"tools":[{"name":"goodearth_account_statement","description":"Generate a patron's account statement at this operator.\n\nReturns the patron's purchase history, active credit tranches,\nper-tool usage breakdown, and recent daily usage logs. This is\nthe patron's spending account — not the operator's Authority\ntax balance.\n\nFree — no credits consumed. Proof of npub ownership is required\nto prevent statement-scraping of arbitrary patrons.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The patron's Nostr public key (npub1...)."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."},"days":{"default":30,"type":"integer","description":"Number of days of daily usage history to include (default 30)."}},"required":["npub","dpop_token"],"additionalProperties":false}},{"name":"goodearth_account_statement_infographic","description":"Generate a visual SVG infographic of your account statement.\n\nReturns the same data as account_statement, rendered as a dark-themed\nSVG graphic with balance hero, metrics cards, health gauge, tranche\ntable, and tool usage breakdown. Costs 1 api_sat per call. Proof is\nverified by ``debit_or_deny`` before any cost is incurred.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The Nostr public key (npub1...) whose statement to render."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."},"days":{"default":30,"type":"integer","description":"Number of days of daily usage history to include (default 30)."}},"required":["npub","dpop_token"],"additionalProperties":false}},{"name":"goodearth_adoption_status","description":"Check this operator's adoption-request status at a chosen Authority.\n\nFree. Polls the Authority MCP-to-MCP for the status of this operator's\nrequest (pending / approved / rejected / provisioned).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"authority_npub":{"type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["authority_npub"],"additionalProperties":false}},{"name":"goodearth_almanac","description":"The sky's own record for this ground — normal, actual, and what is coming.\n\nDegree days say what the season is doing to the plants. This says what the\nseason is doing: temperature, dew point, rain, wind, sunshine and day\nlength, each against what is normal here, what has actually happened, and\nthe fortnight ahead. Plus the sun and moon, which are astronomy and so are\ncomputed exactly rather than forecast.\n\nGrowers read these together with the heat. A week of high dew points is\ndisease weather whatever the degree-day total says, and a dry August is an\nirrigation decision that heat accumulation cannot make for you.\n\nOne call covers every measure — three upstream requests regardless.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block"],"additionalProperties":false}},{"name":"goodearth_block_item_list","description":"What you grow, watch for, or saw on a plot — a page at a time.\n\n`as_of` is how a past season answers: the record as it stood that day,\nrather than as it stands now.\n\nSorting and searching happen in the database, over as many rows as the\nblock holds rather than the page you are looking at.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to read — its id, its name, or an alias.","type":"string"},"kind":{"description":"One of: planting, pest, wildlife, observation, seed.","type":"string"},"season":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"Limit to one season year. Ignored for observations and seed lots."},"since":{"default":"","description":"Only observations on or after this date (YYYY-MM-DD).","type":"string"},"until":{"default":"","description":"Only observations on or before this date (YYYY-MM-DD).","type":"string"},"as_of":{"default":"","description":"Read the record as it STOOD on this date (YYYY-MM-DD) — what was live then, including anything you have retired since.","type":"string"},"include_retired":{"default":false,"description":"Include what you have retired.","type":"boolean"},"search":{"default":"","description":"Case-insensitive regex over the name and the event, e.g. 'migration' finds both of a bird's. Empty matches everything.","type":"string"},"sort_col":{"default":"","description":"Order by one of: name, event, driver, starts_on, target_gdd, observed_on, season, created, updated. Omit for the default order — sightings newest first, everything else by when it was added.","type":"string"},"sort_dir":{"default":"asc","description":"'asc' or 'desc'.","type":"string"},"page":{"default":0,"description":"Zero-based page number.","type":"integer"},"page_size":{"default":50,"description":"Rows per page, up to 200.","type":"integer"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block","kind"],"additionalProperties":false}},{"name":"goodearth_block_item_save","description":"Record what you grow, watch for, saw, or hold seed for on a plot.\n\nA whole batch in one call, because an afternoon in the field produces\nseveral notes at once and each one should not be its own fare.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground this belongs to — its id, its name, or an alias.","type":"string"},"kind":{"description":"One of: planting, pest, wildlife, observation, seed.","type":"string"},"items":{"anyOf":[{"items":{"additionalProperties":true,"type":"object"},"type":"array"},{"type":"null"}],"default":null,"description":"What to record, as a list. A planting is {crop, gdd_target, set_out}; a pest is a model as pest_threshold takes it; wildlife is an event as wildlife_calendar takes it; an observation is {observed_on, tag, note} plus whatever you saw; a seed lot is {crop, variety, days_to_maturity, germination_pct, tested_on, packed_for, quantity, unit, source, lot}, everything but crop optional. Pass item_id to amend something already recorded."},"retire_ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Ids to retire. They stay readable as history; nothing is deleted."},"season":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"The season year these belong to. Defaults to the year of each one's own date. Observations and seed lots belong to no season."},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block","kind"],"additionalProperties":false}},{"name":"goodearth_block_list","description":"The ground you have saved, with its bounds.\n\nThe blocks themselves and nothing else — what grows on them, what you watch\nfor, and what you have seen are their own listing, so this answer stays the\nsame size whether you farm one plot or forty.\n\nA grower who has saved nothing gets the worked example, marked as such, so\nthere is always somewhere to stand.\n\nBlocks can overlap — a meadow drawn inside the farm that contains it is two\nblocks, each answered for its own ground. Read an overlap as intent, not as\none outline being wrong.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"include_retired":{"default":false,"description":"Include ground you have retired.","type":"boolean"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"goodearth_block_save","description":"Save a plot of land, so every other tool can work it by name.\n\nIts area and sample count are measured here from the bounds you give, and\nreturned — they are facts about the geometry, so there is nothing for you to\nkeep in step.\n\nBlocks may overlap or nest. A grower who saves the whole farm and then the\nmeadow inside it has asked two questions about two pieces of ground, and\nboth are right; the overlap is not a drawing error to correct.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"description":"What you call this ground, e.g. 'North Field'. Unique among your blocks.","type":"string"},"geometry":{"additionalProperties":true,"description":"Its bounds: a GeoJSON Polygon, or {lat, lon, radius_m}. It may overlap or sit inside another block — a meadow within the farm around it is two blocks, each answered for its own ground.","type":"object"},"block":{"default":"","description":"Omit to create. Pass an existing block's id to update it.","type":"string"},"aliases":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Other names you call it. Only needed for a name that shares no words with the saved one — any unambiguous part of the name already works. Omit to keep the aliases it has; pass [] to clear them."},"base_temp":{"default":50,"description":"The base temperature this ground's growing degree days count from.","type":"number"},"retired":{"default":false,"description":"True to retire it. Nothing is deleted — its record stays readable.","type":"boolean"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["name","geometry"],"additionalProperties":false}},{"name":"goodearth_calendar_dataset","description":"Compute this block's dated season as a dataset, and store it for publishing.\n\nEvery dated thing this block knows about: crop targets, pest stages,\nwildlife and husbandry dates, the frost record, and your tasks. Returned as\nstructured rows — a calendar is one rendering of them, and a caller wanting\na table or a notification wants the same data.\n\nAn iCalendar rendering is stored alongside under a feed token, which the\nGood Earth site serves at a subscribable URL. Point any iCal or Google\nCalendar client at it and the season appears next to the school run and the\nmarket stall, which is where a grower will actually see it.\n\nThis is the computed act: it reads the weather feeds and rebuilds\neverything. Pass the same token again to recompute in place — subscribers\nkeep their subscription and the events update rather than duplicating.\n\nNothing is passed in but the block: what it grows, what it watches for and\nwhat is due are read from the record. That is what makes a refresh safe —\nwhile those collections travelled as arguments, nobody could recompute an\nexisting feed without knowing what had been handed to it the first time,\nso a refresh silently published a smaller season than the one it replaced.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"token":{"default":"","description":"Pass an existing feed's token to REFRESH it in place; omit to create one.","type":"string"},"season":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"Which season to publish. Defaults to this one."},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block"],"additionalProperties":false}},{"name":"goodearth_calendar_fetch","description":"Read a stored calendar dataset by its feed token.\n\nThis exists for the Good Earth site, which serves the subscribable URL: a\ncalendar client speaks HTTP and knows nothing about MCP, JSON-RPC or npub\nproofs, so the site fetches through here and renders the response as\ntext/calendar.\n\nThe unguessable token is the credential — there is nowhere in an iCalendar\nsubscription to put a proof. Serving is a separate act from computing, and\nevery read is counted so the operator can see how hard a feed is worked.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"description":"The feed token from calendar_dataset.","type":"string"}},"required":["token"],"additionalProperties":false}},{"name":"goodearth_calendar_list","description":"The calendar feeds you have published, and how often each is polled.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","description":"Required. Your Nostr public key.","type":"string"},"dpop_token":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"goodearth_calendar_revoke","description":"Stop publishing a feed. Subscribers stop receiving updates. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"description":"The feed token to stop publishing.","type":"string"},"npub":{"default":"","description":"Required. Your Nostr public key.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["token"],"additionalProperties":false}},{"name":"goodearth_calibration","description":"Turn a block's own field reports into a correction on the model.\n\nEvery other tool here answers from a 9 km grid refined by a physical\nterrain model. What that cannot know is the part that makes a farm\nparticular — the hedgerow, the pond, the outlet the cold air drains\nthrough. Your observations measure exactly that gap.\n\nReturns two corrections, kept separate because they fix different things:\na bias in *heat* from crop stages (this ground accumulates more or less\nthan the grid credits) and a bias in *days* from observed frost (this\nground frosts earlier or later than the region).\n\nNothing is applied silently. A correction appears only once several\nobservations agree, implausible values are set aside rather than averaged\nin, and the reports behind every figure come back with it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"season":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"Which season's reports to calibrate against. Defaults to this one."},"observations":{"anyOf":[{"items":{"additionalProperties":true,"type":"object"},"type":"array"},{"type":"null"}],"default":null,"description":"Optional. Omit and this reads the field reports already recorded for the block. Pass a list to calibrate against those instead, without recording them: a frost report is {\"kind\": \"frost\", \"observed_on\": \"2026-10-02\"}; a crop stage is {\"kind\": \"stage\", \"observed_on\": \"2026-07-31\", \"crop\": \"Dahlia\", \"stage\": \"first bloom\", \"gdd_target\": 1200, \"set_out\": \"2026-05-24\"}. Both accept an optional note."},"base_temp":{"default":50,"description":"Base temperature in °F the stage targets are counted at.","type":"number"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block"],"additionalProperties":false}},{"name":"goodearth_check_authority_balance","description":"Check this operator's tax balance at the Authority.\n\nReturns the sats available for certifying patron credit purchases.\nWhen this balance reaches zero, patron top-ups cannot be certified\nand the operator must call purchase_credits on the Authority.\n\nThis is the operator's own funding — not a patron balance. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"goodearth_check_balance","description":"Check a patron's credit balance at this operator.\n\nThis is the patron's spending balance — credits purchased via\nLightning for tool calls at this operator. For the operator's\nown balance at the Authority (needed to certify patron purchases),\nuse authority_check_balance instead.\n\nFree — no credits required. Proof of npub ownership is required\nto prevent anyone-with-the-registry from enumerating balances.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The Nostr public key (npub1...) whose balance to check."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."}},"required":["npub","dpop_token"],"additionalProperties":false}},{"name":"goodearth_check_payment","description":"Check the payment status of a Lightning invoice.\n\nCall after paying the invoice from purchase_credits.\nFree — no credits required. Proof of npub ownership is required\nto prevent credit-grant front-running by an observer of the\ninvoice ID.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"invoice_id":{"type":"string","description":"The invoice ID returned by purchase_credits."},"npub":{"type":"string","description":"The Nostr public key (npub1...) that purchased the invoice."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."}},"required":["invoice_id","npub","dpop_token"],"additionalProperties":false}},{"name":"goodearth_check_price","description":"Preview the effective cost of a tool call.\n\nShows the base cost and any constraint effects (discounts, free\ntrials, surge pricing). Free — no credits required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tool_id":{"type":"string","description":"Either the tool's UUID (from the pricing model) or a\nbare capability string (e.g. ``\"deal_scenario\"``). FE\ncallers usually have the capability name; this resolves\nboth so the FE doesn't need to derive UUIDs locally."},"npub":{"default":"","type":"string"},"dpop_token":{"default":"","type":"string"},"tool_kwargs":{"default":"","type":"string","description":"Optional JSON object with tool call parameters\nfor ad valorem / categorical-multiplier pricing preview\n(e.g. '{\"amount_sats\": 5000}' or\n'{\"difficulty\": \"sovereign\", \"mode\": \"live\"}')."}},"required":["tool_id"],"additionalProperties":false}},{"name":"goodearth_check_proof_status","description":"Check whether a previously-cached dpop_token is still valid.\n\nMirrors ``check_oauth_status`` for the npub-proof flow: a calling\nagent can ask \"will my next paid call accept this dpop_token?\"\nbefore burning credits on a guaranteed failure.\n\nFree, no side effects — does not evict the cache or touch relays.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"patron_npub":{"default":"","type":"string","description":"Required. The patron's npub (npub1...)."},"dpop_token":{"default":"","type":"string","description":"Required. The dpop_token phrase returned by\n``request_npub_proof`` / ``receive_npub_proof``."}},"additionalProperties":false}},{"name":"goodearth_crop_gdd_status","description":"Where every planting on a block stands, and whether it finishes before frost.\n\nReturns, per planting: heat accumulated since set-out against its target,\nthe projected date it reaches that target at the season's recent rate, and\na verdict on whether that lands before the median first frost.\n\nOne call answers the whole block. The season curve and the frost record are\nshared across plantings, so asking about eight beds costs one round trip\nrather than eight.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"plantings":{"description":"The block's plantings. Each is {\"crop\": \"Lisianthus\", \"gdd_target\": 1050, \"set_out\": \"2026-07-06\"} with an optional \"base_temp\" in °F when the crop counts from something other than the block default.","items":{"additionalProperties":true,"type":"object"},"type":"array"},"base_temp":{"default":50,"description":"Default base temperature in °F for plantings that do not set their own.","type":"number"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block","plantings"],"additionalProperties":false}},{"name":"goodearth_crop_suitability","description":"Which crops finish on this ground, and with how much room to spare.\n\n\"What can I grow?\" is not a lookup. Two farms in the same county, one on a\nbench and one in a hollow, have different answers — so this measures the\nblock's own frost-free window and the heat it accumulates inside it, then\njudges each crop's requirement against that.\n\nThe answer that matters is not yes or no but MARGIN: how much season is\nleft after the crop is done, in the days a grower plans in. A crop that\nfinishes on the last warm day of an average year fails in half of them.\n\nRequirements are yours. Published degree-day figures vary by cultivar and\nmaturity group; Good Earth computes against your ground rather than\npublishing agronomy.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"crops":{"description":"The crops to judge, with your own requirements. Each is {\"crop\": \"Field corn\", \"gdd_target\": 2600, \"base_temp\": 50} with optional \"frost_hardy\", \"category\" and \"emoji\".","items":{"additionalProperties":true,"type":"object"},"type":"array"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block","crops"],"additionalProperties":false}},{"name":"goodearth_delete_coupon","description":"Delete a coupon.  Cascades to all patron redemptions.\n\nAny chain step referencing the deleted coupon_id becomes a\nno-op (the constraint returns neutral on unknown ids) — the\nStudio surfaces orphan references as warnings.\n\nRESTRICTED to operator — requires proof.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"coupon_id":{"type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["coupon_id"],"additionalProperties":false}},{"name":"goodearth_delete_operator_credential","description":"Remove a single operator secret field.\n\nDeletes one key from the operator's encrypted credential blob without\ntouching the others — the field-level counterpart to\n``forget_credentials``, which wipes the whole row. Use it to retire a\nleftover after an SDK cutover (a Prefect key after Modal, or a stored\nbut untemplated orphan like ``anthropic_api_key``) without taking the\noperator down for a full re-delivery.\n\nStored-but-untemplated fields are first-class: the delete is keyed on\nwhat is vaulted, not on what the current template declares. Idempotent\n— already-absent fields report ``removed: false`` without rewriting\nthe vault. RESTRICTED to the operator — requires proof (nsec-signed\nkind-27235 or a cached dpop_token phrase); patron proofs are rejected.\nA deletion is as destructive as a write.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"field":{"type":"string","description":"The operator credential field to remove (templated or not)."},"dpop_token":{"type":"string","description":"Operator proof for this tool."}},"required":["field","dpop_token"],"additionalProperties":false}},{"name":"goodearth_delete_patron_credential","description":"Remove a single patron credential field.\n\nDeletes one field from stored credentials without affecting\nother fields. Free. Proof of npub ownership is required —\nthis is a write to the patron's sensitive credential vault.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The patron's Nostr public key (npub1...)."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."},"field":{"type":"string","description":"The credential field name to remove."}},"required":["npub","dpop_token","field"],"additionalProperties":false}},{"name":"goodearth_disease_risk","description":"Hours of leaf wetness on this ground, and what the disease models make of them.\n\nReturns the estimated wet hours since the season began, every qualifying\ninfection period each model found, which of its criteria were met and which\nwere not, and the wet stretch the forecast implies next.\n\nDegree days are the wrong clock for a fungus. What decides an infection is\nhow long the leaf stayed wet and how warm it was while it did, which is why\na dry August that accumulated heat all month grows no botrytis. A season\nwith nothing qualifying is reported as exactly that — risk that is absent is\nas useful to a grower as risk that is present.\n\nWETNESS IS ESTIMATED, NEVER MEASURED. No feed publishes a leaf wetness\nsensor for arbitrary ground, so it is inferred from modelled humidity and\nrain, and every answer names the estimator and the feed that fed it. That\nmatters more here than elsewhere: humidity crosses the 90% line in a step,\nand two feeds a couple of degrees apart on dew point can differ threefold on\nthe hours they count.\n\nGood Earth runs published models against your ground. It does not publish\nplant pathology and it never recommends a treatment — registration is\njurisdiction-specific and a label rate is law. Take the decision to your\nextension service, whose word counts where this service's does not.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"models":{"anyOf":[{"items":{"additionalProperties":true,"type":"object"},"type":"array"},{"type":"null"}],"default":null,"description":"Which published models to run, as a list. Omit for all of them. Each row names one: {\"model\": \"hutton\"} for potato and tomato late blight, {\"model\": \"botrytis\"} for grey mould on cut flowers, and likewise \"mills\" (apple scab), \"wallin\" (early blight) and \"powdery_mildew\". Add \"ref\" to carry a saved row's id back on the answer. Do NOT invent a model name — the five are the ones this service runs."},"season":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"A past season year to count instead of this one. Omit for the season to date."},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block"],"additionalProperties":false}},{"name":"goodearth_drying_window","description":"When the dew burns off this ground, the dry days ahead, and the next rain.\n\nAnswers \"is it dry enough yet?\" for a grower planning to cut flowers, pick,\nmow or make hay. Returns this morning's and tomorrow morning's dew-off hour\n(the first hour the leaves are estimated to stay dry for two hours running),\nthe first run of forecast days with no rain, the next hour of rain, and per\nday the rain, wet hours, reference evapotranspiration (FAO-56 ET0) and peak\nvapour-pressure deficit — how hard the air is pulling water out of anything\nwet. Ten days ahead, from one forecast call.\n\nNot wet is not drying: a still, overcast, humid day wets nothing and dries\nlittle, which is why ET0 travels with every day. Wetness is ESTIMATED from\nmodelled humidity and rain, never measured, as in `disease_risk`.\n\nConditions only. Good Earth never says a crop is ready to cut or that hay\nwill cure — that depends on the crop, the swath and the field — and it\npublishes no agronomy.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block"],"additionalProperties":false}},{"name":"goodearth_forget_coupon","description":"Remove a coupon from this patron's redemption list.\n\nCosmetic only — the coupon itself still exists at the operator,\nand the patron can re-redeem the same code later while the\nwindow allows.  Free — requires proof of ``npub``.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string"},"coupon_id":{"type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["npub","coupon_id"],"additionalProperties":false}},{"name":"goodearth_forget_credentials","description":"Delete vaulted credentials for a specific service and npub.\n\nFor operator credentials, pass the operator's own npub. For patron\ncredentials, pass the patron's npub. Always requires proof of\nnpub ownership — a deletion is as destructive as a write.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"service":{"type":"string","description":"The credential service to forget."},"npub":{"type":"string","description":"The Nostr public key (npub1...) whose credentials to forget."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."}},"required":["service","npub","dpop_token"],"additionalProperties":false}},{"name":"goodearth_forget_my_ground","description":"Delete every block you have here, and everything recorded on them.\n\nBlocks, crops, plantings, pest models, wildlife watches, field reports,\ntasks, published calendar feeds and the cached weather read for your\nground. A real delete, not a retirement: every other removal in this\nservice keeps the row as history, and this one does not, because a grower\nwho asks to be forgotten and is quietly kept has been told something\nuntrue. Any calendar feed you published stops resolving at once.\n\n**You remain a patron.** Your balance and your purchase history are not\ntouched — those are the network's ledger rather than this operator's record\nof your farm, and there is no name, email or KYC in this system to forget.\nSign in again with the same npub and you can start over on new ground.\n\nRequires proof of the npub, like any call that reads your record. Free:\ncharging someone to leave is a toll on the door out.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"confirm":{"default":"","description":"Must be exactly \"FORGET MY GROUND\". A phrase rather than a boolean, because this cannot be undone and confirm=true is what gets sent by reflex.","type":"string"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) — whose ground to forget.","type":"string"},"dpop_token":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"goodearth_frost_window","description":"When frost normally arrives on this ground, and whether it is coming this week.\n\nReturns first-frost dates from the last ten seasons, how far the region's\nown terrain spreads that, and a night-by-night assessment of the coming\nforecast for the *coldest* ground rather than the average.\n\nThe spread is the answer's point. Frost forms on still, clear nights when\ncold air drains off high ground and pools in low, so a single forecast low\nis optimistic for a hollow and pessimistic for a bench on the same block.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block"],"additionalProperties":false}},{"name":"goodearth_gdd_season_curve","description":"Growing degree day accumulation across a region, season to date.\n\nReturns accumulation with its spread across your ground, the band of the\nlast ten seasons to read it against, a 7-day forecast extension, and a\nprojection at the recent rate.\n\nThe spread is the answer's point: it says how much the same field varies\nfrom bench to hollow, which is what decides whether one planting date\nserves the whole block.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"base_temp":{"default":50,"description":"Crop base temperature in °F — the threshold below which the crop does not accumulate heat. 50 °F is the field-corn convention; cool-season crops use 32-40 °F.","type":"number"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block"],"additionalProperties":false}},{"name":"goodearth_get_nostr_profile","description":"Read an npub's public Nostr profile (NIP-01 kind-0 metadata).\n\nFree, no proof — the data is already public on relays. Returns the\nlatest metadata fields (name, display_name, about, picture, banner,\nnip05, website, lud16) or an empty profile if none is published.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"goodearth_get_notarization_proof","description":"Generate a Merkle inclusion proof that a patron's balance was\nincluded in a Bitcoin-notarized snapshot.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"notarization_id":{"type":"string","description":"The notarization record ID."},"npub":{"type":"string","description":"The patron's Nostr public key (npub1...)."}},"required":["notarization_id","npub"],"additionalProperties":false}},{"name":"goodearth_get_operator_onboarding_status","description":"Report this operator's configuration readiness.\n\nShows which operator settings are configured, which are missing,\nand how to deliver each missing value. For patron-level credential\nstatus, use get_patron_onboarding_status instead. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"goodearth_get_patron_credential_fields","description":"List stored patron credential field names (not values).\n\nReturns the names of fields stored for a patron, plus each\nfield's ``delivered_at`` ISO-8601 timestamp when known (null\nfor secrets vaulted before timestamps were recorded). Values\nare never exposed — use this to verify which fields are\nconfigured and how old each one is. Free. Proof of npub\nownership is required: the list of configured fields is itself\nsensitive (reveals which integrations a patron has set up).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The patron's Nostr public key (npub1...)."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."}},"required":["npub","dpop_token"],"additionalProperties":false}},{"name":"goodearth_get_patron_onboarding_status","description":"Report a patron's credential readiness for this operator.\n\nFor set-once services (eXcalibur, TheBrain), shows which patron\nsecrets are configured and which are missing. For dynamic/OAuth2\nservices (Schwab), reports that no patron credentials are needed.\nFree. Proof of npub ownership is required because credential\npresence is sensitive information about the patron's setup.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"patron_npub":{"type":"string","description":"The patron's Nostr public key (npub1...)."},"dpop_token":{"type":"string","description":"A kind-27235 Nostr event signed by patron_npub for this tool."}},"required":["patron_npub","dpop_token"],"additionalProperties":false}},{"name":"goodearth_get_pricing_model","description":"Get the active pricing model for this operator. Free.\n\nIf no model exists, self-initializes a scaffold with all\nregistered tools at 0 sats.  No economic data from code.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"goodearth_list_canonical_identities","description":"Return canonical (tool_id, mcp_name, …) for every tool the wheel exposes.\n\nThe authoritative source for any client (Studio, agents, FE)\nthat needs to know how this MCP identifies its tools.\nReconcile uses this output to UUID-join against the stored\npricing model — no name-based UUID derivation, no guessing.\n\nIncludes both ToolIdentity-seeded tools and any UUID recorded by\n``@paid_tool`` that is missing from the registry. The latter appear\nwith ``registered: false`` (and in the top-level ``unregistered``\narray) so Reconcile can flag deploy drift instead of silently\nreporting clean when a live tool was never seeded (#174).\n\nIf the operator renames a function or rebrands a slug, the\nmcp_name in this output changes but tool_id stays. That's the\nwhole point of the canonical-UUID design.\n\nAlso diffs the live FastMCP wire surface against the registry.\nTools exposed on the wire but absent from the registry appear in\n``unregistered`` so Reconcile can flag deploy drift instead of\nsilently under-reporting (issue #175).\n\nFree, no side effects.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"goodearth_list_constraint_types","description":"List all available constraint types and their parameter schemas.\n\nReturns the type, category, description, and parameter specs for\nevery constraint that can be used in a pricing pipeline.\nFree — no credits required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"goodearth_list_coupons","description":"List every coupon this operator has minted (newest first).\n\nEach row carries the current ``times_redeemed`` counter — the\nStudio renders a progress bar from this against ``total_uses``.\nRESTRICTED to operator — requires proof.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dpop_token":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"goodearth_list_my_coupons","description":"List the coupons this patron has redeemed on this operator.\n\nReturns both active and exhausted redemptions with a per-row\n``status`` (``active`` / ``window_closed`` / ``patron_limit`` /\n``total_limit``).  Free — requires proof of ``npub``.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["npub"],"additionalProperties":false}},{"name":"goodearth_list_notarizations","description":"List recent Bitcoin notarization records.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"default":20,"type":"integer","description":"Maximum records to return (default 20)."},"status":{"default":"","type":"string","description":"Optional filter (e.g., 'submitted', 'confirmed')."}},"additionalProperties":false}},{"name":"goodearth_mint_coupon","description":"Create a new operator-owned discount coupon.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"The catchy code patrons type to redeem\n(operator-scoped uniqueness)."},"discount_percent":{"type":"number","description":"Percentage off the base price (0-100)."},"valid_from":{"type":"string","description":"ISO-8601 datetime when the coupon becomes active."},"valid_until":{"type":"string","description":"ISO-8601 datetime when the coupon expires."},"uses_per_patron":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":1,"description":"How many tool calls one patron can claim the\ndiscount on (default 1; pass null/None for unlimited\nwithin the window)."},"total_uses":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"Aggregate cap across all patrons (default None =\nunlimited)."},"dpop_token":{"default":"","type":"string"}},"required":["name","discount_percent","valid_from","valid_until"],"additionalProperties":false}},{"name":"goodearth_nearby_species","description":"Search what is actually recorded near this ground, a page at a time.\n\nThis replaces asking for a whole catalogue. There are more than three\nthousand insect and spider species recorded around one Vermont block; the\nold answer showed forty of them and said nothing about the rest, and\nfetching all of them costs eleven round trips to build a list nobody\nreads. So: search, twenty to a page, and the true total on every page.\n\n**Species are a landscape fact, not a field one.** A nine-hectare hayfield\ncontains almost no observations, so the search widens to the surrounding\ncountry and the answer says how wide it looked. Every other tool here\nanswers about the drawn ground and nothing outside it; this one cannot.\n\n**The count measures observers as much as organisms.** A roadside is\nbetter recorded than a back hayfield, so a high count is evidence somebody\nwas standing there — not that a thing is common on your ground.\n\nNo judgement of any kind. iNaturalist does not say which of these is a\npest, a weed, or worth planting, and sorting them into those would be\nadding a claim the feed never made.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"kingdom":{"description":"What to look for: 'plants', 'insects' (which includes spiders), 'wildlife' (birds, mammals, amphibians, reptiles) or 'fungi'.","type":"string"},"q":{"default":"","description":"Narrow by name — 'bumble', 'maple', 'Bombus'. Empty returns the most-observed first.","type":"string"},"page":{"default":1,"description":"Which page. 20 to a page.","type":"integer"},"with_lifecycle":{"default":false,"description":"Only the ones USA-NPN publishes a life cycle for. The count then counts those, not everything recorded here — thirty-nine of 2,416 insects around one block have one.","type":"boolean"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block","kingdom"],"additionalProperties":false}},{"name":"goodearth_notarize_ledger","description":"Build a Merkle tree of all patron balances and submit the root\nto Bitcoin via OpenTimestamps.\n\nOperator-only background task. Bitcoin confirmation takes 1-6 hours.\nFree — no credits required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"goodearth_oracle_about","description":"Describe the DPYC ecosystem via the Oracle. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"goodearth_oracle_get_tax_rate","description":"Get the current DPYC certification tax rate. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"goodearth_oracle_how_to_join","description":"Get DPYC onboarding instructions from the Oracle. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"goodearth_oracle_lookup_member","description":"Look up a DPYC community member by npub. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string"}},"required":["npub"],"additionalProperties":false}},{"name":"goodearth_oracle_network_advisory","description":"Get active network advisories from the Oracle. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"goodearth_pest_catalog","description":"Which pest stages are modelled for this ground this season.\n\nRead from the USA-NPN degree-day forecasts rather than from a list in\nthis service, so a model they publish next season appears here without\nanyone editing anything, and a Georgia orchard gets Georgia's dates.\n\nOnly layers measured to encode a day of year become dated events. Some\ncarry accumulated heat instead, and one of those reads 281 in Vermont —\na convincing 8 October that is really a heat sum. Those are counted and\nnamed as unreadable rather than rendered as dates.\n\nThe insects recorded nearby come from iNaturalist and are a landscape\nfact: one field holds almost no observations, so the search is widened\nto the surrounding country and the answer says how far.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block"],"additionalProperties":false}},{"name":"goodearth_pest_threshold","description":"Where a pest model's degree-day stages stand on this ground.\n\nReturns, per model: heat accumulated since its biofix, which stages have\nbeen crossed, and the projected date of the next one — plus a short list of\nwhich pests to go and look for this week.\n\nGood Earth computes when your models arrive on your ground. It does not\npublish entomology: the thresholds are yours, because the authoritative\nnumbers belong to your extension service and vary by region and biotype.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"pests":{"description":"The pests to evaluate, in any of three shapes.\n1. Your own thresholds, from an extension bulletin: {\"pest\": \"Aster leafhopper\", \"base_temp\": 50, \"biofix\": \"2026-05-01\", \"stages\": [{\"stage\": \"second flight\", \"gdd\": 1850}]}. biofix is optional; without it the count runs from Jan 1.\n2. A published model, cited rather than restated: {\"pest\": \"Japanese beetle\", \"model\": \"usa-npn\"} — the dates come from USA-NPN for your ground, and re-resolve each season instead of freezing whatever was pasted in.\n3. Something you simply keep an eye out for: {\"pest\": \"Vole\", \"watch\": true} — no stages, no dates.\nDo NOT invent degree-day figures to fill shape 1. Use 2 or 3.","items":{"additionalProperties":true,"type":"object"},"type":"array"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block","pests"],"additionalProperties":false}},{"name":"goodearth_plan_the_season","description":"The season-planning interview, as a workflow to follow.\n\nThe same text the `plan_the_season` MCP prompt carries. It exists twice\nbecause prompt support is uneven: a client that surfaces prompts offers\nthis as a command, and one that does not can still reach it by calling a\ntool. Both read one constant, so they cannot drift into two different\ninterviews.\n\nFollow the returned steps in order, asking one question at a time. The\nordering is the point — it moves from the grower's decision to its\nconsequences rather than from the available data to a report.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"goodearth_planting_window","description":"When to start seed, when to put it out, and the last day it still finishes.\n\nHeat requirement answers whether a crop CAN finish here. It says nothing\nabout when to start, which is the decision actually made with a seed packet\nin hand in February. This answers three separate questions:\n\nStart seed indoors — counted back from the day it can go out, for a\ntransplanted crop. Out — the earliest the frost record and the soil allow,\nwhichever is later; a tender crop waits for the last spring frost, a hardy\none uses the shoulder before it, a direct sowing waits for the soil, which\nlags the air by weeks. Latest — the last day a sowing still has enough heat\nleft to beat the first fall frost, which is what decides whether an August\nsuccession is worth the seed.\n\nAll from this block's own record rather than a zone map. The requirements\nare yours.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"crops":{"description":"The crops to date, with your own requirements. Each is {\"crop\": \"Tomato\", \"gdd_target\": 1300, \"base_temp\": 50} plus any of \"frost_hardy\", \"direct_sow\", \"min_soil_f\" (germination soil temperature) and \"start_indoors_weeks\". Add \"succession_days\" (3–60) to get the succession schedule: a sowing every that many days from the first day out to the last that still finishes, each with its typical finish date, its margin before the median first frost, and whether it lands after the earliest frost on record.","items":{"additionalProperties":true,"type":"object"},"type":"array"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block","crops"],"additionalProperties":false}},{"name":"goodearth_publish_nostr_profile","description":"Publish a CLIENT-SIGNED kind-0 profile to relays for an npub.\n\nThe wheel never holds a patron nsec. The frontend signs the kind-0\nmetadata event with the patron's session key or a NIP-07 extension and\npasses the signed event (JSON) here; the wheel verifies the signature\nmatches the npub, then relays it to public relays. The signature is the\nauthorization — no proof token, no key custody. Free.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","type":"string","description":"The patron's Nostr public key the event must be signed by."},"signed_event":{"default":"","type":"string","description":"A JSON-encoded, client-signed kind-0 event."}},"additionalProperties":false}},{"name":"goodearth_purchase_credits","description":"Buy credits via Bitcoin Lightning.\n\nCreates a Lightning invoice. Pay it with any Lightning wallet,\nthen call check_payment to confirm. Proof of npub ownership is\nrequired so credits land in the correct ledger.\n\nFree — no credits required to call.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The Nostr public key (npub1...) the credits will fund."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."},"amount_sats":{"default":1000,"type":"integer","description":"Satoshis to purchase (default 1000)."}},"required":["npub","dpop_token"],"additionalProperties":false}},{"name":"goodearth_receive_credentials","description":"Pick up credentials from the Secure Courier.\n\nCompletes the CREDENTIAL-DELIVERY flow (the ownership-proof\ncounterpart is ``receive_npub_proof``).\n\n**Call this only after the user confirms they have replied.**\nDeterministic, one-shot retrieval: name the response you want with\n``(sender_npub, service, dpop_token)`` and the tool drains ONLY the\nrendezvous relay that channel was pinned to. Every popped DM with the\nwrong session phrase is deleted and its sender is NACK'd; the first DM\nwith the matching phrase is accepted (ACK'd) and the scan stops. If\nnone match, the queue is drained and a ``courier_not_found`` result is\nreturned. Do NOT poll, loop, or retry.\n\nIf a credential_card (ncred1...) is provided, it is redeemed directly\nwithout any relay access (dpop_token not required for that path). On\nsuccess, the payment processor client is reinitialized from the new\ncredentials — no server restart needed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sender_npub":{"default":"","type":"string","description":"Required. The npub that sent the credentials."},"service":{"default":"","type":"string","description":"Required. The credential service name (must match\nthe service used in request_credential_channel)."},"dpop_token":{"default":"","type":"string","description":"Required. The session phrase returned by\nrequest_credential_channel for this exact channel."},"credential_card":{"default":"","type":"string","description":"Optional. An ncred1... card to redeem directly\n(bypasses the relay drain; dpop_token not needed)."}},"additionalProperties":false}},{"name":"goodearth_receive_npub_proof","description":"Receive npub ownership confirmation from a patron.\n\nCompletes the npub-OWNERSHIP-PROOF flow (the credential-delivery\ncounterpart is ``receive_credentials``).\n\n**Call this only after the user confirms they have replied.**\nDeterministic, one-shot retrieval: name the response with\n``(patron_npub, dpop_token)`` — the ``dpop_token`` being the value\nreturned by ``request_npub_proof``. The tool drains ONLY the pinned\nrendezvous relay that challenge was published on, stopping at the DM\nwhose phrase matches. Mismatched DMs are deleted and NACK'd (without\nrevealing the expected phrase). If called before the user replies,\ntheir message will never be found. Do NOT poll, loop, or retry.\n\nThe signed DM itself proves npub ownership (the patron's nsec\nsigned it). On success, returns the ``dpop_token`` — the same\ntoken. The calling application MUST remember it and pass it as the\n``dpop_token`` parameter on every subsequent paid tool call. The\nproof (a hash of the token) is stored in the vault keyed by that\nhash — the MCP never stores the raw token itself. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"patron_npub":{"default":"","type":"string","description":"Required. The patron's npub to receive proof from."},"dpop_token":{"default":"","type":"string","description":"Required. The dpop_token returned by request_npub_proof."}},"additionalProperties":false}},{"name":"goodearth_redeem_coupon","description":"Claim a coupon by its name (the code the operator shared).\n\nLooks up the operator's coupon by ``code``, validates the window\nand total cap, and records a per-patron redemption row.\nSubsequent paid tool calls on this MCP auto-apply the discount\nuntil ``uses_per_patron`` is exhausted.\n\nFree — no credits required.  Requires proof of ``npub``.\nIdempotent: redeeming the same code twice returns the existing\nredemption.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string"},"code":{"type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["npub","code"],"additionalProperties":false}},{"name":"goodearth_report_issue","description":"File a field report about this service as a GitHub issue on the operator's repo.\n\nFound a tool's metadata or response wrong or confusing? Report it where the tool\nlives. The **author of record is your npub** — no npub / no proof, no issue — and it\nis stamped into the issue so the report is attributed to you, not the operator. Costs\na small fee (a free write to an issue tracker would be abused). The report is PUBLIC\nand goes to the maintainers' normal triage; nothing is verified here.\n\nReturns the filed issue's repo, number, and url. If this operator has not enabled\nfield reports, returns an \"issue reporting not configured\" situation and you are not\ncharged.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"Your Nostr public key (npub1...); the report's author of record."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."},"title":{"type":"string","description":"One-line summary of the problem."},"body":{"type":"string","description":"The details — which tool, what was wrong, what you expected."},"tool_name":{"default":"","type":"string","description":"Optional: the specific tool the report is about\n(e.g. \"schwab_get_option_chain\")."}},"required":["npub","dpop_token","title","body"],"additionalProperties":false}},{"name":"goodearth_request_adoption","description":"Ask a chosen Authority to adopt this operator (deferred courtship).\n\nRESTRICTED to the operator — requires proof the caller controls this\noperator's npub. Resolves the Authority's MCP endpoint from the\ncommunity registry, mints an inline ownership proof with this\noperator's nsec, and delivers the request MCP-to-MCP. The Authority\nrecords it as pending; its owner approves on their own time. Poll\n``adoption_status`` for progress; the operator flips to ``ready``\nonce the Authority provisions it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"authority_npub":{"type":"string","description":"npub of the Authority to request adoption from."},"dpop_token":{"default":"","type":"string","description":"operator-npub ownership proof (inline kind-27235 or cached token)."},"service_url":{"default":"","type":"string","description":"this operator's MCP endpoint (advertised to the Authority)."},"note":{"default":"","type":"string","description":"optional message for the Authority owner."}},"required":["authority_npub"],"additionalProperties":false}},{"name":"goodearth_request_credential_channel","description":"Open a Secure Courier channel for credential delivery.\n\nThis is the CREDENTIAL-DELIVERY flow — use it to hand over a service\nsecret (API keys, tokens). To merely prove you control an npub (the\nusual answer to a ``proof_required`` error), use ``request_npub_proof``\ninstead. Note: dynamic/OAuth2 services (e.g. Schwab) need NO couriered\nsecret — check ``service_status`` first.\n\nSends a welcome DM with a credential template. The recipient\nmust read the DM in their Nostr client, fill in the fields,\nand reply manually. **This is a human-in-the-loop flow.**\n\nAfter calling this tool, STOP and tell the user what to do.\nWait for the user to confirm they have replied before calling\n``receive_credentials``. Do NOT poll or retry — each\n``receive_credentials`` call destructively drains the relay\nmailbox.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sender_npub":{"default":"","type":"string","description":"Required. The npub to send the template to."},"service":{"default":"","type":"string","description":"Required. The credential service name (e.g.,\nfrom get_operator_onboarding_status or get_patron_onboarding_status)."}},"additionalProperties":false}},{"name":"goodearth_request_npub_proof","description":"Request npub ownership proof from a patron via Nostr DM.\n\nThis is the npub-OWNERSHIP-PROOF flow — use it when a call returns\n``proof_required``. It proves the caller controls an npub; it does\nNOT deliver any service secret. To hand an operator its API keys or\nOAuth secrets, use ``request_credential_channel`` instead.\n\nSends a challenge DM that the patron must sign and reply to\nusing their Nostr client. **This is a human-in-the-loop flow.**\n\nAfter calling this tool, STOP and tell the user to check their\nNostr client and reply to the challenge. Wait for the user to\nconfirm they have replied before calling ``receive_npub_proof``.\nDo NOT poll or retry — each ``receive_npub_proof`` call\ndestructively drains the relay mailbox.\n\n**Returns** a ``dpop_token`` — the demonstrated-proof-of-possession\ntoken that the calling application MUST remember and pass as the\n``dpop_token`` parameter on every subsequent paid tool call. The MCP\ndoes not retain this value across restarts.\n\n**Lifecycle:** The cached proof expires after the patron's\nchosen duration. When it expires, call ``request_npub_proof``\nagain for a fresh challenge, then wait for the user, then\ncall ``receive_npub_proof``.\n\nFree.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"patron_npub":{"default":"","type":"string","description":"Required. The patron's npub to request proof from."},"reason":{"default":"","type":"string","description":"Optional. A human-readable purpose for the request\n(\"I'm working on your request XYZ and need the Operator to do\nABC for you\"). Signed into the provenance attestation and shown\nin the DM, so the recipient sees *why* they are being asked —\nespecially useful when the signer is unknown to them."},"verify_at":{"default":"","type":"string","description":"Optional. A free-form statement of WHERE you (the\ninitiating agent) already showed this proof's one-time code to\nthe user — a URL, or \"your Claude.ai conversation\", \"the Grok\nsession\". The OAuth 2.0 Device Grant ``verification_uri``,\ngeneralized: the user approves only if the code in the DM matches\nthe one you displayed there, so an unsolicited request they've\nnever seen is refused. Signed into the attestation."}},"additionalProperties":false}},{"name":"goodearth_reset_pricing_model","description":"Erase all pricing models and restore a viable default.\n\nDeletes every stored model, then self-initializes a fresh one\nfrom the tool registry — all tools at 0 sats with proper UUIDs.\nReturns the new model.\n\nRESTRICTED to operator — requires proof (nsec-signed).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dpop_token":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"goodearth_restore_credits","description":"Credit a patron's ledger from a BTCPay-settled invoice.\n\n**RESTRICTED to the operator** — the operator owns the books and is\nthe only party who can issue a manual credit grant. Patrons who\nbelieve they paid but never got credits must escalate to the\noperator's support, who then invokes this tool on their behalf.\n\nUse cases: cold-start vault races during check_payment, ncred\ndelivery hiccups, patrons closing Top-Off sheets before settle,\nany infrastructure incident that left an invoice settled at BTCPay\nbut uncredited on the operator's ledger.\n\nIdempotent — if the invoice is already credited (in the patron's\n``credited_invoices``), returns success with credits_granted=0.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"invoice_id":{"type":"string","description":"The BTCPay invoice ID to verify and credit."},"patron_npub":{"type":"string","description":"The patron's npub whose ledger receives the grant."},"dpop_token":{"type":"string","description":"A kind-27235 Nostr event signed by the OPERATOR's nsec\nfor this tool. Patron proofs are rejected."}},"required":["invoice_id","patron_npub","dpop_token"],"additionalProperties":false}},{"name":"goodearth_restore_neon_schema","description":"Re-run ``ensure_schema()`` on every NeonVault this operator uses.\n\nDiagnostic / recovery tool for the case where the Neon HTTP SQL API\nis returning persistent 4xx errors and the operator suspects the\nschema isn't there or grants are wrong. Idempotent — uses\n``CREATE TABLE IF NOT EXISTS`` so a successful re-run is harmless.\n\nReturns the per-step result. If any step raises, surfaces the Neon\nerror message inline (0.31.0 reads the SQL error body that earlier\nwheels swallowed behind ``raise_for_status``).\n\nRESTRICTED to operator — requires proof (nsec-signed).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"dpop_token":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"goodearth_review_roster","description":"Audit a roster against what this ground's record actually knows.\n\nAsked \"are these the right pests to watch?\", an agent will answer from its\nown training data — unverifiable, different per model, and confidently\nwrong exactly at the margins where a review matters. This answers from the\nrecord instead: the degree-day models USA-NPN publishes for these\ncoordinates, and what iNaturalist has recorded nearby.\n\nThree findings:\n\n- **out_of_range** — listed, and this ground's record does not know it.\n- **absent** — the record knows it well and the roster does not list it.\n- **implausible** — an observation that cannot be right, with what makes it\n  wrong. This is the one that matters: observations feed\n  ``goodearth_calibration``, which shifts the heat and frost bias for the\n  whole block, so a junk entry degrades every later answer rather than\n  merely showing a wrong row.\n\n**Every reason is about the RECORD, never about the animal.** \"Not recorded\nwithin 16 km\" is a fact; \"does not live here\" is natural history, which\nGood Earth does not publish. Nothing is removed — the grower who genuinely\nsaw the odd thing is precisely the case worth learning from, so findings are\nproposed and the patron decides.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"pests":{"anyOf":[{"items":{"additionalProperties":true,"type":"object"},"type":"array"},{"type":"null"}],"default":null,"description":"The pests being watched: [{\"pest\": \"Codling moth\"}, ...]."},"wildlife":{"anyOf":[{"items":{"additionalProperties":true,"type":"object"},"type":"array"},{"type":"null"}],"default":null,"description":"The creatures being tracked: [{\"species\": \"American robin\"}, ...]."},"observations":{"anyOf":[{"items":{"additionalProperties":true,"type":"object"},"type":"array"},{"type":"null"}],"default":null,"description":"Field reports to sanity-check: [{\"kind\": \"frost\", \"observed_on\": \"2026-07-04\"}, {\"kind\": \"pest\", \"species\": \"Walrus\", \"observed_on\": \"2026-06-03\"}]."},"season":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"Which season's roster to audit. Defaults to this one."},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block"],"additionalProperties":false}},{"name":"goodearth_service_status","description":"Check the health and configuration of this service. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"goodearth_session_status","description":"Check operator readiness. Returns the operator lifecycle\nstate and clear guidance on what to do next. Free.\n\nLifecycle states:\n- ready: Operator is warm and fully operational — vault AND pricing\n  model verified. Proceed with tool calls.\n- warming_up: Operator is initializing (cold start). Try a tool call — it will warm up on demand.\n- misconfigured: Persistence rejected a query with a permanent SQL\n  error (permission denied, missing relation). Paid tools will fail\n  until the operator repairs the database — retrying does not help.\n- quota_exceeded: The persistence provider (Neon) answered HTTP 402 —\n  the operator's database has exhausted its compute/storage quota, so\n  the books are locked for billing. Paid tools fail; retrying does NOT\n  help. The operator's Authority must restore capacity (upgrade the\n  plan or wait for the quota reset). Free tools remain available.\n- not_registered: Operator has no Authority relationship yet. Call register_operator first.\n- no_identity: Operator nsec is not configured. Deployment issue.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"patron_npub":{"default":"","type":"string","description":"Optional. If supplied, the response includes an\n``upstream_oauth`` block with the patron's stored OAuth\ntoken expiry (runtime-derived from vault state) so a\nclient can refresh proactively rather than reactively\nafter a stale-token failure."}},"additionalProperties":false}},{"name":"goodearth_set_pricing_model","description":"Set the active pricing model. RESTRICTED to operator.\n\nRequires a valid proof (Schnorr-signed kind-27235 event)\nproving the caller holds the operator's nsec.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model_json":{"type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["model_json"],"additionalProperties":false}},{"name":"goodearth_soil_temp_projection","description":"When the soil on this ground crosses a planting threshold.\n\nReturns the near-term forecast at planting depth, the date it crosses\nwithin that horizon if it does, and when the crossing normally happens\nhere — so a grower knows both \"plant this week?\" and \"how long have I got?\".\n\nSoil lags air by weeks and is the steadier signal. It is what decides\nwhether a clove or a seed should go in, not one warm afternoon.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"threshold":{"default":60,"description":"The soil temperature in °F that opens or closes the window. Garlic goes in below about 60.","type":"number"},"direction":{"default":"cooling","description":"'cooling' for an autumn window, 'warming' for a spring one.","type":"string"},"band":{"default":"planting","description":"'planting' for 7-28 cm (~3-11 in, the default) or 'shallow' for 0-7 cm.","type":"string"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block"],"additionalProperties":false}},{"name":"goodearth_task_delete","description":"Remove one task.\n\nScoped to the caller's npub in the WHERE clause, so a known id is not on\nits own enough to delete somebody else's task.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"task_id":{"description":"The task's id.","type":"string"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...).","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["task_id"],"additionalProperties":false}},{"name":"goodearth_task_list","description":"One page of a region's tasks, ordered and filtered by the database.\n\nThe sorting, the timeframe filter and the search all happen in SQL, so a\nlong list costs one page rather than the whole table.\n\n``sort_col`` names a column rather than supplying one: it indexes a fixed\nmap and falls back to the due date, so an unrecognised value gives the\ndefault order rather than an error — and can never reach the query.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"region_id":{"description":"The saved region whose tasks to list.","type":"string"},"timeframe":{"default":"all","description":"day, week, month, season or all. 'season' means this farm's season.","type":"string"},"search":{"default":"","description":"Optional POSIX regular expression, matched against title and note.","type":"string"},"sort_col":{"default":"due","description":"due, title, done, starts, created or updated.","type":"string"},"sort_dir":{"default":"asc","description":"asc or desc.","type":"string"},"page":{"default":0,"description":"Zero-based page number.","type":"integer"},"page_size":{"default":20,"description":"Rows per page, capped at 200.","type":"integer"},"season_start":{"default":"","description":"Optional YYYY-MM-DD, so 'season' means the grower's season.","type":"string"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...).","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["region_id"],"additionalProperties":false}},{"name":"goodearth_task_save","description":"Create or update one task.\n\nSingle-day by design: one date and optional clock times on it. No\nrecurrence and no multi-day spans — a farm list is a list of days.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"region_id":{"description":"The saved region this task belongs to.","type":"string"},"title":{"description":"What needs doing.","type":"string"},"task_id":{"default":"","description":"Omit to create; pass an existing id to update.","type":"string"},"note":{"default":"","description":"Optional detail.","type":"string"},"due":{"default":"","description":"YYYY-MM-DD. The day it is for.","type":"string"},"starts_at":{"default":"","description":"Optional HH:MM on the due date.","type":"string"},"ends_at":{"default":"","description":"Optional HH:MM on the due date.","type":"string"},"reminder_only":{"default":true,"description":"True publishes a reminder; false publishes an entry that takes the slot.","type":"boolean"},"done":{"default":false,"type":"boolean"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...).","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["region_id","title"],"additionalProperties":false}},{"name":"goodearth_task_set_done","description":"Mark one task done, or put it back.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"task_id":{"description":"The task's id.","type":"string"},"done":{"default":true,"description":"True to tick it off.","type":"boolean"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...).","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["task_id"],"additionalProperties":false}},{"name":"goodearth_tree_suitability","description":"Whether a tree survives and gets its chill on this ground.\n\nA tree is not asked \"does it finish before frost\" — that is a question only\nsomething that must finish in one season can be asked. It is asked two\nothers, both settled before it goes in the ground:\n\n* **Will it survive?** Every winter on record has a coldest night; a\n  cultivar has a limit. The answer is how often the first went below the\n  second.\n* **Will it fruit?** A deciduous fruit tree needs chill hours to break\n  dormancy cleanly. The answer is how many winters on record delivered them.\n\nBoth come back as a FREQUENCY across the record rather than a yes. A tree\nthat survives nine winters in ten is a different proposition from one that\nsurvives five, and any single word hides the difference.\n\nChill is counted as hours in the 32-45 °F band between 1 November and\n15 February — the window the published chill-hour figures were derived\nagainst. A wider window would bank more hours against a requirement\ncalibrated to a narrower one and report a tree comfortable where it is not.\n\nThe requirements are yours. Hardiness limits and chill hours are cultivar\nfigures that vary widely within a species; Good Earth computes what this\nground delivered against them and does not publish agronomy.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"trees":{"description":"The trees to judge, with the figures from their nursery tags. Each is {\"tree\": \"Honeycrisp apple\", \"chill_hours\": 800, \"hardy_to_f\": -30} with optional \"category\" and \"emoji\". Both figures are optional: a tree with neither is recorded and reported as unrated rather than refused.","items":{"additionalProperties":true,"type":"object"},"type":"array"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block","trees"],"additionalProperties":false}},{"name":"goodearth_tree_year","description":"When spring reached this ground, and what the sap did.\n\n**First leaf and first bloom**, from USA-NPN's Spring Index, dated for this\nblock and set against its own thirty-year normal. \"Spring is early this\nyear\" is a headline; \"leaf-out reached this block seven days before its\nnormal\" is something to act on.\n\nFirst bloom is also when the pollen starts. That is a restatement of what\nbloom is, not a pollen forecast — Good Earth has no pollen feed, models\nnone, and says nothing about what anyone should do about it.\n\n**The sap run**, for a block with maple, birch or walnut on it. Sap moves\non freeze and thaw rather than on warmth: a night below freezing followed\nby a day above it. Counted off this ground's own season record, so it\ncosts no extra call. A block with nothing tappable gets no sap section —\nthe count would be just as true there and would answer a question nobody\non that ground asked.\n\nThe trees are read from the block's own record; nothing needs passing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block"],"additionalProperties":false}},{"name":"goodearth_update_coupon","description":"Patch a coupon's editable fields.\n\nPass only the fields you want to change.  To set a cap to\nunlimited (NULL in the schema), pass ``clear_uses_per_patron=true``\nor ``clear_total_uses=true``.  Renaming the code is allowed —\nexisting patron redemption rows survive (they key on coupon id).\n\nRESTRICTED to operator — requires proof.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"coupon_id":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"discount_percent":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null},"valid_from":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"valid_until":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"uses_per_patron":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null},"total_uses":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null},"clear_uses_per_patron":{"default":false,"type":"boolean"},"clear_total_uses":{"default":false,"type":"boolean"},"dpop_token":{"default":"","type":"string"}},"required":["coupon_id"],"additionalProperties":false}},{"name":"goodearth_update_operator_credential","description":"Add or update a single operator secret field.\n\nMerges into the operator's stored credentials without touching the\nothers — the field-level counterpart to re-delivering the whole\nbundle over Secure Courier. Use it to rotate one secret (a reissued\n``btcpay_api_key``, say) without restating the six you did not\nchange, where any field omitted from a courier reply is destroyed.\n\nThe value is never echoed back. RESTRICTED to the operator —\nrequires proof (nsec-signed kind-27235 or a cached dpop_token\nphrase); patron proofs are rejected.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"field":{"type":"string","description":"The operator credential field to set. Must be declared\nin the operator's credential template."},"value":{"type":"string","description":"The value to store."},"dpop_token":{"type":"string","description":"Operator proof for this tool."}},"required":["field","value","dpop_token"],"additionalProperties":false}},{"name":"goodearth_update_patron_credential","description":"Add or update a single patron credential field.\n\nMerges into existing stored credentials without affecting\nother fields. Useful for setting an account identifier\nafter OAuth, changing a default brain, etc. Free. Proof of\nnpub ownership is required — this is a write to the patron's\nsensitive credential vault.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The patron's Nostr public key (npub1...)."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."},"field":{"type":"string","description":"The credential field name to set."},"value":{"type":"string","description":"The value to store."}},"required":["npub","dpop_token","field","value"],"additionalProperties":false}},{"name":"goodearth_wildlife_calendar","description":"When the other creatures working your season arrive.\n\nA farm is not only its crops. Robins arrive, woodchucks wake, squirrels\nstart caching. The same drivers that time a crop time the animals — heat\naccumulation, day length, and the calendar the sun keeps — so they can be\ncomputed for your ground rather than read off a regional average.\n\nThree clocks, because animals do not all run on one: a degree-day\nthreshold, a photoperiod threshold (migration runs on this, which is why it\nbarely moves between a warm year and a cold one), or a date from your own\nrecord.\n\nThe thresholds are yours. Good Earth works out when they arrive here; it\ndoes not publish natural history.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"events":{"description":"The events to time, with your own thresholds. Heat-driven: {\"species\": \"Woodchuck\", \"event\": \"emergence\", \"driver\": \"heat\", \"gdd\": 120, \"base_temp\": 43}. Daylight-driven: {\"species\": \"Robin\", \"event\": \"first arrival\", \"driver\": \"daylight\", \"daylight_hours\": 11.5, \"rising\": true}. From your own record: {\"species\": \"Grey squirrel\", \"event\": \"nut caching\", \"driver\": \"calendar\", \"typical_on\": \"09-15\"}. All accept an optional emoji and note.","items":{"additionalProperties":true,"type":"object"},"type":"array"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block","events"],"additionalProperties":false}},{"name":"goodearth_wildlife_catalog","description":"Which animals are actually recorded around this ground.\n\nBirds, mammals, amphibians and reptiles observed near here, ranked by how\noften each has been seen — so the answer for a Vermont lakeshore is not\nthe answer for a Georgia orchard, and neither is a roster someone typed.\n\nSpecies are a landscape fact. A nine-hectare field contains almost no\nobservations of anything, so the search widens to the surrounding country\nand the response reports how wide it looked; treating that footprint as\nthe farm would be the dishonest version.\n\nThe ranking measures observers as much as animals — a roadside is better\nrecorded than a back field — so the counts travel with the answer.\n\nPass a scientific name as `species` and this answers with that animal's\nlife-cycle phenophases instead — nest building, nestlings, fledged young,\ncalls or song, emergence above ground. Those come from USA-NPN, which\npublishes them; they are not written into this service. Roughly half the\nspecies recorded around a farm have them, and one that does not returns an\nempty list rather than a guess, because \"not tracked\" and \"does nothing\"\nare different claims.\n\nSet `with_events` to get those phenophases for EVERY species in the list at\nonce, as `habit_events`. Ask for it before writing a roster: an agent left\nto name events from memory writes \"rut onset\" and \"southbound flights\",\nwords this service has never used, where NPN says \"Nest building\" and\n\"Fledged young\". It costs one upstream call per species, which is why it\nis off by default.\n\n**The event name is not load-bearing.** A wildlife row is dated by its\nDRIVER — heat, daylight, an interval, a calendar date — and the label is\nthe grower's own words. `habit_events` is a courtesy to a caller looking\nfor the right word, never a list of the only acceptable ones: \"Big Night\ncrossing\" is a real thing a salamander does and no catalogue holds it.\n\nGood Earth times an event you set. It does not publish natural history.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"block":{"description":"The ground to answer for: a block you have saved — its id, its name, one of its aliases, or any part of its name that only one block has (e.g. \"Meadow\" for \"Lower Meadow\"). If several match, the error lists them with their ids. Blocks may overlap; each answers for its own ground. Save one with block_save first; geometry travels once, not on every call.","type":"string"},"species":{"default":"","description":"Optional. A scientific name from a previous catalogue answer, e.g. 'Strix varia'. Given one, this returns that animal's life-cycle phenophases instead of the regional list.","type":"string"},"with_events":{"default":false,"description":"Include each species' known phenophases as `habit_events`, so a roster can be written from the published vocabulary rather than from memory. Costs one upstream call per species.","type":"boolean"},"npub":{"default":"","description":"Required. Your Nostr public key (npub1...) for credit billing.","type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["block"],"additionalProperties":false}}],"scan":{"score":81,"grade":"B","scanned_at":"2026-09-19T10:17:28.658Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T10:17:28.628Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 729ms"]},"poisoning":{"score":15,"max":15,"notes":["81 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 18 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://goodearth-mcp.fastmcp.app/mcp","reachable":true,"authRequired":false,"latencyMs":729,"serverInfo":{"name":"goodearth-mcp","version":"4.0.5"}}],"packages":[],"repo":{"found":true,"owner":"lonniev","repo":"goodearth-mcp","archived":false,"pushedAt":"2026-09-19T01:12:17Z","stars":0,"forks":0,"openIssues":2,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/2193384?v=4","ownerCreatedAt":"2012-08-22T02:07:21Z","license":"Apache-2.0"},"icon":{"url":"https://goodearth.tollbooth-dpyc.com/icon.svg","source":"site"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"Apache-2.0","lastPushAt":"2026-09-19T01:12:17.000Z","score":23}}}},"grade_history":[],"reviews":[]}