onx-mcp-server
0
The Onspring MCP Server is a bridge that facilitates interaction between AI assistants and data stored in Onspring via the Model Context Protocol. It enables retrieving and manipulating data such as app information, fields, records, reports, and files.
Onspring MCP Server
A Model Context Protocol (MCP) server implementation that integrates with Onspring's API, allowing AI assistants to access and manipulate data stored in Onspring instances.
Features
- Retrieve lists of apps and their fields
- Fetch records from apps
- Run queries against apps
- Access report data
- Retrieve files from attachment fields
Usage
Configure the server in your chosen MCP client. Ensure the required environment variables are set. Refer to the Configuration section for details.
Configuration
The server requires setting up the ONSPRING_API_KEY
and ONSPRING_BASE_URL
.
Available Tools
- checkConnectionTool: Verify server connection to the Onspring API.
- getAppsTool: Retrieve a list of accessible apps.
- getFieldsTool: Get fields for a specified app.
- getRecordsTool: Retrieve records with specified fields.
- getReportsTool: Get reports for a specified app.
- getReportDataTool: Retrieve data from a specified report.
- queryRecordsTool: Query records using a filter.
- getFileTool: Retrieve files from attachment fields.