Connect to FileMaker databases via MCP for scripts, CRUD, and OData queries.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MCP_RCC_SP" yet — see the docs or source repo.
Use MCP_RCC_SP to connect to the FileMaker database and run an OData query for customer records created in the last 30 days. Return name, email, and created time, sorted by newest first.
A list of matching customer records with the requested fields, sorted by created time descending.
Use MCP_RCC_SP to list available scripts in the current FileMaker database and describe what each script does; then run the script for syncing order status.
A list of available scripts with descriptions, plus the execution result of the selected script.
Use MCP_RCC_SP to create a new record in the FileMaker orders table with customer name, product, quantity, and status; then update the status to 'Confirmed'.
It first returns the created order record details, then the successful update result.
Connect AI directly to FileMaker for CRUD, scripts, and schema inspection.
Securely connect to and operate MySQL databases through the MCP protocol.
Interact with SQLite via MCP for CRUD, SQL queries, and schema exploration.
Connect to Salesforce Commerce Cloud APIs for development, operations, and automation tasks.
Connect to Parse Server via MCP for CRUD, security, schemas, and cloud functions.
Query and update SQLite databases with a local LLM through MCP tools.