Skip to main content
Glama
205,128 tools. Last updated 2026-06-15 12:39

"Frappe" matching MCP tools:

  • Execute Frappe query reports with customizable filters to extract and analyze data from Frappe Framework sites using specific filter syntax.
    ISC
  • Retrieve the current version details of the Frappe MCP Server to verify compatibility and access capabilities.
    ISC
  • Retrieve specific documents from Frappe Framework by providing DocType and document name for data access and management.
    ISC
  • Execute whitelisted Frappe Framework methods by specifying the method name and optional parameters to interact with Frappe sites programmatically.
    ISC

Matching MCP Servers

  • Call Frappe REST API endpoints to perform CRUD operations and manage site data using configured token authentication.
  • Retrieve the complete schema for a Frappe DocType, including field definitions, validations, and linked DocTypes to understand document structure before creating or updating records.
    ISC
  • Count documents in Frappe with optional filters using custom syntax for equality, comparison, pattern matching, lists, null checks, and ranges.
    ISC
  • Retrieve documents from Frappe with customizable filters, field selection, and sorting options to locate specific records efficiently.
    ISC
  • Create amended versions of cancelled documents in Frappe by generating new documents with updated naming and proper field linkage.
    ISC
  • Retrieve available options for Link or Select fields in Frappe Framework. For Link fields, returns documents from the linked DocType; for Select fields, returns predefined options.
    ISC
  • Cancel documents in Frappe by changing docstatus from 1 to 2. Handles validation, linked documents, and permissions with clear error feedback.
    ISC
  • Submit documents in Frappe by changing docstatus from 0 to 1 with validation, error handling, and clear feedback for corrective action.
    ISC
  • Retrieve column structure for Frappe reports to understand data fields and customize views. Apply optional filters to focus on specific data subsets.
    ISC
  • Retrieve financial statements including Profit and Loss, Balance Sheet, and Cash Flow reports for specific companies with customizable date ranges and periodicity.
    ISC
  • Generate structured reports from Frappe DocTypes by applying filters, selecting fields, setting limits, and specifying sort order to extract and organize document data.
    ISC
  • Remove documents from Frappe with detailed error handling and corrective guidance for linked records, permissions, or constraints.
    ISC