← faie.base44.app
INDIVIDUAL MCP TOOL
get_faie_offers
Read the current fixed FAIE Signal Brief and Proof Sprint offers.
LIVE ENDPOINT
https://faie.base44.app/functions/faieMcp
Connect to this endpoint to inspect the live schema for get_faie_offers and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.faie]
url = "https://faie.base44.app/functions/faieMcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"faie": {
"type": "http",
"url": "https://faie.base44.app/functions/faieMcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: faie
Remote MCP URL: https://faie.base44.app/functions/faieMcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"faie": {
"url": "https://faie.base44.app/functions/faieMcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"faie": {
"type": "http",
"url": "https://faie.base44.app/functions/faieMcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "faie",
"transport": "streamable-http",
"url": "https://faie.base44.app/functions/faieMcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
prepare_faie_checkout— After the human explicitly agrees to pay for a bounded FAIE Signal Brief or Proof Sprint, prepare the secure checkout.get_faie_order_status— Read the commercial request state and independently verify Stripe payment when a checkout session exists.