FAIE

Agriculture evidence briefs for water, land resilience and production risk.

Should I use this

Quality & Safety

A
Description quality
93%
Schema completeness
63%
Naming quality
93%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~530Tokens (tool definitions)
~1.1 KBTypical response size
Minimal attention impact (0.41% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "faie": {
      "url": "https://faie.base44.app/functions/faieMcp"
    }
  }
}

Remote endpoints

https://faie.base44.app/functions/faieMcpstreamable-http

What it can do

Tool inventory

Tools (3)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢get_faie_offers

Read the current fixed FAIE Signal Brief and Proof Sprint offers. Creates no charge.

Input Schema

{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
⚪prepare_faie_checkout(user_confirmed_payment, offer_key, email, name, organization, ...)

After the human explicitly agrees to pay for a bounded FAIE Signal Brief or Proof Sprint, prepare the secure checkout. Verified payment queues research for human-controlled execution and review; it does not authorize consequential action.

Input Schema

{
  "type": "object",
  "properties": {
    "user_confirmed_payment": {
      "type": "boolean",
      "const": true
    },
    "offer_key": {
      "type": "string",
      "enum": [
        "signal_brief_250",
        "proof_sprint_2500"
      ]
    },
    "email": {
      "type": "string",
      "maxLength": 254,
      "format": "email",
      "pattern": "^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
    },
    "name": {
      "type": "string",
      "maxLength": 160
    },
    "organization": {
      "type": "string",
      "maxLength": 220
    },
    "role": {
      "type": "string",
      "maxLength": 160
    },
    "geography": {
      "type": "string",
      "minLength": 2,
      "maxLength": 500
    },
    "question": {
      "type": "string",
      "minLength": 20,
      "maxLength": 4000
    },
    "use_case": {
      "type": "string",
      "maxLength": 1200
    },
    "request_id": {
      "type": "string",
      "maxLength": 240
    }
  },
  "required": [
    "user_confirmed_payment",
    "offer_key",
    "email",
    "geography",
    "question"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢get_faie_order_status(lead_key)

Read the commercial request state and independently verify Stripe payment when a checkout session exists. Research remains human-review controlled.

Input Schema

{
  "type": "object",
  "properties": {
    "lead_key": {
      "type": "string",
      "minLength": 8,
      "maxLength": 160
    }
  },
  "required": [
    "lead_key"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded3 tools