# Ragic — MCP server on mcp.ai > Connect your Ragic account and use 7 tools for databases straight from your AI agent. Connect with your own API key. Ragic is a web-based database builder that allows users to create and manage databases as easily as creating a spreadsheet. By: mcp.ai · official Page: https://mcp.ai/ragic ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_ragic?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/ragic/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/ragic/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/ragic/skill.md Postman collection (v2.1): https://mcp.ai/ragic/postman.json ## Tools - ragic_delete_entry(server?: string, record_id: integer, tab_folder: string, sheet_index: integer, account_name: string) — Tool to delete an entry from a Ragic sheet. Use when you need to remove a specific record from a sheet by its record ID. - ragic_download_file(server?: string, account_name: string, file_reference: string) — Tool to download uploaded files, images, or email attachments from Ragic. Use the file reference returned from API responses (e.g., from record fields). - ragic_get_action_buttons(server?: string, category?: string, tab_folder: string, sheet_index: integer, account_name: string) — Tool to retrieve the list of available action buttons on a Ragic sheet. Returns action button IDs and names. Use category=massOperation to get buttons available for mass operations. - ragic_get_custom_print_report(server?: string, record_id: integer, fileFormat: string, tab_folder: string, sheet_index: integer, account_name: string, fileNameRefDomainId?: integer, ragicCustomPrintTemplateId: integer) — Tool to retrieve a custom print report for a Ragic record in various formats (pdf, png, docx). Use when you need to generate and download a formatted report using a specific template. - ragic_get_entry(v?: string, info?: boolean, server?: string, comment?: boolean, history?: boolean, record_id: integer, subtables?: boolean, tab_folder: string, sheet_index: integer, account_name: string) — Tool to retrieve a single entry from a Ragic sheet by its record ID. Use when you need to fetch specific record data including field values and optional subtable data. - ragic_get_record_as_pdf(server?: string, record_id: integer, tab_folder: string, sheet_index: integer, account_name: string) — Tool to retrieve a PDF version of a Ragic record. Use when you need to export or download a record in PDF format. The PDF will contain the full record data in a formatted document. - ragic_search_records(info?: boolean, limit?: integer, bbcode?: boolean, offset?: integer, server?: string, comment?: boolean, history?: boolean, listing?: boolean, reverse?: boolean, approval?: boolean, subtables?: boolean, ignoreMask?: boolean, sheet_path: string, account_name: string, conversation?: boolean, search_query: string, ignoreFixedFilter?: boolean) — Search Records ## Example prompts - "What can I do in Ragic?" - "Show me a summary of my Ragic account" ## Links Docs: https://mcp.ai/docs/mcps/ragic Website: https://mcp.ai/mcps/ragic