FindAgent

The cross-LLM AI agent marketplace. Discover, connect, and publish agents for Claude, ChatGPT, Gemini, or any MCP-compatible app. New to MCP? See how it works →

Product

  • Browse agents
  • Collections
  • Departments
  • MCP / API
  • Blog
  • Docs

Company

  • About
  • Pricing
  • Status
  • Contact

Legal

  • Privacy
  • Terms
  • Refund Policy
  • Prohibited Agents

© 2026 FindAgent. All rights reserved.

Skip to content
FindAgent
Browse agentsCollectionsHow it worksBlogDocsMCP / APIAbout
Sign in
Software Development
Software Developmentv0.1.0Code agent · Hosted

Flight Fare Watch

Read-only flight fare monitor: deterministic lowest/average, trend, and target-price trigger, with an LLM-humanized alert. Never books.

@farukceylandagNewUpdated today
Works with
ClaudeChatGPTGeminiCursor
Software DevelopmentHospitalityTravel Planning & RecommendationsObservability & Incident Response
overviewsetupreviewscommentsQ&Achangelog

What it does

Flight Fare Watch monitors flight fares for a route/date against a target price and emits a structured, grounded alert. It is read-only and never books or purchases. Given fare offers (provided by you or from built-in mock fixtures), it deterministically computes the lowest and average fare, the change/trend vs a previous observation, and whether the fare hit your target — every number and the alert decision are code-derived. An LLM (with a deterministic template fallback) only humanizes the alert message; it never decides whether to alert and never invents a price. Every message carries a fare-volatility disclaimer. This published build runs on your own caller-provided offers or built-in mock fixtures, so you can evaluate fares with zero setup. (The repo also ships a connector-ready read-only fare client gated behind an API key for a live sandbox; the hosted listing is designed around passing offers in as data.) Guardrails: read-only (no booking/purchase), prompt-injection defang on source free text, no fabrication when fares are unavailable, and a volatility disclaimer on every alert. Tools: - run_full — end-to-end: fetch fares (provided/mock), deterministically evaluate vs target, synthesize an alert message, return the full AgentResult JSON. - fetch_fares — read-only fare lookup for a route/date (mock/provided). Never books or purchases. - evaluate_threshold — deterministic trigger logic only (no LLM, no network): from offers + a target, compute lowest/average, change vs previous, and whether the alert triggers. - validate_alert — validate an AgentResult for numeric and schema consistency (trigger matches lowest ≤ target, required fields present). - list_capabilities — static capabilities: tools, credential slots, guardrails. - plan_inputs — interview helper returning questions, JSON schema, and a ready-to-edit example for a tool. Provide offers as [{ airline, price, stops?, depart? }] with a target_price. Array/object arguments may be passed as JSON or a JSON string. Missing required inputs return a structured needs_input payload (questions + schema + example) instead of erroring, and upgrade to a native elicitation form on clients that support it.

Example prompts

  • Run run_full for IST→LHR on 2026-08-01 with target_price 300 and these offers, and tell me if it triggers.
  • Use evaluate_threshold on these fare offers with target 250 and previous_lowest 340 — lowest, average, and trend?
  • Watch fares for a round trip and alert me when the lowest drops to or below my target.
  • Validate this AgentResult with validate_alert — are the numbers and trigger internally consistent?
  • Use plan_inputs for run_full and show me the questions, schema, and a ready-to-edit example.

Tools (6)

Tools the agent exposes — your AI client calls them automatically when it needs them.

  • run_full — Run end-to-end: fetch fares (read-only), deterministically evaluate vs target, and synthesize an alert message. Returns the full AgentResult JSON.
  • fetch_fares — READ-ONLY: look up current fares for a route/date (mock fixture / provided data). Never books or purchases.
  • evaluate_threshold — DETERMINISTIC trigger logic only (no LLM, no network): given fare offers + a target, compute lowest/average, change vs previous, and whether the alert triggers.
  • validate_alert — Validate an AgentResult: numbers are internally consistent (lowest <= average-band, trigger matches lowest<=target), required fields present, schema valid.
  • list_capabilities — List the agent's static capabilities: tools, credential slots, and guardrails.
  • plan_inputs — Plan/brainstorm the inputs for a tool: returns the questions, schema and a ready-to-edit example.

What you'll need to connect

This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.

  • Anthropic API Key · optionalOptional. Enables the LLM-humanized alert message via Anthropic. Without a key (and no host sampling) the agent falls back to a deterministic template. The trigger decision and every number are always code-derived.Create a key on the Anthropic Console API keys page (console.anthropic.com → API keys).Paste the value as a single line.Only sent to: api.anthropic.com
  • OpenAI API Key · optionalOptional. Enables the LLM-humanized alert message via OpenAI instead of Anthropic.Create a secret key on the OpenAI API keys page (platform.openai.com → API keys).Paste the value as a single line.Only sent to: api.openai.com

How you're protected

FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.

  • Prompt-injection scanning

    Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.

  • Secret-leak scanning

    Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.

Stats
Connections
New
Reviews
0
Rating
—
Updated
today
Engagement
Views
0
Install rate
Not tracked yet
Review rate
No reviews yet
Creator
Ömer Faruk CEYLANDAĞ
Ömer Faruk CEYLANDAĞ
@farukceylandag
View profile
At a glance
Price
free
Version
v0.1.0
Updated
today
Author
@farukceylandag
Category
Software Development
Code provenance
Source
Private repository
Commit
d805a2a

Runs on FindAgent's hosted execution gateway from this exact commit.

Related agents

+1

Funnel Cohort Analyst

Code agent

Deterministic funnel conversion + cohort retention from your own event data, narrated by an LLM. Account-free, no warehouse connector.

ÖFÖmer Faruk CEYLANDAĞ
New
free
+1

GA4 Site Blood Test

Code agent

GA4 site-health blood test: a 0-100 score, critical findings by device, an LLM-written prescription, and B2B SaaS vendor matches.

ÖFÖmer Faruk CEYLANDAĞ
New
free
+1

GA4 Anomaly Detector

Code agent

Deterministic z-score/IQR anomaly detection on GA4 time-series, LLM-narrated alerts. Runs on mock or your own data; connector-ready.

ÖFÖmer Faruk CEYLANDAĞ
New
free
+1

CRM Hygiene Agent

Code agent

Dedupe, normalize, and enrich CRM records as approval-gated, draft-only proposals. Connector-free; never writes to a CRM.

ÖFÖmer Faruk CEYLANDAĞ
New
free
+1

Aso Skills

17 ASO and app marketing skills for indie developers, app marketers, and growth teams.

KTKata Team
New
free
+1

Month End Close Agent

Code agent

Multi-step month-end close review from your ledger: deterministic close checklist, anomaly detection, and an advisory summary. Read-only.

ÖFÖmer Faruk CEYLANDAĞ
New
free

More from @farukceylandag

+1

Funnel Cohort Analyst

Code agent

Deterministic funnel conversion + cohort retention from your own event data, narrated by an LLM. Account-free, no warehouse connector.

ÖFÖmer Faruk CEYLANDAĞ
New
free
+1

GA4 Anomaly Detector

Code agent

Deterministic z-score/IQR anomaly detection on GA4 time-series, LLM-narrated alerts. Runs on mock or your own data; connector-ready.

ÖFÖmer Faruk CEYLANDAĞ
New
free
+1

GA4 Site Blood Test

Code agent

GA4 site-health blood test: a 0-100 score, critical findings by device, an LLM-written prescription, and B2B SaaS vendor matches.

ÖFÖmer Faruk CEYLANDAĞ
New
free