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

Month End Close Agent

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

@farukceylandagNewUpdated today
Works with
ClaudeChatGPTGeminiCursor
Software DevelopmentFinanceAccounting & BookkeepingDatabase & Data Engineering
overviewsetupreviewscommentsQ&Achangelog

What it does

Month End Close Agent helps accounting and controller teams run a month-end close review. You provide the ledger (journal entries + reconciliation statuses) and the close period directly — there is no live accounting API and no credentials (connector-free). It runs a multi-step loop: normalize the data, build a close checklist with per-step status, detect anomalies, and synthesize an advisory review summary. The checklist and anomaly detection are fully deterministic and code-derived: it flags unbalanced entries, outlier amounts, duplicates, missing categories, period mismatches, and unreconciled accounts. An LLM is used ONLY for the advisory summary narrating those findings, with a deterministic template fallback when no model is available. It is strictly read-only: it never posts entries, reconciles, closes a period, or moves money — the close decision stays with a human. Ledger free-text is treated as untrusted data and sanitized against prompt injection. Tools: - run_full — end-to-end: normalize, build the close checklist, detect anomalies, synthesize an advisory review summary (LLM with template fallback), return the full result JSON. - build_checklist — deterministic close checklist only (step + status), no LLM. - detect_anomalies — deterministic anomaly scan only (unbalanced entries, outliers, duplicates, missing categories, period mismatches, unreconciled accounts), no LLM. - list_capabilities — static capabilities: tools and the anomaly checks performed. - plan_inputs — interview helper returning questions, JSON schema, and a ready-to-edit example for a tool. Provide entries as [{ id, date, description?, account?, category?, debit, credit }]; optionally reconciliations and a checklistTemplate. 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 on this May ledger for Acme Inc. — build the close checklist, flag anomalies, and give me an advisory summary.
  • Run detect_anomalies on these journal entries — unbalanced entries, outliers, duplicates, and unreconciled accounts only.
  • Build the month-end close checklist for period 2026-05 from these entries and reconciliations.
  • Which accounts are still unreconciled and what's blocking sign-off this period?
  • Use plan_inputs for run_full and show me the questions, schema, and a ready-to-edit example.

Tools (5)

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

  • run_full — Run the month-end close agent end-to-end on a caller-provided ledger: normalize the data, build a close checklist, detect anomalies, synthesize an advisory review summary (LLM with template fallback), and return the full result JSON. Read-only; does not post entries or close the period.
  • build_checklist — Deterministically build only the month-end close checklist (step + status) from a caller-provided ledger. No LLM.
  • detect_anomalies — Deterministically scan a caller-provided ledger for anomalies (unbalanced entries, outlier amounts, duplicates, missing categories, period mismatches, unreconciled accounts). No LLM.
  • list_capabilities — List the agent's static capabilities: available tools and the close-checklist + anomaly checks it performs.
  • 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-written advisory review summary via Anthropic. Without a key (and no host sampling) the agent falls back to a deterministic template. The checklist and anomalies 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-written advisory summary 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
9a7694b

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

MLS Listing Sync Analyzer

Code agent

Read-only real-estate listing analyzer: deterministic 0-100 completeness score, optimization issues, and prioritized fixes.

Ö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